Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h110 class CallEventRef : public IntrusiveRefCntPtr<const T> {
113 CallEventRef(const CallEventRef &Orig) : IntrusiveRefCntPtr<const T>(Orig) {} in CallEventRef() function
122 operator CallEventRef<SuperT> () const {
1142 CallEventRef<>
1147 CallEventRef<>
1151 CallEventRef<>
1155 CallEventRef<ObjCMethodCall>
1161 CallEventRef<CXXConstructorCall>
1167 CallEventRef<CXXDestructorCall>
1174 CallEventRef<CXXAllocatorCall>
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp320 auto getArgLoc = [&](CallEventRef<> Caller) -> Optional<SVal> { in prepareForObjectConstruction()
348 CallEventRef<> Caller = CEMgr.getSimpleCall(CE, State, LCtx); in prepareForObjectConstruction()
357 CallEventRef<> Caller = in prepareForObjectConstruction()
365 CallEventRef<> Caller = CEMgr.getObjCMethodCall(ME, State, LCtx); in prepareForObjectConstruction()
497 CallEventRef<CXXConstructorCall> Call = in VisitCXXConstructExpr()
615 CallEventRef<CXXDestructorCall> Call = in VisitCXXDestructor()
646 CallEventRef<CXXAllocatorCall> Call = in VisitCXXNewAllocatorCall()
741 CallEventRef<CXXAllocatorCall> Call = in VisitCXXNewExpr()
H A DExprEngineObjC.cpp155 CallEventRef<ObjCMethodCall> Msg = in VisitObjCMessage()
249 CallEventRef<ObjCMethodCall> UpdatedMsg = Msg.cloneWithState(State); in VisitObjCMessage()
H A DExprEngineCallAndReturn.cpp185 static bool wasDifferentDeclUsedForInlining(CallEventRef<> Call, in wasDifferentDeclUsedForInlining()
223 CallEventRef<> Call = CEMgr.getCaller(calleeCtx, state); in processCallExit()
324 CallEventRef<> UpdatedCall = Call.cloneWithState(CEEState); in processCallExit()
488 CallEventRef<> CallTemplate in VisitCallExpr()
990 CallEventRef<> Call = CallTemplate.cloneWithState(State); in defaultEvalCall()
H A DCallEvent.cpp1341 CallEventRef<>
1362 CallEventRef<>
1372 if (CallEventRef<> Out = getCall(CallSite, State, CallerCtx)) in getCaller()
1413 CallEventRef<> CallEventManager::getCall(const Stmt *S, ProgramStateRef State, in getCall()
H A DBugReporterVisitors.cpp323 CallEventRef<> Call = in VisitNode()
533 ArrayRef<ParmVarDecl *> getCallParameters(CallEventRef<> Call) { in getCallParameters()
553 CallEventRef<> Call, const RegionVector &FieldChain, in notModifiedDiagnostics()
975 CallEventRef<> Call = CallMgr.getCaller(StackFrame, State); in visitNodeMaybeUnsuppress()
1244 CallEventRef<> Call = CallMgr.getCaller(CE->getCalleeContext(), in VisitNode()
2333 CallEventRef<> Call = CEMgr.getCaller(CEnter->getCalleeContext(), State); in VisitNode()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp122 Optional<CallEventRef<>> CE) { in findArgIdxOfSymbol()
162 CallEventRef<ObjCMethodCall> Call = in generateDiagnosticsForCallLike()
178 Optional<CallEventRef<>> CE = Mgr.getCall(S, CurrSt, LCtx); in generateDiagnosticsForCallLike()
306 CallEventRef<> Call = CEMgr.getCaller(N->getStackFrame(), N->getState()); in annotateConsumedSummaryMismatch()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp2954 CallEventRef<> Call = CEMgr.getSimpleCall(CallE, state, CurrentLC); in VisitNode()