Searched refs:isTypeConstant (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGDeclCXX.cpp | 203 if (CGM.isTypeConstant(D.getType(), true)) in EmitCXXGlobalVarDeclInit()
|
| H A D | CodeGenModule.cpp | 2057 !isTypeConstant(Global->getType(), false) && in MayBeEmittedEagerly() 2999 bool CodeGenModule::isTypeConstant(QualType Ty, bool ExcludeCtor) { in isTypeConstant() function in CodeGenModule 3117 GV->setConstant(isTypeConstant(D->getType(), false)); in GetOrCreateLLVMGlobal() 3638 isTypeConstant(D->getType(), true)); in EmitGlobalVarDefinition() 4642 Constant = isTypeConstant(MaterializedType, /*ExcludeCtor*/Value); in GetAddrOfGlobalTemporary()
|
| H A D | CodeGenModule.h | 735 bool isTypeConstant(QualType QTy, bool ExcludeCtorDtor);
|
| H A D | CGDecl.cpp | 363 GV->setConstant(CGM.isTypeConstant(D.getType(), true)); in AddInitializerToStaticVarDecl() 1347 !isEscapingByRef && CGM.isTypeConstant(Ty, true))) { in EmitAutoVarAlloca()
|
| H A D | CGExprAgg.cpp | 498 CGM.isTypeConstant(ArrayQTy, /* ExcludeCtorDtor= */ true), in EmitArrayInit()
|
| H A D | CGExprConstant.cpp | 627 CGM.isTypeConstant(E->getType(), true), in tryEmitGlobalCompoundLiteral()
|
| H A D | CGExpr.cpp | 385 CGF.CGM.isTypeConstant(Ty, true)) in createReferenceTemporary()
|
| H A D | TargetInfo.cpp | 7893 if (CGM.isTypeConstant(D->getType(), false)) { in getGlobalVarAddressSpace()
|