Home
last modified time | relevance | path

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

/third_party/json/include/nlohmann/thirdparty/hedley/
H A Dhedley.hpp1205 #if defined(JSON_HEDLEY_UNREACHABLE)
1206 #undef JSON_HEDLEY_UNREACHABLE macro
1238 #define JSON_HEDLEY_UNREACHABLE() __builtin_unreachable() macro
1240 #define JSON_HEDLEY_UNREACHABLE() JSON_HEDLEY_ASSUME(0) macro
1243 #if defined(JSON_HEDLEY_UNREACHABLE)
1244 #define JSON_HEDLEY_ASSUME(expr) JSON_HEDLEY_STATIC_CAST(void, ((expr) ? 1 : (JSON_HEDLEY_UNREACHABLE(), 1)))
1249 #if defined(JSON_HEDLEY_UNREACHABLE)
1255 #define JSON_HEDLEY_UNREACHABLE_RETURN(value) JSON_HEDLEY_UNREACHABLE()
1260 #if !defined(JSON_HEDLEY_UNREACHABLE)
1261 #define JSON_HEDLEY_UNREACHABLE() JSON_HEDLEY_ASSUM macro
[all...]
H A Dhedley_undef.hpp148 #undef JSON_HEDLEY_UNREACHABLE macro
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp1384 #if defined(JSON_HEDLEY_UNREACHABLE)
1385 #undef JSON_HEDLEY_UNREACHABLE macro
1417 #define JSON_HEDLEY_UNREACHABLE() __builtin_unreachable() macro
1419 #define JSON_HEDLEY_UNREACHABLE() JSON_HEDLEY_ASSUME(0)
1422 #if defined(JSON_HEDLEY_UNREACHABLE)
1423 #define JSON_HEDLEY_ASSUME(expr) JSON_HEDLEY_STATIC_CAST(void, ((expr) ? 1 : (JSON_HEDLEY_UNREACHABLE(), 1)))
1428 #if defined(JSON_HEDLEY_UNREACHABLE)
1434 #define JSON_HEDLEY_UNREACHABLE_RETURN(value) JSON_HEDLEY_UNREACHABLE()
1439 #if !defined(JSON_HEDLEY_UNREACHABLE)
1440 #define JSON_HEDLEY_UNREACHABLE() JSON_HEDLEY_ASSUM macro
[all...]
/third_party/json/single_include/nlohmann/
H A Djson.hpp1521 #if defined(JSON_HEDLEY_UNREACHABLE)
1522 #undef JSON_HEDLEY_UNREACHABLE macro
1554 #define JSON_HEDLEY_UNREACHABLE() __builtin_unreachable() macro
1556 #define JSON_HEDLEY_UNREACHABLE() JSON_HEDLEY_ASSUME(0)
1559 #if defined(JSON_HEDLEY_UNREACHABLE)
1560 #define JSON_HEDLEY_ASSUME(expr) JSON_HEDLEY_STATIC_CAST(void, ((expr) ? 1 : (JSON_HEDLEY_UNREACHABLE(), 1)))
1565 #if defined(JSON_HEDLEY_UNREACHABLE)
1571 #define JSON_HEDLEY_UNREACHABLE_RETURN(value) JSON_HEDLEY_UNREACHABLE()
1576 #if !defined(JSON_HEDLEY_UNREACHABLE)
1577 #define JSON_HEDLEY_UNREACHABLE() JSON_HEDLEY_ASSUM macro
24582 #undef JSON_HEDLEY_UNREACHABLE global() macro
[all...]

Completed in 12 milliseconds