Searched refs:CallEventRef (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CallEvent.h | 82 class CallEventRef : public IntrusiveRefCntPtr<const T> { 84 CallEventRef(const T *Call) : IntrusiveRefCntPtr<const T>(Call) {} in CallEventRef() function 85 CallEventRef(const CallEventRef &Orig) : IntrusiveRefCntPtr<const T>(Orig) {} in CallEventRef() function 87 CallEventRef<T> cloneWithState(ProgramStateRef State) const { in cloneWithState() 94 operator CallEventRef<SuperT> () const { 373 CallEventRef<T> cloneWithState(ProgramStateRef NewState) const; 376 CallEventRef<> cloneWithState(ProgramStateRef NewState) const { in cloneWithState() 1383 CallEventRef<> 1388 CallEventRef<> 1392 CallEventRef<> [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCXX.cpp | 296 auto getArgLoc = [&](CallEventRef<> Caller) -> Optional<SVal> { in computeObjectUnderConstruction() 325 CallEventRef<> Caller = CEMgr.getSimpleCall(CE, State, LCtx); in computeObjectUnderConstruction() 333 CallEventRef<> Caller = in computeObjectUnderConstruction() 340 CallEventRef<> Caller = CEMgr.getObjCMethodCall(ME, State, LCtx); in computeObjectUnderConstruction() 574 CallEventRef<> Call = in handleConstructor() 575 CIE ? (CallEventRef<>)CEMgr.getCXXInheritedConstructorCall( in handleConstructor() 577 : (CallEventRef<>)CEMgr.getCXXConstructorCall( in handleConstructor() 744 CallEventRef<CXXDestructorCall> Call = in VisitCXXDestructor() 774 CallEventRef<CXXAllocatorCall> Call = in VisitCXXNewAllocatorCall() 867 CallEventRef<CXXAllocatorCall> Call = in VisitCXXNewExpr() [all …]
|
H A D | ExprEngineObjC.cpp | 151 CallEventRef<ObjCMethodCall> Msg = in VisitObjCMessage() 245 CallEventRef<ObjCMethodCall> UpdatedMsg = Msg.cloneWithState(State); in VisitObjCMessage()
|
H A D | ExprEngineCallAndReturn.cpp | 188 static bool wasDifferentDeclUsedForInlining(CallEventRef<> Call, in wasDifferentDeclUsedForInlining() 226 CallEventRef<> Call = CEMgr.getCaller(calleeCtx, state); in processCallExit() 327 CallEventRef<> UpdatedCall = Call.cloneWithState(CEEState); in processCallExit() 506 CallEventRef<> CallTemplate in VisitCallExpr() 1052 CallEventRef<> Call = CallTemplate.cloneWithState(State); in defaultEvalCall()
|
H A D | CallEvent.cpp | 1369 CallEventRef<> 1390 CallEventRef<> 1400 if (CallEventRef<> Out = getCall(CallSite, State, CallerCtx)) in getCaller() 1444 CallEventRef<> CallEventManager::getCall(const Stmt *S, ProgramStateRef State, in getCall()
|
H A D | BugReporterVisitors.cpp | 490 static ArrayRef<ParmVarDecl *> getCallParameters(CallEventRef<> Call) { in getCallParameters() 578 CallEventRef<> Call = in VisitNode() 1173 CallEventRef<> Call = CallMgr.getCaller(CalleeSFC, State); in visitNodeMaybeUnsuppress() 1462 CallEventRef<> Call = CallMgr.getCaller(CE->getCalleeContext(), in VisitNode() 2902 CallEventRef<> Call = CEMgr.getCaller(CEnter->getCalleeContext(), State); in VisitNode()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountDiagnostics.cpp | 175 Optional<CallEventRef<>> CE) { in findArgIdxOfSymbol() 240 CallEventRef<ObjCMethodCall> Call = in generateDiagnosticsForCallLike() 256 Optional<CallEventRef<>> CE = Mgr.getCall(S, CurrSt, LCtx); in generateDiagnosticsForCallLike() 388 CallEventRef<> Call = CEMgr.getCaller(N->getStackFrame(), N->getState()); in annotateConsumedSummaryMismatch()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ReturnValueChecker.cpp | 129 CallEventRef<> Call = CMgr.getCaller(SFC, State); in checkEndFunction()
|
H A D | MallocChecker.cpp | 3241 CallEventRef<> Call = CEMgr.getSimpleCall(CallE, state, CurrentLC); in VisitNode()
|