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

/external/clang/test/SemaCXX/
H A Dtype-traits.cpp1287 template<bool b> struct assert_expr;
1288 template<> struct assert_expr<true> {}; struct
1321 struct HasInClassInit { int n = (assert_expr<!__has_nothrow_constructor(HasInClassInit)>(), 0); };

Completed in 34 milliseconds