Home
last modified time | relevance | path

Searched defs:CurFunction (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h60 Function *CurFunction;// The currently executing function member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h61 Function *CurFunction;// The currently executing function member
/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h65 Function *CurFunction;// The currently executing function member
/external/clang/lib/Sema/
DSema.cpp1173 FunctionScopeInfo *CurFunction = getCurFunction(); in PopCompoundScope() local