Home
last modified time | relevance | path

Searched refs:isTypeConstant (Results 1 – 13 of 13) sorted by relevance

/external/clang/lib/CodeGen/
DCGDeclCXX.cpp179 if (CGM.isTypeConstant(D.getType(), true)) in EmitCXXGlobalVarDeclInit()
DCGDecl.cpp339 GV->setConstant(CGM.isTypeConstant(D.getType(), true)); in AddInitializerToStaticVarDecl()
990 CGM.isTypeConstant(Ty, true)) { in EmitAutoVarAlloca()
DCodeGenModule.h646 bool isTypeConstant(QualType QTy, bool ExcludeCtorDtor);
DCodeGenModule.cpp2036 bool CodeGenModule::isTypeConstant(QualType Ty, bool ExcludeCtor) { in isTypeConstant() function in CodeGenModule
2146 GV->setConstant(isTypeConstant(D->getType(), false)); in GetOrCreateLLVMGlobal()
2535 isTypeConstant(D->getType(), true)); in EmitGlobalVarDefinition()
3582 Constant = isTypeConstant(MaterializedType, /*ExcludeCtor*/Value); in GetAddrOfGlobalTemporary()
DCGExpr.cpp328 CGF.CGM.isTypeConstant(Ty, true)) in createReferenceTemporary()
/external/llvm-project/clang/lib/CodeGen/
DCGDeclCXX.cpp215 if (CGM.isTypeConstant(D.getType(), true)) in EmitCXXGlobalVarDeclInit()
DCodeGenModule.h762 bool isTypeConstant(QualType QTy, bool ExcludeCtorDtor);
DCodeGenModule.cpp2581 !isTypeConstant(Global->getType(), false) && in MayBeEmittedEagerly()
3615 bool CodeGenModule::isTypeConstant(QualType Ty, bool ExcludeCtor) { in isTypeConstant() function in CodeGenModule
3733 GV->setConstant(isTypeConstant(D->getType(), false)); in GetOrCreateLLVMGlobal()
4308 isTypeConstant(D->getType(), true)); in EmitGlobalVarDefinition()
5354 Constant = isTypeConstant(MaterializedType, /*ExcludeCtor*/Value); in GetAddrOfGlobalTemporary()
DCGDecl.cpp378 GV->setConstant(CGM.isTypeConstant(D.getType(), true)); in AddInitializerToStaticVarDecl()
1464 !isEscapingByRef && CGM.isTypeConstant(Ty, true))) { in EmitAutoVarAlloca()
DCGExprAgg.cpp505 CGM.isTypeConstant(ArrayQTy, /* ExcludeCtorDtor= */ true), in EmitArrayInit()
DCGExprConstant.cpp916 CGM.isTypeConstant(E->getType(), true), in tryEmitGlobalCompoundLiteral()
DCGExpr.cpp403 CGF.CGM.isTypeConstant(Ty, true)) in createReferenceTemporary()
DTargetInfo.cpp9090 if (CGM.isTypeConstant(D->getType(), false)) { in getGlobalVarAddressSpace()