Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDeclCXX.cpp172 if (CGM.isTypeConstant(D.getType(), true)) in EmitCXXGlobalVarDeclInit()
DCGDecl.cpp323 GV->setConstant(CGM.isTypeConstant(D.getType(), true)); in AddInitializerToStaticVarDecl()
908 CGM.isTypeConstant(Ty, true)) { in EmitAutoVarAlloca()
DCodeGenModule.cpp1710 bool CodeGenModule::isTypeConstant(QualType Ty, bool ExcludeCtor) { in isTypeConstant() function in CodeGenModule
1778 GV->setConstant(isTypeConstant(D->getType(), false)); in GetOrCreateLLVMGlobal()
2079 isTypeConstant(D->getType(), true)); in EmitGlobalVarDefinition()
3069 Constant = isTypeConstant(MaterializedType, /*ExcludeCtor*/Value); in GetAddrOfGlobalTemporary()
DCodeGenModule.h643 bool isTypeConstant(QualType QTy, bool ExcludeCtorDtor);
DCGExpr.cpp311 CGF.CGM.isTypeConstant(Ty, true)) in createReferenceTemporary()