Home
last modified time | relevance | path

Searched refs:ZeroInit (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h1574 void setRequiresZeroInitialization(bool ZeroInit) { in setRequiresZeroInitialization() argument
1575 CXXConstructExprBits.ZeroInitialization = ZeroInit; in setRequiresZeroInitialization()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1501 auto ZeroInit = llvm::Constant::getNullValue(emptyStruct); in GetSectionBounds() local
1505 llvm::GlobalValue::LinkOnceODRLinkage, ZeroInit, Prefix + in GetSectionBounds()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp9895 bool ZeroInit = E->requiresZeroInitialization(); in VisitCXXConstructExpr() local
9896 if (CheckTrivialDefaultConstructor(Info, E->getExprLoc(), FD, ZeroInit)) { in VisitCXXConstructExpr()
9901 if (ZeroInit) in VisitCXXConstructExpr()
9914 if (E->isElidable() && !ZeroInit) in VisitCXXConstructExpr()
9919 if (ZeroInit && !ZeroInitialization(E, T)) in VisitCXXConstructExpr()