reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
333 if (!this->emitGetLocal(T, L.Offset, LV)) 335 return DiscardResult ? this->emitPop(T, LV) : true; 338 if (!Direct(T)) 340 if (!this->emitSetLocal(T, L.Offset, LV)) 345 if (!this->emitGetLocal(T, L.Offset, LV)) 347 if (!Direct(T)) 349 if (!this->emitSetLocal(T, L.Offset, LV)) 356 if (!this->emitGetGlobal(T, *Idx, LV)) 358 return DiscardResult ? this->emitPop(T, LV) : true; 361 if (!Direct(T)) 363 if (!this->emitSetGlobal(T, *Idx, LV)) 368 if (!this->emitGetGlobal(T, *Idx, LV)) 370 if (!Direct(T)) 372 if (!this->emitSetGlobal(T, *Idx, LV)) 390 return visit(LV) && Indirect(T);