Home
last modified time | relevance | path

Searched refs:GetLocal (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DOpcodes.td297 def GetLocal : AccessOpcode { let HasCustomEval = 1; }
H A DInterp.h596 bool GetLocal(InterpState &S, CodePtr OpPC, uint32_t I) { in GetLocal() function