Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDeclCXX.cpp134 if (CGM.isTypeConstant(D.getType(), true)) in EmitCXXGlobalVarDeclInit()
DCGDecl.cpp264 GV->setConstant(CGM.isTypeConstant(D.getType(), true)); in AddInitializerToStaticVarDecl()
819 CGM.isTypeConstant(Ty, true)) { in EmitAutoVarAlloca()
DCodeGenModule.h465 bool isTypeConstant(QualType QTy, bool ExcludeCtorDtor);
DCodeGenModule.cpp1169 bool CodeGenModule::isTypeConstant(QualType Ty, bool ExcludeCtor) { in isTypeConstant() function in CodeGenModule
1235 GV->setConstant(isTypeConstant(D->getType(), false)); in GetOrCreateLLVMGlobal()
1663 isTypeConstant(D->getType(), true)); in EmitGlobalVarDefinition()