Home
last modified time | relevance | path

Searched refs:_Condition (Results 1 – 25 of 37) sorted by relevance

12

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/debug/
A Dassertions.h34 # define _GLIBCXX_DEBUG_ASSERT(_Condition) argument
35 # define _GLIBCXX_DEBUG_PEDASSERT(_Condition) argument
40 #define _GLIBCXX_DEBUG_ASSERT(_Condition) __glibcxx_assert(_Condition) argument
43 # define _GLIBCXX_DEBUG_PEDASSERT(_Condition) _GLIBCXX_DEBUG_ASSERT(_Condition) argument
45 # define _GLIBCXX_DEBUG_PEDASSERT(_Condition) argument
A Dmacros.h41 #define _GLIBCXX_DEBUG_VERIFY_AT(_Condition,_ErrorMessage,_File,_Line) \ argument
44 if (! (_Condition)) \
49 #define _GLIBCXX_DEBUG_VERIFY(_Condition,_ErrorMessage) \ argument
50 _GLIBCXX_DEBUG_VERIFY_AT(_Condition,_ErrorMessage,__FILE__,__LINE__)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/debug/
A Dassertions.h36 # define _GLIBCXX_DEBUG_ASSERT(_Condition) argument
37 # define _GLIBCXX_DEBUG_PEDASSERT(_Condition) argument
59 # define _GLIBCXX_DEBUG_ASSERT(_Condition) __glibcxx_assert(_Condition) argument
62 # define _GLIBCXX_DEBUG_PEDASSERT(_Condition) _GLIBCXX_DEBUG_ASSERT(_Condition) argument
64 # define _GLIBCXX_DEBUG_PEDASSERT(_Condition) argument
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/debug/
A Dassertions.h34 # define _GLIBCXX_DEBUG_ASSERT(_Condition) argument
35 # define _GLIBCXX_DEBUG_PEDASSERT(_Condition) argument
57 # define _GLIBCXX_DEBUG_ASSERT(_Condition) __glibcxx_assert(_Condition) argument
60 # define _GLIBCXX_DEBUG_PEDASSERT(_Condition) _GLIBCXX_DEBUG_ASSERT(_Condition) argument
62 # define _GLIBCXX_DEBUG_PEDASSERT(_Condition) argument
A Dmacros.h41 #define _GLIBCXX_DEBUG_VERIFY_AT(_Condition,_ErrorMessage,_File,_Line) \ argument
44 if (! (_Condition)) \
49 #define _GLIBCXX_DEBUG_VERIFY(_Condition,_ErrorMessage) \ argument
50 _GLIBCXX_DEBUG_VERIFY_AT(_Condition,_ErrorMessage,__FILE__,__LINE__)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/debug/
A Dassertions.h34 # define _GLIBCXX_DEBUG_ASSERT(_Condition) argument
35 # define _GLIBCXX_DEBUG_PEDASSERT(_Condition) argument
57 # define _GLIBCXX_DEBUG_ASSERT(_Condition) __glibcxx_assert(_Condition) argument
60 # define _GLIBCXX_DEBUG_PEDASSERT(_Condition) _GLIBCXX_DEBUG_ASSERT(_Condition) argument
62 # define _GLIBCXX_DEBUG_PEDASSERT(_Condition) argument
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/debug/
A Dassertions.h34 # define _GLIBCXX_DEBUG_ASSERT(_Condition) argument
35 # define _GLIBCXX_DEBUG_PEDASSERT(_Condition) argument
57 # define _GLIBCXX_DEBUG_ASSERT(_Condition) __glibcxx_assert(_Condition) argument
60 # define _GLIBCXX_DEBUG_PEDASSERT(_Condition) _GLIBCXX_DEBUG_ASSERT(_Condition) argument
62 # define _GLIBCXX_DEBUG_PEDASSERT(_Condition) argument
A Dmacros.h41 #define _GLIBCXX_DEBUG_VERIFY_AT(_Condition,_ErrorMessage,_File,_Line) \ argument
44 if (! (_Condition)) \
49 #define _GLIBCXX_DEBUG_VERIFY(_Condition,_ErrorMessage) \ argument
50 _GLIBCXX_DEBUG_VERIFY_AT(_Condition,_ErrorMessage,__FILE__,__LINE__)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/debug/
A Dassertions.h34 # define _GLIBCXX_DEBUG_ASSERT(_Condition) argument
35 # define _GLIBCXX_DEBUG_PEDASSERT(_Condition) argument
57 # define _GLIBCXX_DEBUG_ASSERT(_Condition) __glibcxx_assert(_Condition) argument
60 # define _GLIBCXX_DEBUG_PEDASSERT(_Condition) _GLIBCXX_DEBUG_ASSERT(_Condition) argument
62 # define _GLIBCXX_DEBUG_PEDASSERT(_Condition) argument
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/debug/
A Ddebug.h61 # define _GLIBCXX_DEBUG_ASSERT(_Condition) argument
62 # define _GLIBCXX_DEBUG_PEDASSERT(_Condition) argument
86 #define _GLIBCXX_DEBUG_ASSERT(_Condition) __glibcxx_assert(_Condition) argument
89 # define _GLIBCXX_DEBUG_PEDASSERT(_Condition) _GLIBCXX_DEBUG_ASSERT(_Condition) argument
91 # define _GLIBCXX_DEBUG_PEDASSERT(_Condition) argument
A Dmacros.h41 #define _GLIBCXX_DEBUG_VERIFY_AT(_Condition,_ErrorMessage,_File,_Line) \ argument
44 if (! (_Condition)) \
49 #define _GLIBCXX_DEBUG_VERIFY(_Condition,_ErrorMessage) \ argument
50 _GLIBCXX_DEBUG_VERIFY_AT(_Condition,_ErrorMessage,__FILE__,__LINE__)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/debug/
A Ddebug.h61 # define _GLIBCXX_DEBUG_ASSERT(_Condition) argument
62 # define _GLIBCXX_DEBUG_PEDASSERT(_Condition) argument
86 #define _GLIBCXX_DEBUG_ASSERT(_Condition) __glibcxx_assert(_Condition) argument
89 # define _GLIBCXX_DEBUG_PEDASSERT(_Condition) _GLIBCXX_DEBUG_ASSERT(_Condition) argument
91 # define _GLIBCXX_DEBUG_PEDASSERT(_Condition) argument
A Dmacros.h41 #define _GLIBCXX_DEBUG_VERIFY_AT(_Condition,_ErrorMessage,_File,_Line) \ argument
44 if (! (_Condition)) \
49 #define _GLIBCXX_DEBUG_VERIFY(_Condition,_ErrorMessage) \ argument
50 _GLIBCXX_DEBUG_VERIFY_AT(_Condition,_ErrorMessage,__FILE__,__LINE__)
/l4re-core-master/libstdc++-headers/include-10/bits/
A Dc++config.h464 #define __glibcxx_assert_impl(_Condition) \ argument
467 if (! (_Condition)) \
469 #_Condition); \
474 # define __glibcxx_assert(_Condition) __glibcxx_assert_impl(_Condition) argument
476 # define __glibcxx_assert(_Condition) argument
689 # define _PSTL_ASSERT(_Condition) __glibcxx_assert(_Condition) argument
690 # define _PSTL_ASSERT_MSG(_Condition, _Message) __glibcxx_assert(_Condition) argument
/l4re-core-master/libstdc++-headers/include-9/bits/
A Dc++config.h470 #define __glibcxx_assert_impl(_Condition) \ argument
473 if (! (_Condition)) \
475 #_Condition); \
480 # define __glibcxx_assert(_Condition) __glibcxx_assert_impl(_Condition) argument
482 # define __glibcxx_assert(_Condition) argument
691 # define __PSTL_ASSERT(_Condition) __glibcxx_assert(_Condition) argument
692 # define __PSTL_ASSERT_MSG(_Condition, _Message) __glibcxx_assert(_Condition) argument
/l4re-core-master/libstdc++-headers/include-11/bits/
A Dc++config.h517 #define __glibcxx_assert_impl(_Condition) \ argument
518 if (__builtin_expect(!bool(_Condition), false)) \
520 __glibcxx_constexpr_assert(_Condition); \
522 #_Condition); \
774 # define _PSTL_ASSERT(_Condition) __glibcxx_assert(_Condition) argument
775 # define _PSTL_ASSERT_MSG(_Condition, _Message) __glibcxx_assert(_Condition) argument
/l4re-core-master/libstdc++-headers/include-8/bits/
A Dc++config.h450 #define __glibcxx_assert_impl(_Condition) \ argument
453 if (! (_Condition)) \
455 #_Condition); \
460 # define __glibcxx_assert(_Condition) __glibcxx_assert_impl(_Condition) argument
462 # define __glibcxx_assert(_Condition) argument
/l4re-core-master/libstdc++-headers/include-6/bits/
A Dc++config.h449 #define __glibcxx_assert_impl(_Condition) \ argument
452 if (! (_Condition)) \
454 #_Condition); \
459 # define __glibcxx_assert(_Condition) __glibcxx_assert_impl(_Condition) argument
461 # define __glibcxx_assert(_Condition) argument
/l4re-core-master/libstdc++-headers/include-7/bits/
A Dc++config.h475 #define __glibcxx_assert_impl(_Condition) \ argument
478 if (! (_Condition)) \
480 #_Condition); \
485 # define __glibcxx_assert(_Condition) __glibcxx_assert_impl(_Condition) argument
487 # define __glibcxx_assert(_Condition) argument
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/
A Dc++config470 #define __glibcxx_assert_impl(_Condition) \
473 if (! (_Condition)) \
475 #_Condition); \
480 # define __glibcxx_assert(_Condition) __glibcxx_assert_impl(_Condition)
482 # define __glibcxx_assert(_Condition)
691 # define __PSTL_ASSERT(_Condition) __glibcxx_assert(_Condition)
692 # define __PSTL_ASSERT_MSG(_Condition, _Message) __glibcxx_assert(_Condition)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/
A Dc++config464 #define __glibcxx_assert_impl(_Condition) \
467 if (! (_Condition)) \
469 #_Condition); \
474 # define __glibcxx_assert(_Condition) __glibcxx_assert_impl(_Condition)
476 # define __glibcxx_assert(_Condition)
689 # define _PSTL_ASSERT(_Condition) __glibcxx_assert(_Condition)
690 # define _PSTL_ASSERT_MSG(_Condition, _Message) __glibcxx_assert(_Condition)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/parallel/
A Dbase.h423 #define _GLIBCXX_PARALLEL_ASSERT(_Condition) __glibcxx_assert_impl(_Condition)
425 #define _GLIBCXX_PARALLEL_ASSERT(_Condition)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/parallel/
A Dbase.h423 #define _GLIBCXX_PARALLEL_ASSERT(_Condition) __glibcxx_assert_impl(_Condition)
425 #define _GLIBCXX_PARALLEL_ASSERT(_Condition)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/parallel/
A Dbase.h423 #define _GLIBCXX_PARALLEL_ASSERT(_Condition) __glibcxx_assert_impl(_Condition)
425 #define _GLIBCXX_PARALLEL_ASSERT(_Condition)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/parallel/
A Dbase.h423 # define _GLIBCXX_PARALLEL_ASSERT(_Condition) \
424 do { __glibcxx_assert_impl(_Condition); } while (false)
426 # define _GLIBCXX_PARALLEL_ASSERT(_Condition) do { } while (false)

Completed in 62 milliseconds

12