Home
last modified time | relevance | path

Searched refs:IS_ARITH_TYPE (Results 1 – 1 of 1) sorted by relevance

/dports/devel/libslang2/slang-2.3.2/src/
H A Dslang.c289 #define IS_ARITH_TYPE(t) \ macro
679 if (IS_ARITH_TYPE(type) in _typecast_object_to_type()
680 && IS_ARITH_TYPE(y->o_data_type) in _typecast_object_to_type()
1378 if (IS_ARITH_TYPE(a_data_type) in do_binary_ab()
1379 && IS_ARITH_TYPE(b_data_type)) in do_binary_ab()
10957 return (int) IS_ARITH_TYPE(t); in _pSLang_is_arith_type()