Searched refs:__glibcxx_constexpr_assert (Results 1 – 4 of 4) sorted by relevance
492 # define __glibcxx_constexpr_assert(cond) \ macro496 # define __glibcxx_constexpr_assert(unevaluated) macro520 __glibcxx_constexpr_assert(_Condition); \531 do { __glibcxx_constexpr_assert(cond); } while (false)
492 # define __glibcxx_constexpr_assert(cond) \496 # define __glibcxx_constexpr_assert(unevaluated)520 __glibcxx_constexpr_assert(_Condition); \531 do { __glibcxx_constexpr_assert(cond); } while (false)
48 __glibcxx_constexpr_assert(_Cond); \
674 (__glibcxx_constexpr_assert): ... this.675 (__glibcxx_assert_impl): Use __glibcxx_constexpr_assert.676 (__glibcxx_assert): Define as either __glibcxx_constexpr_assert680 __glibcxx_constexpr_assert instead of __glibcxx_assert_1.
Completed in 20 milliseconds