Searched refs:JSON_HEDLEY_GNUC_HAS_BUILTIN (Results 1 - 4 of 4) sorted by relevance
/third_party/json/include/nlohmann/thirdparty/hedley/ |
H A D | hedley_undef.hpp | 66 #undef JSON_HEDLEY_GNUC_HAS_BUILTIN macro
|
H A D | hedley.hpp | 596 #if defined(JSON_HEDLEY_GNUC_HAS_BUILTIN) 597 #undef JSON_HEDLEY_GNUC_HAS_BUILTIN macro 600 #define JSON_HEDLEY_GNUC_HAS_BUILTIN(builtin,major,minor,patch) __has_builtin(builtin) macro 602 #define JSON_HEDLEY_GNUC_HAS_BUILTIN(builtin,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 | 775 #if defined(JSON_HEDLEY_GNUC_HAS_BUILTIN) 776 #undef JSON_HEDLEY_GNUC_HAS_BUILTIN macro 779 #define JSON_HEDLEY_GNUC_HAS_BUILTIN(builtin,major,minor,patch) __has_builtin(builtin) macro 781 #define JSON_HEDLEY_GNUC_HAS_BUILTIN(builtin,major,minor,patch) JSON_HEDLEY_GNUC_VERSION_CHECK(major,minor,patch) 21995 #undef JSON_HEDLEY_GNUC_HAS_BUILTIN
|
/third_party/json/single_include/nlohmann/ |
H A D | json.hpp | 912 #if defined(JSON_HEDLEY_GNUC_HAS_BUILTIN) 913 #undef JSON_HEDLEY_GNUC_HAS_BUILTIN macro 916 #define JSON_HEDLEY_GNUC_HAS_BUILTIN(builtin,major,minor,patch) __has_builtin(builtin) macro 918 #define JSON_HEDLEY_GNUC_HAS_BUILTIN(builtin,major,minor,patch) JSON_HEDLEY_GNUC_VERSION_CHECK(major,minor,patch) 24500 #undef JSON_HEDLEY_GNUC_HAS_BUILTIN macro
|
Completed in 53 milliseconds