Home
last modified time | relevance | path

Searched refs:JSON_HEDLEY_HAS_WARNING (Results 1 - 4 of 4) sorted by relevance

/third_party/json/include/nlohmann/thirdparty/hedley/
H A Dhedley.hpp695 #if defined(JSON_HEDLEY_HAS_WARNING)
696 #undef JSON_HEDLEY_HAS_WARNING macro
699 #define JSON_HEDLEY_HAS_WARNING(warning) __has_warning(warning) macro
701 #define JSON_HEDLEY_HAS_WARNING(warning) (0) macro
794 # if JSON_HEDLEY_HAS_WARNING("-Wc++98-compat")
795 # if JSON_HEDLEY_HAS_WARNING("-Wc++17-extensions")
796 # if JSON_HEDLEY_HAS_WARNING("-Wc++1z-extensions")
831 JSON_HEDLEY_HAS_WARNING("-Wcast-qual") || \
866 # if JSON_HEDLEY_HAS_WARNING("-Wold-style-cast")
887 #if JSON_HEDLEY_HAS_WARNING("
[all...]
H A Dhedley_undef.hpp81 #undef JSON_HEDLEY_HAS_WARNING macro
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp874 #if defined(JSON_HEDLEY_HAS_WARNING)
875 #undef JSON_HEDLEY_HAS_WARNING macro
878 #define JSON_HEDLEY_HAS_WARNING(warning) __has_warning(warning) macro
880 #define JSON_HEDLEY_HAS_WARNING(warning) (0)
973 # if JSON_HEDLEY_HAS_WARNING("-Wc++98-compat")
974 # if JSON_HEDLEY_HAS_WARNING("-Wc++17-extensions")
975 # if JSON_HEDLEY_HAS_WARNING("-Wc++1z-extensions")
1010 JSON_HEDLEY_HAS_WARNING("-Wcast-qual") || \
1045 # if JSON_HEDLEY_HAS_WARNING("-Wold-style-cast")
1066 #if JSON_HEDLEY_HAS_WARNING("
[all...]
/third_party/json/single_include/nlohmann/
H A Djson.hpp1011 #if defined(JSON_HEDLEY_HAS_WARNING)
1012 #undef JSON_HEDLEY_HAS_WARNING macro
1015 #define JSON_HEDLEY_HAS_WARNING(warning) __has_warning(warning) macro
1017 #define JSON_HEDLEY_HAS_WARNING(warning) (0)
1110 # if JSON_HEDLEY_HAS_WARNING("-Wc++98-compat")
1111 # if JSON_HEDLEY_HAS_WARNING("-Wc++17-extensions")
1112 # if JSON_HEDLEY_HAS_WARNING("-Wc++1z-extensions")
1147 JSON_HEDLEY_HAS_WARNING("-Wcast-qual") || \
1182 # if JSON_HEDLEY_HAS_WARNING("-Wold-style-cast")
1203 #if JSON_HEDLEY_HAS_WARNING("
24515 #undef JSON_HEDLEY_HAS_WARNING global() macro
[all...]

Completed in 12 milliseconds