OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurFunction
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h
60
Function *
CurFunction
;// The currently executing function
69
ExecutionContext() :
CurFunction
(nullptr), CurBB(nullptr), CurInst(nullptr) {}
Execution.cpp
2126
StackFrame.
CurFunction
= F;
/src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp
2051
FunctionScopeInfo *
CurFunction
= getCurFunction();
2052
assert(!
CurFunction
->CompoundScopes.empty() && "mismatched push/pop");
2054
CurFunction
->CompoundScopes.pop_back();
Completed in 21 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026