Home
last modified time | relevance | path

Searched refs:__glibcxx_constexpr_assert (Results 1 – 4 of 4) sorted by relevance

/l4re-core-master/libstdc++-headers/include-11/bits/
A Dc++config.h492 # define __glibcxx_constexpr_assert(cond) \ macro
496 # define __glibcxx_constexpr_assert(unevaluated) macro
520 __glibcxx_constexpr_assert(_Condition); \
531 do { __glibcxx_constexpr_assert(cond); } while (false)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Dc++config492 # define __glibcxx_constexpr_assert(cond) \
496 # define __glibcxx_constexpr_assert(unevaluated)
520 __glibcxx_constexpr_assert(_Condition); \
531 do { __glibcxx_constexpr_assert(cond); } while (false)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/debug/
A Dmacros.h48 __glibcxx_constexpr_assert(_Cond); \
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/
A DChangeLog674 (__glibcxx_constexpr_assert): ... this.
675 (__glibcxx_assert_impl): Use __glibcxx_constexpr_assert.
676 (__glibcxx_assert): Define as either __glibcxx_constexpr_assert
680 __glibcxx_constexpr_assert instead of __glibcxx_assert_1.

Completed in 20 milliseconds