Home
last modified time | relevance | path

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

/llvm-project/clang/test/AST/Interp/
H A Dunions.cpp
H A Dfloats.cpp
H A Dcomplex.cpp
H A Darrays.cpp
H A Drecords.cpp
/llvm-project/compiler-rt/lib/ctx_profile/tests/
H A DCtxInstrProfilingTest.cpp15 TEST(ArenaTest, ZeroInit) { in TEST() argument
/llvm-project/clang/test/CodeGenCXX/
H A Dcxx11-initializer-aggregate.cpp92 namespace ZeroInit { namespace
H A Dpointers-to-data-members.cpp11 namespace ZeroInit { namespace
/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1515 auto ZeroInit = llvm::Constant::getNullValue(emptyStruct); GetSectionBounds() local
/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1651 void setRequiresZeroInitialization(bool ZeroInit) { in setRequiresZeroInitialization() argument
/llvm-project/clang/lib/AST/
H A DExprConstant.cpp10473 bool ZeroInit = E->requiresZeroInitialization(); VisitCXXConstructExpr() local