HomeSort by relevance Sort by last modified time
    Searched refs:ntd (Results 1 - 3 of 3) sorted by null

  /external/clang/test/SemaCXX/
flexible-array-test.cpp 85 NonTrivDtor ntd[]; // expected-error {{flexible array member 'ntd' of type 'NonTrivDtor []' with non-trivial destruction}} member in struct:FlexNonTrivDtor
88 ntd[i-1].~NonTrivDtor();
cxx98-compat.cpp 266 NonTrivDtor ntd; // expected-warning {{union member 'ntd' with a non-trivial destructor is incompatible with C++98}} member in union:UnionOrAnonStructMembers::BadUnion
272 NonTrivDtor ntd; // expected-warning {{anonymous struct member 'ntd' with a non-trivial destructor is incompatible with C++98}} member in struct:UnionOrAnonStructMembers::Wrap::__anon23918
  /external/clang/test/CodeGenCXX/
const-init-cxx11.cpp 290 NonTrivialDtor ntd; member in namespace:NonLiteralConstexpr
311 static NonTrivialDtor ntd; local
405 // We must emit a constant initializer for NonLiteralConstexpr::ntd, but also

Completed in 335 milliseconds