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

  /external/clang/test/PCH/
cxx-traits.h 47 struct __is_nothrow_destructible {}; // expected-warning {{made available}} struct in namespace:n
cxx-traits.cpp 46 bool _is_nothrow_destructible_result = __is_nothrow_destructible(int);
  /external/clang/lib/Parse/
ParseExpr.cpp 787 REVERTIBLE_TYPE_TRAIT(__is_nothrow_destructible);
    [all...]

Completed in 62 milliseconds