Home
last modified time | relevance | path

Searched refs:NeedsDtor (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp399 bool NeedsDtor = in AddInitializerToStaticVarDecl() local
403 D.getType().isConstantStorage(getContext(), true, !NeedsDtor)); in AddInitializerToStaticVarDecl()
408 if (NeedsDtor && HaveInsertPoint()) { in AddInitializerToStaticVarDecl()
1500 bool NeedsDtor = in EmitAutoVarAlloca() local
1506 Ty.isConstantStorage(getContext(), true, !NeedsDtor))) { in EmitAutoVarAlloca()
H A DCGDeclCXX.cpp216 bool NeedsDtor = in EmitCXXGlobalVarDeclInit() local
220 if (D.getType().isConstantStorage(getContext(), true, !NeedsDtor)) in EmitCXXGlobalVarDeclInit()