Home
last modified time | relevance | path

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

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