Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/
H A DCtxInstrProfilingTest.cpp15 TEST(ArenaTest, ZeroInit) { in TEST() argument
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1515 auto ZeroInit = llvm::Constant::getNullValue(emptyStruct); in GetSectionBounds() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1651 void setRequiresZeroInitialization(bool ZeroInit) { in setRequiresZeroInitialization()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp10488 bool ZeroInit = E->requiresZeroInitialization(); in VisitCXXConstructExpr() local