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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h77 class CallEventRef : public IntrusiveRefCntPtr<const T> { class in namespace:clang::ento
79 CallEventRef(const T *Call) : IntrusiveRefCntPtr<const T>(Call) {} function in class:clang::ento::CallEventRef
80 CallEventRef(const CallEventRef &Orig) : IntrusiveRefCntPtr<const T>(Orig) {} function in class:clang::ento::CallEventRef
82 CallEventRef<T> cloneWithState(ProgramStateRef State) const {
86 // Allow implicit conversions to a superclass type, since CallEventRef
89 operator CallEventRef<SuperT> () const {
360 CallEventRef<T> cloneWithState(ProgramStateRef NewState) const;
363 CallEventRef<> cloneWithState(ProgramStateRef NewState) const {
1203 CallEventRef<>
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp325 auto getArgLoc = [&](CallEventRef<> Caller) -> Optional<SVal> {
354 CallEventRef<> Caller = CEMgr.getSimpleCall(CE, State, LCtx);
363 CallEventRef<> Caller =
371 CallEventRef<> Caller = CEMgr.getObjCMethodCall(ME, State, LCtx);
498 CallEventRef<CXXConstructorCall> Call =
647 CallEventRef<CXXDestructorCall> Call =
677 CallEventRef<CXXAllocatorCall> Call =
772 CallEventRef<CXXAllocatorCall> Call =
H A DExprEngineObjC.cpp154 CallEventRef<ObjCMethodCall> Msg =
248 CallEventRef<ObjCMethodCall> UpdatedMsg = Msg.cloneWithState(State);
H A DExprEngineCallAndReturn.cpp185 static bool wasDifferentDeclUsedForInlining(CallEventRef<> Call,
223 CallEventRef<> Call = CEMgr.getCaller(calleeCtx, state);
324 CallEventRef<> UpdatedCall = Call.cloneWithState(CEEState);
506 CallEventRef<> CallTemplate
1043 CallEventRef<> Call = CallTemplate.cloneWithState(State);
H A DCallEvent.cpp1361 CallEventRef<>
1382 CallEventRef<>
1392 if (CallEventRef<> Out = getCall(CallSite, State, CallerCtx))
1433 CallEventRef<> CallEventManager::getCall(const Stmt *S, ProgramStateRef State,
H A DBugReporterVisitors.cpp469 static ArrayRef<ParmVarDecl *> getCallParameters(CallEventRef<> Call) {
557 CallEventRef<> Call =
1152 CallEventRef<> Call = CallMgr.getCaller(CalleeSFC, State);
1425 CallEventRef<> Call = CallMgr.getCaller(CE->getCalleeContext(),
2776 CallEventRef<> Call = CEMgr.getCaller(CEnter->getCalleeContext(), State);
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp172 Optional<CallEventRef<>> CE) {
237 CallEventRef<ObjCMethodCall> Call =
253 Optional<CallEventRef<>> CE = Mgr.getCall(S, CurrSt, LCtx);
381 CallEventRef<> Call = CEMgr.getCaller(N->getStackFrame(), N->getState());
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp3255 CallEventRef<> Call = CEMgr.getSimpleCall(CallE, state, CurrentLC);

Completed in 126 milliseconds