Searched refs:emitSetLocal (Results 1 – 3 of 3) sorted by relevance
246 return this->emitSetLocal(*T, Off, VD); in visitVarDecl()
340 if (!this->emitSetLocal(T, L.Offset, LV)) in dereferenceVar()349 if (!this->emitSetLocal(T, L.Offset, LV)) in dereferenceVar()
221 bool EvalEmitter::emitSetLocal(uint32_t I, const SourceInfo &Info) { in emitSetLocal() function in EvalEmitter