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

References

tools/clang/lib/AST/Interp/Interp.h
  710   if (!CheckInit(S, OpPC, Ptr))
  712   Ptr.initialize();
  713   new (&Ptr.deref<T>()) T(Value);