Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/T0/
H A DOpcodeGetLocal.cs39 cpu.Push(cpu.GetLocal(num)); in Run()
H A DCPU.cs152 internal TValue GetLocal(int num) in GetLocal() method in CPU
H A DWordBuilder.cs245 internal void GetLocal(string name) in GetLocal() method in WordBuilder
H A DT0Comp.cs699 wordBuilder.GetLocal(cpu.Pop().ToString()); in T0Comp()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DOpcodes.td374 def GetLocal : AccessOpcode { let HasCustomEval = 1; }
H A DInterp.h895 bool GetLocal(InterpState &S, CodePtr OpPC, uint32_t I) { in GetLocal() function