Searched defs:JSON_HEDLEY_GCC_HAS_BUILTIN (Results 1 - 4 of 4) sorted by relevance
/third_party/json/include/nlohmann/thirdparty/hedley/ |
H A D | hedley.hpp | 606 #undef JSON_HEDLEY_GCC_HAS_BUILTIN macro 609 #define JSON_HEDLEY_GCC_HAS_BUILTIN(builtin,major,minor,patch) __has_builtin(builtin) macro 611 #define JSON_HEDLEY_GCC_HAS_BUILTIN(builtin,major,minor,patch) JSON_HEDLEY_GCC_VERSION_CHECK(major,minor,patch) macro
|
H A D | hedley_undef.hpp | 56 #undef JSON_HEDLEY_GCC_HAS_BUILTIN macro
|
/third_party/json/tests/abi/include/nlohmann/ |
H A D | json_v3_10_5.hpp | 785 #undef JSON_HEDLEY_GCC_HAS_BUILTIN macro 788 #define JSON_HEDLEY_GCC_HAS_BUILTIN(builtin,major,minor,patch) __has_builtin(builtin) macro
|
/third_party/json/single_include/nlohmann/ |
H A D | json.hpp | 922 #undef JSON_HEDLEY_GCC_HAS_BUILTIN macro 925 #define JSON_HEDLEY_GCC_HAS_BUILTIN(builtin,major,minor,patch) __has_builtin(builtin) macro 24490 #undef JSON_HEDLEY_GCC_HAS_BUILTIN macro
|
Completed in 53 milliseconds