Searched refs:CATCH_REC_NEXT0 (Results 1 – 3 of 3) sorted by relevance
/external/catch2/include/internal/ |
D | catch_preprocessor.hpp | 37 #define CATCH_REC_NEXT0(test, next, ...) next CATCH_REC_OUT macro 38 #define CATCH_REC_NEXT1(test, next) CATCH_DEFER ( CATCH_REC_NEXT0 ) ( test, next, 0)
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 711 #define CATCH_REC_NEXT0(test, next, ...) next CATCH_REC_OUT macro 712 #define CATCH_REC_NEXT1(test, next) CATCH_DEFER ( CATCH_REC_NEXT0 ) ( test, next, 0)
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 714 #define CATCH_REC_NEXT0(test, next, ...) next CATCH_REC_OUT macro 715 #define CATCH_REC_NEXT1(test, next) CATCH_DEFER ( CATCH_REC_NEXT0 ) ( test, next, 0)
|