Lines Matching refs:value
741 #define JSON_HEDLEY_PRAGMA(value) _Pragma(#value)
743 #define JSON_HEDLEY_PRAGMA(value) __pragma(value)
745 #define JSON_HEDLEY_PRAGMA(value)
1253 #define JSON_HEDLEY_UNREACHABLE_RETURN(value) return (JSON_HEDLEY_STATIC_CAST(void, JSON_HEDLEY_ASSUME(0)), (value))
1255 #define JSON_HEDLEY_UNREACHABLE_RETURN(value) JSON_HEDLEY_UNREACHABLE()
1258 #define JSON_HEDLEY_UNREACHABLE_RETURN(value) return (value)
1355 # define JSON_HEDLEY_PREDICT(expr, value, probability) __builtin_expect_with_probability( (expr), (value), (probability))