Home
last modified time | relevance | path

Searched defs:JSON_HEDLEY_IS_CONSTANT (Results 1 – 2 of 2) sorted by relevance

/third_party/json/include/nlohmann/thirdparty/hedley/
Dhedley.hpp1641 #define JSON_HEDLEY_IS_CONSTANT(expr) __builtin_constant_p(expr) macro
1699 #define JSON_HEDLEY_IS_CONSTANT(expr) JSON_HEDLEY_IS_CONSTEXPR_(expr) macro
/third_party/json/single_include/nlohmann/
Djson.hpp1750 #define JSON_HEDLEY_IS_CONSTANT(expr) __builtin_constant_p(expr) macro
1808 #define JSON_HEDLEY_IS_CONSTANT(expr) JSON_HEDLEY_IS_CONSTEXPR_(expr) macro