Home
last modified time | relevance | path

Searched refs:CallEventRef (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h53 class CallEventRef : public IntrusiveRefCntPtr<const T> {
55 CallEventRef(const T *Call) : IntrusiveRefCntPtr<const T>(Call) {} in CallEventRef() function
56 CallEventRef(const CallEventRef &Orig) : IntrusiveRefCntPtr<const T>(Orig) {} in CallEventRef() function
58 CallEventRef<T> cloneWithState(ProgramStateRef State) const { in cloneWithState()
65 operator CallEventRef<SuperT> () const {
329 CallEventRef<T> cloneWithState(ProgramStateRef NewState) const;
332 CallEventRef<> cloneWithState(ProgramStateRef NewState) const { in cloneWithState()
1010 CallEventRef<>
1014 CallEventRef<>
1018 CallEventRef<ObjCMethodCall>
[all …]
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineObjC.cpp139 CallEventRef<ObjCMethodCall> Msg = in VisitObjCMessage()
228 CallEventRef<ObjCMethodCall> UpdatedMsg = Msg.cloneWithState(State); in VisitObjCMessage()
DExprEngineCXX.cpp291 CallEventRef<CXXConstructorCall> Call = in VisitCXXConstructExpr()
378 CallEventRef<CXXDestructorCall> Call = in VisitCXXDestructor()
409 CallEventRef<CXXAllocatorCall> Call = in VisitCXXNewAllocatorCall()
462 CallEventRef<CXXAllocatorCall> Call = in VisitCXXNewExpr()
DExprEngineCallAndReturn.cpp183 static bool wasDifferentDeclUsedForInlining(CallEventRef<> Call, in wasDifferentDeclUsedForInlining()
239 CallEventRef<> Call = CEMgr.getCaller(calleeCtx, state); in processCallExit()
328 CallEventRef<> UpdatedCall = Call.cloneWithState(CEEState); in processCallExit()
492 CallEventRef<> CallTemplate in VisitCallExpr()
908 CallEventRef<> Call = CallTemplate.cloneWithState(State); in defaultEvalCall()
DCallEvent.cpp958 CallEventRef<>
980 CallEventRef<>
DBugReporterVisitors.cpp356 CallEventRef<> Call = CallMgr.getCaller(StackFrame, State); in visitNodeMaybeUnsuppress()
511 CallEventRef<> Call = CallMgr.getCaller(CE->getCalleeContext(), in VisitNode()
1597 CallEventRef<> Call = CEMgr.getCaller(CEnter->getCalleeContext(), State); in VisitNode()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1963 CallEventRef<ObjCMethodCall> Call in VisitNode()