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

References

tools/clang/lib/AST/ExprConstant.cpp
 6090   if (Info.checkingPotentialConstantExpression() ||
 6091       Info.SpeculativeEvaluationDepth)
 6095   if (!Info.getStdAllocatorCaller("deallocate")) {
 6096     Info.FFDiag(E->getExprLoc());
 6101   if (!EvaluatePointer(E->getArg(0), Pointer, Info))
 6104     EvaluateIgnoredValue(Info, E->getArg(I));
 6113   if (!CheckDeleteKind(Info, E, Pointer, DynAlloc::StdAllocator))
 6116   Info.HeapAllocs.erase(Pointer.Base.get<DynamicAllocLValue>());