Searched refs:isTypeConstant (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp215 if (CGM.isTypeConstant(D.getType(), true))
H A DCGDecl.cpp365 GV->setConstant(CGM.isTypeConstant(D.getType(), true));
1432 !isEscapingByRef && CGM.isTypeConstant(Ty, true))) {
H A DCodeGenModule.h757 bool isTypeConstant(QualType QTy, bool ExcludeCtorDtor);
H A DCodeGenModule.cpp2385 !isTypeConstant(Global->getType(), false) &&
3411 /// isTypeConstant - Determine whether an object of this type can be emitted
3417 bool CodeGenModule::isTypeConstant(QualType Ty, bool ExcludeCtor) { function in class:CodeGenModule
3535 GV->setConstant(isTypeConstant(D->getType(), false));
4074 isTypeConstant(D->getType(), true));
5108 Constant = isTypeConstant(MaterializedType, /*ExcludeCtor*/Value);
H A DCGExprAgg.cpp501 CGM.isTypeConstant(ArrayQTy, /* ExcludeCtorDtor= */ true),
H A DCGExprConstant.cpp905 CGM.isTypeConstant(E->getType(), true),
H A DCGExpr.cpp385 CGF.CGM.isTypeConstant(Ty, true))
H A DTargetInfo.cpp8204 if (CGM.isTypeConstant(D->getType(), false)) {

Completed in 241 milliseconds