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
60
CallEventRef<T>
cloneWithState
(ProgramStateRef State) const {
61
return this->getPtr()->template
cloneWithState
<T>(State);
328
CallEventRef<T>
cloneWithState
(ProgramStateRef NewState) const;
331
CallEventRef<>
cloneWithState
(ProgramStateRef NewState) const {
332
return
cloneWithState
<CallEvent>(NewState);
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
ExprEngineObjC.cpp
158
CallEventRef<ObjCMethodCall> UpdatedMsg = Msg.
cloneWithState
(State);
CheckerManager.cpp
199
checkFn(*Msg.
cloneWithState
<ObjCMethodCall>(Pred->getState()), C);
242
checkFn(*Call.
cloneWithState
(Pred->getState()), C);
ExprEngineCallAndReturn.cpp
328
CallEventRef<> UpdatedCall = Call.
cloneWithState
(CEEState);
[
all
...]
Completed in 46 milliseconds