Searched refs:emitSetLocal (Results 1 – 2 of 2) sorted by relevance
684 if (!this->emitSetLocal(T, L.Offset, LV)) in dereferenceVar()693 if (!this->emitSetLocal(T, L.Offset, LV)) in dereferenceVar()1185 return this->emitSetLocal(*VarT, Offset, VD); in visitVarDecl()
233 bool EvalEmitter::emitSetLocal(uint32_t I, const SourceInfo &Info) { in emitSetLocal() function in EvalEmitter