Searched refs:JSON_HEDLEY_GNUC_HAS_FEATURE (Results 1 - 4 of 4) sorted by relevance
/third_party/json/include/nlohmann/thirdparty/hedley/ |
H A D | hedley_undef.hpp | 70 #undef JSON_HEDLEY_GNUC_HAS_FEATURE macro
|
H A D | hedley.hpp | 623 #if defined(JSON_HEDLEY_GNUC_HAS_FEATURE) 624 #undef JSON_HEDLEY_GNUC_HAS_FEATURE macro 627 #define JSON_HEDLEY_GNUC_HAS_FEATURE(feature,major,minor,patch) __has_feature(feature) macro 629 #define JSON_HEDLEY_GNUC_HAS_FEATURE(feature,major,minor,patch) JSON_HEDLEY_GNUC_VERSION_CHECK(major,minor,patch) macro
|
/third_party/json/tests/abi/include/nlohmann/ |
H A D | json_v3_10_5.hpp | 802 #if defined(JSON_HEDLEY_GNUC_HAS_FEATURE) 803 #undef JSON_HEDLEY_GNUC_HAS_FEATURE macro 806 #define JSON_HEDLEY_GNUC_HAS_FEATURE(feature,major,minor,patch) __has_feature(feature) macro 808 #define JSON_HEDLEY_GNUC_HAS_FEATURE(feature,major,minor,patch) JSON_HEDLEY_GNUC_VERSION_CHECK(major,minor,patch) 21999 #undef JSON_HEDLEY_GNUC_HAS_FEATURE
|
/third_party/json/single_include/nlohmann/ |
H A D | json.hpp | 939 #if defined(JSON_HEDLEY_GNUC_HAS_FEATURE) 940 #undef JSON_HEDLEY_GNUC_HAS_FEATURE macro 943 #define JSON_HEDLEY_GNUC_HAS_FEATURE(feature,major,minor,patch) __has_feature(feature) macro 945 #define JSON_HEDLEY_GNUC_HAS_FEATURE(feature,major,minor,patch) JSON_HEDLEY_GNUC_VERSION_CHECK(major,minor,patch) 24504 #undef JSON_HEDLEY_GNUC_HAS_FEATURE macro
|
Completed in 49 milliseconds