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

/external/clang/test/SemaCXX/
H A Dflexible-array-test.cpp91 NonTrivDtor ntd[]; // expected-error {{flexible array member 'ntd' of type 'NonTrivDtor []' with non-trivial destruction}} member in struct:FlexNonTrivDtor
94 ntd[i-1].~NonTrivDtor();
H A Dcxx98-compat.cpp241 NonTrivDtor ntd; // expected-warning {{union member 'ntd' with a non-trivial destructor is incompatible with C++98}} member in union:UnionOrAnonStructMembers::BadUnion
247 NonTrivDtor ntd; // expected-warning {{anonymous struct member 'ntd' with a non-trivial destructor is incompatible with C++98}} member in struct:UnionOrAnonStructMembers::Wrap::__anon2548
/external/clang/test/CodeGenCXX/
H A Dconst-init-cxx11.cpp290 NonTrivialDtor ntd; member in namespace:NonLiteralConstexpr
311 static NonTrivialDtor ntd; local
414 // We must emit a constant initializer for NonLiteralConstexpr::ntd, but also

Completed in 214 milliseconds