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.h78 class CallEventRef : public IntrusiveRefCntPtr<const T> {
80 CallEventRef(const T *Call) : IntrusiveRefCntPtr<const T>(Call) {} in CallEventRef() function
81 CallEventRef(const CallEventRef &Orig) : IntrusiveRefCntPtr<const T>(Orig) {} in CallEventRef() function
83 CallEventRef<T> cloneWithState(ProgramStateRef State) const { in cloneWithState()
90 operator CallEventRef<SuperT> () const {
361 CallEventRef<T> cloneWithState(ProgramStateRef NewState) const;
364 CallEventRef<> cloneWithState(ProgramStateRef NewState) const { in cloneWithState()
1047 CallEventRef<>
1051 CallEventRef<>
1055 CallEventRef<ObjCMethodCall>
[all …]
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp186 static bool wasDifferentDeclUsedForInlining(CallEventRef<> Call, in wasDifferentDeclUsedForInlining()
242 CallEventRef<> Call = CEMgr.getCaller(calleeCtx, state); in processCallExit()
331 CallEventRef<> UpdatedCall = Call.cloneWithState(CEEState); in processCallExit()
479 CallEventRef<> CallTemplate in VisitCallExpr()
894 CallEventRef<> Call = CallTemplate.cloneWithState(State); in defaultEvalCall()
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()
DCallEvent.cpp1035 CallEventRef<>
1057 CallEventRef<>
DBugReporterVisitors.cpp360 CallEventRef<> Call = CallMgr.getCaller(StackFrame, State); in visitNodeMaybeUnsuppress()
515 CallEventRef<> Call = CallMgr.getCaller(CE->getCalleeContext(), in VisitNode()
1659 CallEventRef<> Call = CEMgr.getCaller(CEnter->getCalleeContext(), State); in VisitNode()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1964 CallEventRef<ObjCMethodCall> Call in VisitNode()