Searched defs:CurFunction (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h65 Function *CurFunction;// The currently executing function member in struct:llvm::ExecutionContext
74 ExecutionContext() : CurFunction(nullptr), CurBB(nullptr), CurInst(nullptr) {}
77 : CurFunction(O.CurFunction), CurBB(O.CurBB), CurInst(O.CurInst),
82 CurFunction = O.CurFunction;
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h71 Function *CurFunction;// The currently executing function member in struct:llvm::ExecutionContext
/external/clang/lib/Sema/
H A DSema.cpp1173 FunctionScopeInfo *CurFunction = getCurFunction(); local
1174 assert(!CurFunction->CompoundScopes.empty() && "mismatched push/pop");
1176 CurFunction->CompoundScopes.pop_back();

Completed in 186 milliseconds