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

  /external/clang/test/PCH/
cxx-traits.h 31 struct __is_destructible {}; // expected-warning {{made available}} struct in namespace:n
cxx-traits.cpp 29 bool _is_destructible_result = __is_destructible(int);
  /external/clang/lib/Parse/
ParseExpr.cpp 770 REVERTIBLE_TYPE_TRAIT(__is_destructible);
    [all...]

Completed in 32 milliseconds