Home
last modified time | relevance | path

Searched defs:JSON_HEDLEY_GCC_HAS_BUILTIN (Results 1 - 4 of 4) sorted by relevance

/third_party/json/include/nlohmann/thirdparty/hedley/
H A Dhedley.hpp606 #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 Dhedley_undef.hpp56 #undef JSON_HEDLEY_GCC_HAS_BUILTIN macro
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp785 #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 Djson.hpp922 #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