Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/
H A DAnalysisContext.h212 enum ContextKind { StackFrame, Scope, Block }; enumerator
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp137 const StackFrameContext *StackFrame; member in __anon27be14d60111::ReturnVisitor
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp2082 ExecutionContext &StackFrame = ECStack.back(); in callFunction() local