Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DOpcodes.td376 def SetLocal : AccessOpcode { let HasCustomEval = 1; }
H A DInterp.h907 bool SetLocal(InterpState &S, CodePtr OpPC, uint32_t I) { in SetLocal() function