OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cloneWithState
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h
87
CallEventRef<T>
cloneWithState
(ProgramStateRef State) const {
88
return this->get()->template
cloneWithState
<T>(State);
373
CallEventRef<T>
cloneWithState
(ProgramStateRef NewState) const;
376
CallEventRef<>
cloneWithState
(ProgramStateRef NewState) const {
377
return
cloneWithState
<CallEvent>(NewState);
1436
CallEventRef<T> CallEvent::
cloneWithState
(ProgramStateRef NewState) const {
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineObjC.cpp
245
CallEventRef<ObjCMethodCall> UpdatedMsg = Msg.
cloneWithState
(State);
CheckerManager.cpp
233
checkFn(*Msg.
cloneWithState
<ObjCMethodCall>(Pred->getState()), C);
291
checkFn(*Call.
cloneWithState
(Pred->getState()), C);
527
checkFn(cast<CXXAllocatorCall>(*Call.
cloneWithState
(Pred->getState())),
ExprEngineCallAndReturn.cpp
327
CallEventRef<> UpdatedCall = Call.
cloneWithState
(CEEState);
1052
CallEventRef<> Call = CallTemplate.
cloneWithState
(State);
Completed in 26 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026