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

References

tools/clang/lib/AST/Interp/Pointer.cpp
   29   assert((Base == RootPtrMark || Base % alignof(void *) == 0) && "wrong base");
tools/clang/lib/AST/Interp/Pointer.h
   59     if (Base == RootPtrMark)
   60       return Pointer(Pointee, RootPtrMark, getDeclDesc()->getSize());
   82     if (Base == RootPtrMark)
  129       return Pointer(Pointee, RootPtrMark, 0);
  144   bool isField() const { return Base != 0 && Base != RootPtrMark; }
  152     if (Base == RootPtrMark) {
  162     if (Base == RootPtrMark) {
  172     if (Base == 0 || Base == RootPtrMark)
  182     if (Base == RootPtrMark)
  192     if (Base == RootPtrMark)
  217     return (Base == 0 || Base == RootPtrMark) && Offset == 0;