Searched refs:CallEventRef (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 85 CallEventRef(const CallEventRef &Orig) : IntrusiveRefCntPtr<const T>(Orig) {} in CallEventRef() function 94 operator CallEventRef<SuperT> () const { 1383 CallEventRef<> 1388 CallEventRef<> 1392 CallEventRef<> 1396 CallEventRef<ObjCMethodCall> 1402 CallEventRef<CXXConstructorCall> 1408 CallEventRef<CXXInheritedConstructorCall> 1415 CallEventRef<CXXDestructorCall> 1422 CallEventRef<CXXAllocatorCall> [all …]
|
| /freebsd-13.1/contrib/llvm-project/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 | 1408 CallEventRef<> 1429 CallEventRef<> 1439 if (CallEventRef<> Out = getCall(CallSite, State, CallerCtx)) in getCaller() 1483 CallEventRef<> CallEventManager::getCall(const Stmt *S, ProgramStateRef State, in getCall()
|
| H A D | BugReporterVisitors.cpp | 491 static ArrayRef<ParmVarDecl *> getCallParameters(CallEventRef<> Call) { in getCallParameters() 579 CallEventRef<> Call = in VisitNode() 1088 CallEventRef<> Call = CallMgr.getCaller(CalleeSFC, State); in visitNodeMaybeUnsuppress() 1424 CallEventRef<> Call = CallMgr.getCaller(CE->getCalleeContext(), in VisitNode() 3124 CallEventRef<> Call = CEMgr.getCaller(CEnter->getCalleeContext(), State); in VisitNode()
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ReturnValueChecker.cpp | 129 CallEventRef<> Call = CMgr.getCaller(SFC, State); in checkEndFunction()
|
| H A D | MallocChecker.cpp | 3242 CallEventRef<> Call = CEMgr.getSimpleCall(CallE, state, CurrentLC); in VisitNode()
|