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);
  432   return Local.Offset;
  460   return Local.Offset;
tools/clang/lib/AST/Interp/EvalEmitter.cpp
  239     auto It = Locals.find(Local.Offset);
tools/clang/lib/AST/Interp/InterpFrame.cpp
   30           Block *B = new (localBlock(Local.Offset)) Block(Local.Desc);
   47     S.deallocate(reinterpret_cast<Block *>(localBlock(Local.Offset)));