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

References

tools/clang/lib/AST/Interp/Interp.h
  638   const T &Value = S.Stk.pop<T>();
  639   const Pointer &Ptr = S.Stk.peek<Pointer>();
  640   if (!CheckStore(S, OpPC, Ptr))