Searched defs:ZeroInit (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGObjCGNU.cpp | 1517 auto ZeroInit = llvm::Constant::getNullValue(emptyStruct); GetSectionBounds() local |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | ExprCXX.h | 1635 setRequiresZeroInitialization(bool ZeroInit) setRequiresZeroInitialization() argument |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | ExprConstant.cpp | 10387 bool ZeroInit = E->requiresZeroInitialization(); VisitCXXConstructExpr() local |