OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cloneWithState
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h
58
CallEventRef<T>
cloneWithState
(ProgramStateRef State) const {
59
return this->get()->template
cloneWithState
<T>(State);
329
CallEventRef<T>
cloneWithState
(ProgramStateRef NewState) const;
332
CallEventRef<>
cloneWithState
(ProgramStateRef NewState) const {
333
return
cloneWithState
<CallEvent>(NewState);
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
ExprEngineObjC.cpp
228
CallEventRef<ObjCMethodCall> UpdatedMsg = Msg.
cloneWithState
(State);
CheckerManager.cpp
215
checkFn(*Msg.
cloneWithState
<ObjCMethodCall>(Pred->getState()), C);
269
checkFn(*Call.
cloneWithState
(Pred->getState()), C);
ExprEngineCallAndReturn.cpp
328
CallEventRef<> UpdatedCall = Call.
cloneWithState
(CEEState);
[
all
...]
Completed in 66 milliseconds