OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CallExitBegin
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Analysis/
ProgramPoint.h
586
///
CallExitBegin
and CallExitEnd. The following operations occur between the
588
/// -
CallExitBegin
592
class
CallExitBegin
: public ProgramPoint {
594
//
CallExitBegin
uses the callee's location context.
595
CallExitBegin
(const StackFrameContext *L)
600
CallExitBegin
() {}
607
/// \sa
CallExitBegin
/external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp
577
// Create a
CallExitBegin
node and enqueue it.
582
CallExitBegin
Loc(LocCtx);
609
// If we are in an inlined call, generate
CallExitBegin
node.
Completed in 3365 milliseconds