HomeSort by: relevance | last modified time | path
    Searched refs:CallEventRef (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 82 class CallEventRef : public IntrusiveRefCntPtr<const T> {
84 CallEventRef(const T *Call) : IntrusiveRefCntPtr<const T>(Call) {}
85 CallEventRef(const CallEventRef &Orig) : IntrusiveRefCntPtr<const T>(Orig) {}
87 CallEventRef<T> cloneWithState(ProgramStateRef State) const {
91 // Allow implicit conversions to a superclass type, since CallEventRef
94 operator CallEventRef<SuperT> () const {
373 CallEventRef<T> cloneWithState(ProgramStateRef NewState) const;
376 CallEventRef<> cloneWithState(ProgramStateRef NewState) const {
1383 CallEventRef<>
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 296 auto getArgLoc = [&](CallEventRef<> Caller) -> Optional<SVal> {
325 CallEventRef<> Caller = CEMgr.getSimpleCall(CE, State, LCtx);
333 CallEventRef<> Caller =
340 CallEventRef<> Caller = CEMgr.getObjCMethodCall(ME, State, LCtx);
574 CallEventRef<> Call =
575 CIE ? (CallEventRef<>)CEMgr.getCXXInheritedConstructorCall(
577 : (CallEventRef<>)CEMgr.getCXXConstructorCall(
744 CallEventRef<CXXDestructorCall> Call =
774 CallEventRef<CXXAllocatorCall> Call =
867 CallEventRef<CXXAllocatorCall> Call
    [all...]
ExprEngineObjC.cpp 151 CallEventRef<ObjCMethodCall> Msg =
245 CallEventRef<ObjCMethodCall> UpdatedMsg = Msg.cloneWithState(State);
ExprEngineCallAndReturn.cpp 188 static bool wasDifferentDeclUsedForInlining(CallEventRef<> Call,
226 CallEventRef<> Call = CEMgr.getCaller(calleeCtx, state);
327 CallEventRef<> UpdatedCall = Call.cloneWithState(CEEState);
506 CallEventRef<> CallTemplate
1052 CallEventRef<> Call = CallTemplate.cloneWithState(State);
CallEvent.cpp 1369 CallEventRef<>
1390 CallEventRef<>
1400 if (CallEventRef<> Out = getCall(CallSite, State, CallerCtx))
1444 CallEventRef<> CallEventManager::getCall(const Stmt *S, ProgramStateRef State,
BugReporterVisitors.cpp 490 static ArrayRef<ParmVarDecl *> getCallParameters(CallEventRef<> Call) {
578 CallEventRef<> Call =
1173 CallEventRef<> Call = CallMgr.getCaller(CalleeSFC, State);
1462 CallEventRef<> Call = CallMgr.getCaller(CE->getCalleeContext(),
2902 CallEventRef<> Call = CEMgr.getCaller(CEnter->getCalleeContext(), State);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountDiagnostics.cpp 175 Optional<CallEventRef<>> CE) {
240 CallEventRef<ObjCMethodCall> Call =
256 Optional<CallEventRef<>> CE = Mgr.getCall(S, CurrSt, LCtx);
388 CallEventRef<> Call = CEMgr.getCaller(N->getStackFrame(), N->getState());
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 3241 CallEventRef<> Call = CEMgr.getSimpleCall(CallE, state, CurrentLC);

Completed in 44 milliseconds