OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CallEventRef
(Results
1 - 6
of
6
) sorted by null
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h
53
class
CallEventRef
: public IntrusiveRefCntPtr<const T> {
55
CallEventRef
(const T *Call) : IntrusiveRefCntPtr<const T>(Call) {}
56
CallEventRef
(const
CallEventRef
&Orig) : IntrusiveRefCntPtr<const T>(Orig) {}
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/
ExprEngineObjC.cpp
139
CallEventRef
<ObjCMethodCall> Msg =
158
CallEventRef
<ObjCMethodCall> UpdatedMsg = Msg.cloneWithState(State);
ExprEngineCXX.cpp
235
CallEventRef
<CXXConstructorCall> Call =
322
CallEventRef
<CXXDestructorCall> Call =
353
CallEventRef
<CXXAllocatorCall> Call =
406
CallEventRef
<CXXAllocatorCall> Call =
ExprEngineCallAndReturn.cpp
183
static bool wasDifferentDeclUsedForInlining(
CallEventRef
<> Call,
239
CallEventRef
<> Call = CEMgr.getCaller(calleeCtx, state);
328
CallEventRef
<> UpdatedCall = Call.cloneWithState(CEEState);
491
CallEventRef
<> CallTemplate
[
all
...]
CallEvent.cpp
900
CallEventRef
<>
922
CallEventRef
<>
[
all
...]
BugReporterVisitors.cpp
360
CallEventRef
<> Call = CallMgr.getCaller(StackFrame, State);
515
CallEventRef
<> Call = CallMgr.getCaller(CE->getCalleeContext(),
[
all
...]
Completed in 346 milliseconds