Searched refs:isTypeConstant (Results 1 – 5 of 5) sorted by relevance
172 if (CGM.isTypeConstant(D.getType(), true)) in EmitCXXGlobalVarDeclInit()
327 GV->setConstant(CGM.isTypeConstant(D.getType(), true)); in AddInitializerToStaticVarDecl()923 CGM.isTypeConstant(Ty, true)) { in EmitAutoVarAlloca()
1708 bool CodeGenModule::isTypeConstant(QualType Ty, bool ExcludeCtor) { in isTypeConstant() function in CodeGenModule1776 GV->setConstant(isTypeConstant(D->getType(), false)); in GetOrCreateLLVMGlobal()2079 isTypeConstant(D->getType(), true)); in EmitGlobalVarDefinition()3070 Constant = isTypeConstant(MaterializedType, /*ExcludeCtor*/Value); in GetAddrOfGlobalTemporary()
654 bool isTypeConstant(QualType QTy, bool ExcludeCtorDtor);
312 CGF.CGM.isTypeConstant(Ty, true)) in createReferenceTemporary()