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

References

tools/clang/lib/AST/Interp/Interp.h
  620   const Pointer &Ptr = S.Stk.peek<Pointer>();
  621   if (!CheckLoad(S, OpPC, Ptr))
  623   S.Stk.push<T>(Ptr.deref<T>());