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

/external/clang/test/CodeGenCXX/
H A Dpointers-to-data-members.cpp12 namespace ZeroInit { namespace
58 // CHECK-GLOBAL: @_ZN8ZeroInit1cE = global {{%.*}} { %"struct.ZeroInit::A" { i64 -1, i32 0 }, %"struct.ZeroInit::B" { [10 x %"struct.ZeroInit::A"] [%"struct.ZeroInit::A" { i64 -1, i32 0 }, %"struct.ZeroInit::A" { i64 -1, i32 0 }, %"struct.ZeroInit::A" { i64 -1, i32 0 }, %"struct.ZeroInit::A" { i64 -1, i32 0 }, %"struct.ZeroInit::A" { i64 -1, i32 0 }, %"struct.ZeroInit
[all...]
/external/clang/lib/AST/
H A DExprConstant.cpp3466 bool ZeroInit = E->requiresZeroInitialization();
3467 if (CheckTrivialDefaultConstructor(Info, E->getExprLoc(), FD, ZeroInit)) {
3472 if (ZeroInit)
3491 if (E->isElidable() && !ZeroInit)
3496 if (ZeroInit && !ZeroInitialization(E))
3877 bool ZeroInit = E->requiresZeroInitialization(); local
3878 if (CheckTrivialDefaultConstructor(Info, E->getExprLoc(), FD, ZeroInit)) {
3882 if (ZeroInit) {
3903 if (ZeroInit && !HadZeroInit) {
/external/clang/include/clang/AST/
H A DExprCXX.h984 void setRequiresZeroInitialization(bool ZeroInit) { argument
985 ZeroInitialization = ZeroInit;

Completed in 176 milliseconds