Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDeclCXX.cpp215 if (CGM.isTypeConstant(D.getType(), true)) in EmitCXXGlobalVarDeclInit()
H A DCodeGenModule.h785 bool isTypeConstant(QualType QTy, bool ExcludeCtorDtor);
H A DCodeGenModule.cpp2718 !isTypeConstant(Global->getType(), false) && in MayBeEmittedEagerly()
3773 bool CodeGenModule::isTypeConstant(QualType Ty, bool ExcludeCtor) { in isTypeConstant() function in CodeGenModule
3892 GV->setConstant(isTypeConstant(D->getType(), false)); in GetOrCreateLLVMGlobal()
4425 isTypeConstant(D->getType(), true)); in EmitGlobalVarDefinition()
5482 Constant = isTypeConstant(MaterializedType, /*ExcludeCtor*/Value); in GetAddrOfGlobalTemporary()
H A DCGDecl.cpp377 GV->setConstant(CGM.isTypeConstant(D.getType(), true)); in AddInitializerToStaticVarDecl()
1467 !isEscapingByRef && CGM.isTypeConstant(Ty, true))) { in EmitAutoVarAlloca()
H A DCGExprAgg.cpp505 CGM.isTypeConstant(ArrayQTy, /* ExcludeCtorDtor= */ true), in EmitArrayInit()
H A DCGExprConstant.cpp916 CGM.isTypeConstant(E->getType(), true), in tryEmitGlobalCompoundLiteral()
H A DCGExpr.cpp405 CGF.CGM.isTypeConstant(Ty, true)) in createReferenceTemporary()
H A DTargetInfo.cpp9233 if (CGM.isTypeConstant(D->getType(), false)) { in getGlobalVarAddressSpace()