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

References

tools/clang/lib/AST/ExprConstant.cpp
13206   if (!EvaluatePointer(Arg, Pointer, Info))
13208   if (Pointer.Designator.Invalid)
13212   if (Pointer.isNullPointer()) {
13222       Info, E, Pointer, E->isArrayForm() ? DynAlloc::ArrayNew : DynAlloc::New);
13225   QualType AllocType = Pointer.Base.getDynamicAllocType();
13229   if (!E->isArrayForm() && Pointer.Designator.Entries.size() != 0 &&
13248   if (!HandleDestruction(Info, E->getExprLoc(), Pointer.getLValueBase(),
13252   if (!Info.HeapAllocs.erase(Pointer.Base.dyn_cast<DynamicAllocLValue>())) {