reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
   80   CallEventRef(const CallEventRef &Orig) : IntrusiveRefCntPtr<const T>(Orig) {}
   82   CallEventRef<T> cloneWithState(ProgramStateRef State) const {
   82   CallEventRef<T> cloneWithState(ProgramStateRef State) const {
   82   CallEventRef<T> cloneWithState(ProgramStateRef State) const {
   89   operator CallEventRef<SuperT> () const {
  360   CallEventRef<T> cloneWithState(ProgramStateRef NewState) const;
  363   CallEventRef<> cloneWithState(ProgramStateRef NewState) const {
 1203   CallEventRef<>
 1208   CallEventRef<>
 1212   CallEventRef<>
 1216   CallEventRef<ObjCMethodCall>
 1222   CallEventRef<CXXConstructorCall>
 1228   CallEventRef<CXXDestructorCall>
 1235   CallEventRef<CXXAllocatorCall>
 1243 CallEventRef<T> CallEvent::cloneWithState(ProgramStateRef NewState) const {
 1280 template<class T> struct simplify_type< clang::ento::CallEventRef<T>> {
 1284   getSimplifiedValue(clang::ento::CallEventRef<T> Val) {
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 3253               CallEventRef<> Call = CEMgr.getSimpleCall(CallE, state, CurrentLC);
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
  172                                              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());
tools/clang/lib/StaticAnalyzer/Checkers/ReturnValueChecker.cpp
  129   CallEventRef<> Call = CMgr.getCaller(SFC, State);
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  469 static ArrayRef<ParmVarDecl *> getCallParameters(CallEventRef<> Call) {
  557   CallEventRef<> Call =
 1152     CallEventRef<> Call = CallMgr.getCaller(CalleeSFC, State);
 1425           CallEventRef<> Call = CallMgr.getCaller(CE->getCalleeContext(),
 2775   CallEventRef<> Call = CEMgr.getCaller(CEnter->getCalleeContext(), State);
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
 1358 CallEventRef<>
 1379 CallEventRef<>
 1389     if (CallEventRef<> Out = getCall(CallSite, State, CallerCtx))
 1430 CallEventRef<> CallEventManager::getCall(const Stmt *S, ProgramStateRef State,
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
  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 =
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
  184 static bool wasDifferentDeclUsedForInlining(CallEventRef<> Call,
  222   CallEventRef<> Call = CEMgr.getCaller(calleeCtx, state);
  323     CallEventRef<> UpdatedCall = Call.cloneWithState(CEEState);
  505   CallEventRef<> CallTemplate
 1007   CallEventRef<> Call = CallTemplate.cloneWithState(State);
tools/clang/lib/StaticAnalyzer/Core/ExprEngineObjC.cpp
  154   CallEventRef<ObjCMethodCall> Msg =
  248     CallEventRef<ObjCMethodCall> UpdatedMsg = Msg.cloneWithState(State);
tools/clang/unittests/StaticAnalyzer/CallDescriptionTest.cpp
   63     CallEventRef<> Call =