Home
last modified time | relevance | path

Searched refs:CurFunction (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h65 Function *CurFunction;// The currently executing function member
74 ExecutionContext() : CurFunction(nullptr), CurBB(nullptr), CurInst(nullptr) {} in ExecutionContext()
77 : CurFunction(O.CurFunction), CurBB(O.CurBB), CurInst(O.CurInst), in ExecutionContext()
82 CurFunction = O.CurFunction;
DExecution.cpp2083 StackFrame.CurFunction = F; in callFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h61 Function *CurFunction;// The currently executing function member
70 ExecutionContext() : CurFunction(nullptr), CurBB(nullptr), CurInst(nullptr) {} in ExecutionContext()
DExecution.cpp2130 StackFrame.CurFunction = F; in callFunction()
/external/clang/lib/Sema/
DSema.cpp1173 FunctionScopeInfo *CurFunction = getCurFunction(); in PopCompoundScope() local
1174 assert(!CurFunction->CompoundScopes.empty() && "mismatched push/pop"); in PopCompoundScope()
1176 CurFunction->CompoundScopes.pop_back(); in PopCompoundScope()