Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h66 Function *CurFunction;// The currently executing function member
75 ExecutionContext() : CurFunction(nullptr), CurBB(nullptr), CurInst(nullptr) {} in ExecutionContext()
78 : CurFunction(O.CurFunction), CurBB(O.CurBB), CurInst(O.CurInst), in ExecutionContext()
83 CurFunction = O.CurFunction;
H A DExecution.cpp2083 StackFrame.CurFunction = F; in callFunction()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSema.cpp1141 FunctionScopeInfo *CurFunction = getCurFunction(); in PopCompoundScope() local
1142 assert(!CurFunction->CompoundScopes.empty() && "mismatched push/pop"); in PopCompoundScope()
1144 CurFunction->CompoundScopes.pop_back(); in PopCompoundScope()