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))
  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);