reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/Interp/ByteCodeExprGen.cpp
  333       if (!this->emitGetLocal(T, L.Offset, LV))
  335       return DiscardResult ? this->emitPop(T, LV) : true;
  340       if (!this->emitSetLocal(T, L.Offset, LV))
  342       return DiscardResult ? true : this->emitGetPtrLocal(L.Offset, LV);
  345       if (!this->emitGetLocal(T, L.Offset, LV))
  349       if (!this->emitSetLocal(T, L.Offset, LV))
  351       return DiscardResult ? true : this->emitGetPtrLocal(L.Offset, LV);
  356       if (!this->emitGetGlobal(T, *Idx, LV))
  358       return DiscardResult ? this->emitPop(T, LV) : true;
  363       if (!this->emitSetGlobal(T, *Idx, LV))
  365       return DiscardResult ? true : this->emitGetPtrGlobal(*Idx, LV);
  368       if (!this->emitGetGlobal(T, *Idx, LV))
  372       if (!this->emitSetGlobal(T, *Idx, LV))
  374       return DiscardResult ? true : this->emitGetPtrGlobal(*Idx, LV);
  390   return visit(LV) && Indirect(T);