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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h53 class CallEventRef : public IntrusiveRefCntPtr<const T> { class in namespace:clang::ento
55 CallEventRef(const T *Call) : IntrusiveRefCntPtr<const T>(Call) {} function in class:clang::ento::CallEventRef
56 CallEventRef(const CallEventRef &Orig) : IntrusiveRefCntPtr<const T>(Orig) {} function in class:clang::ento::CallEventRef
58 CallEventRef<T> cloneWithState(ProgramStateRef State) const {
62 // Allow implicit conversions to a superclass type, since CallEventRef
65 operator CallEventRef<SuperT> () const {
321 CallEventRef<T> cloneWithState(ProgramStateRef NewState) const;
324 CallEventRef<> cloneWithState(ProgramStateRef NewState) const {
951 CallEventRef<>
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineObjC.cpp139 CallEventRef<ObjCMethodCall> Msg =
158 CallEventRef<ObjCMethodCall> UpdatedMsg = Msg.cloneWithState(State);
H A DExprEngineCXX.cpp235 CallEventRef<CXXConstructorCall> Call =
322 CallEventRef<CXXDestructorCall> Call =
353 CallEventRef<CXXAllocatorCall> Call =
406 CallEventRef<CXXAllocatorCall> Call =
H A DExprEngineCallAndReturn.cpp183 static bool wasDifferentDeclUsedForInlining(CallEventRef<> Call,
239 CallEventRef<> Call = CEMgr.getCaller(calleeCtx, state);
328 CallEventRef<> UpdatedCall = Call.cloneWithState(CEEState);
491 CallEventRef<> CallTemplate
904 CallEventRef<> Call = CallTemplate.cloneWithState(State);
H A DCallEvent.cpp900 CallEventRef<>
922 CallEventRef<>
H A DBugReporterVisitors.cpp360 CallEventRef<> Call = CallMgr.getCaller(StackFrame, State);
515 CallEventRef<> Call = CallMgr.getCaller(CE->getCalleeContext(),
1607 CallEventRef<> Call = CEMgr.getCaller(CEnter->getCalleeContext(), State);

Completed in 414 milliseconds