Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1506 auto ZeroInit = llvm::Constant::getNullValue(emptyStruct); in GetSectionBounds() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprCXX.h1632 void setRequiresZeroInitialization(bool ZeroInit) { in setRequiresZeroInitialization()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp10095 bool ZeroInit = E->requiresZeroInitialization(); in VisitCXXConstructExpr() local