Home
last modified time | relevance | path

Searched refs:CATCH_CPP17_OR_GREATER (Results 1 – 3 of 3) sorted by relevance

/external/catch2/include/internal/
Dcatch_compiler_capabilities.h37 # define CATCH_CPP17_OR_GREATER macro
42 #if defined(CATCH_CPP17_OR_GREATER)
221 #if __has_include(<string_view>) && defined(CATCH_CPP17_OR_GREATER)
226 # if __has_include(<optional>) && defined(CATCH_CPP17_OR_GREATER)
231 # if __has_include(<cstddef>) && defined(CATCH_CPP17_OR_GREATER)
236 # if __has_include(<variant>) && defined(CATCH_CPP17_OR_GREATER)
/external/catch2/single_include/catch2/
Dcatch.hpp130 # define CATCH_CPP17_OR_GREATER macro
135 #if defined(CATCH_CPP17_OR_GREATER)
311 #if __has_include(<string_view>) && defined(CATCH_CPP17_OR_GREATER)
316 # if __has_include(<optional>) && defined(CATCH_CPP17_OR_GREATER)
321 # if __has_include(<cstddef>) && defined(CATCH_CPP17_OR_GREATER)
326 # if __has_include(<variant>) && defined(CATCH_CPP17_OR_GREATER)
/external/libabigail/tests/lib/
Dcatch.hpp131 # define CATCH_CPP17_OR_GREATER macro
315 #if __has_include(<string_view>) && defined(CATCH_CPP17_OR_GREATER)
320 # if __has_include(<optional>) && defined(CATCH_CPP17_OR_GREATER)
325 # if __has_include(<cstddef>) && defined(CATCH_CPP17_OR_GREATER)
333 # if __has_include(<variant>) && defined(CATCH_CPP17_OR_GREATER)