Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDeclCXX.cpp219 if (CGM.isTypeConstant(D.getType(), true)) in EmitCXXGlobalVarDeclInit()
H A DCodeGenModule.h819 bool isTypeConstant(QualType QTy, bool ExcludeCtorDtor);
H A DCGDecl.cpp397 GV->setConstant(CGM.isTypeConstant(D.getType(), true)); in AddInitializerToStaticVarDecl()
1487 !isEscapingByRef && CGM.isTypeConstant(Ty, true))) { in EmitAutoVarAlloca()
H A DCodeGenModule.cpp3118 !isTypeConstant(Global->getType(), false) && in MayBeEmittedEagerly()
4319 bool CodeGenModule::isTypeConstant(QualType Ty, bool ExcludeCtor) { in isTypeConstant() function in CodeGenModule
4440 GV->setConstant(isTypeConstant(D->getType(), false)); in GetOrCreateLLVMGlobal()
4995 isTypeConstant(D->getType(), true)); in EmitGlobalVarDefinition()
6069 Constant = isTypeConstant(MaterializedType, /*ExcludeCtor*/Value); in GetAddrOfGlobalTemporary()
H A DCGExprAgg.cpp528 CGM.isTypeConstant(ArrayQTy, /* ExcludeCtorDtor= */ true), in EmitArrayInit()
H A DCGExprConstant.cpp936 CGM.isTypeConstant(E->getType(), true), in tryEmitGlobalCompoundLiteral()
H A DCGExpr.cpp404 CGF.CGM.isTypeConstant(Ty, true)) in createReferenceTemporary()
H A DTargetInfo.cpp9633 if (CGM.isTypeConstant(D->getType(), false) && in getGlobalVarAddressSpace()