Home
last modified time | relevance | path

Searched defs:StackFrame (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h215 enum ContextKind { StackFrame, Block }; enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp504 const StackFrameContext *StackFrame = getCalleeStackFrame(0); in getConstructionContext() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp2125 ExecutionContext &StackFrame = ECStack.back(); in callFunction() local