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

References

tools/clang/lib/AST/ExprConstant.cpp
 8543     if (ConstantArrayType::getNumAddressingBits(Info.Ctx, AllocType,
 8582     AllocType = Info.Ctx.getConstantArrayType(AllocType, ArrayBound, nullptr,
 8582     AllocType = Info.Ctx.getConstantArrayType(AllocType, ArrayBound, nullptr,
 8585     assert(!AllocType->isArrayType() &&
 8620     } Handler = {Info, E, AllocType, AK, nullptr};
 8622     CompleteObject Obj = findCompleteObject(Info, E, AK, Result, AllocType);
 8635     Val = Info.createHeapAlloc(E, AllocType, Result);
 8642                                   AllocType))
 8648     *Val = getDefaultInitValue(AllocType);
 8653   if (auto *AT = AllocType->getAsArrayTypeUnsafe())