Home
last modified time | relevance | path

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

/third_party/json/include/nlohmann/thirdparty/hedley/
H A Dhedley_undef.hpp147 #undef JSON_HEDLEY_UNPREDICTABLE macro
H A Dhedley.hpp1345 #if defined(JSON_HEDLEY_UNPREDICTABLE)
1346 #undef JSON_HEDLEY_UNPREDICTABLE macro
1349 #define JSON_HEDLEY_UNPREDICTABLE(expr) __builtin_unpredictable((expr)) macro
1398 #if !defined(JSON_HEDLEY_UNPREDICTABLE)
1399 #define JSON_HEDLEY_UNPREDICTABLE(expr) JSON_HEDLEY_PREDICT(expr, 1, 0.5) macro
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp1524 #if defined(JSON_HEDLEY_UNPREDICTABLE)
1525 #undef JSON_HEDLEY_UNPREDICTABLE macro
1528 #define JSON_HEDLEY_UNPREDICTABLE(expr) __builtin_unpredictable((expr)) macro
1577 #if !defined(JSON_HEDLEY_UNPREDICTABLE)
1578 #define JSON_HEDLEY_UNPREDICTABLE(expr) JSON_HEDLEY_PREDICT(expr, 1, 0.5) macro
22076 #undef JSON_HEDLEY_UNPREDICTABLE
/third_party/json/single_include/nlohmann/
H A Djson.hpp1661 #if defined(JSON_HEDLEY_UNPREDICTABLE)
1662 #undef JSON_HEDLEY_UNPREDICTABLE macro
1665 #define JSON_HEDLEY_UNPREDICTABLE(expr) __builtin_unpredictable((expr)) macro
1714 #if !defined(JSON_HEDLEY_UNPREDICTABLE)
1715 #define JSON_HEDLEY_UNPREDICTABLE(expr) JSON_HEDLEY_PREDICT(expr, 1, 0.5) macro
24581 #undef JSON_HEDLEY_UNPREDICTABLE macro

Completed in 50 milliseconds