HomeSort by relevance Sort by last modified time
    Searched refs:CallEventRef (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 53 class CallEventRef : public IntrusiveRefCntPtr<const T> {
55 CallEventRef(const T *Call) : IntrusiveRefCntPtr<const T>(Call) {}
56 CallEventRef(const CallEventRef &Orig) : IntrusiveRefCntPtr<const T>(Orig) {}
58 CallEventRef<T> cloneWithState(ProgramStateRef State) const {
62 // Allow implicit conversions to a superclass type, since CallEventRef
65 operator CallEventRef<SuperT> () const {
329 CallEventRef<T> cloneWithState(ProgramStateRef NewState) const;
332 CallEventRef<> cloneWithState(ProgramStateRef NewState) const {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineObjC.cpp 139 CallEventRef<ObjCMethodCall> Msg =
228 CallEventRef<ObjCMethodCall> UpdatedMsg = Msg.cloneWithState(State);
ExprEngineCXX.cpp 291 CallEventRef<CXXConstructorCall> Call =
378 CallEventRef<CXXDestructorCall> Call =
409 CallEventRef<CXXAllocatorCall> Call =
462 CallEventRef<CXXAllocatorCall> Call =
ExprEngineCallAndReturn.cpp 183 static bool wasDifferentDeclUsedForInlining(CallEventRef<> Call,
239 CallEventRef<> Call = CEMgr.getCaller(calleeCtx, state);
328 CallEventRef<> UpdatedCall = Call.cloneWithState(CEEState);
492 CallEventRef<> CallTemplate
    [all...]
CallEvent.cpp     [all...]
BugReporterVisitors.cpp 356 CallEventRef<> Call = CallMgr.getCaller(StackFrame, State);
511 CallEventRef<> Call = CallMgr.getCaller(CE->getCalleeContext(),
    [all...]

Completed in 144 milliseconds