Home
last modified time | relevance | path

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

/dports/japanese/libslang/slang-1.4.5jp2/src/
H A D_slang.h551 #define IS_BINARY_OP(t) ((t >= FIRST_BINARY_OP) && (t <= LAST_BINARY_OP)) macro
H A Dslparse.c1306 && (IS_BINARY_OP(type))) in simple_expression()
/dports/devel/libslang2/slang-2.3.2/src/
H A D_slang.h1203 #define IS_BINARY_OP(t) ((t >= FIRST_BINARY_OP) && (t <= LAST_BINARY_OP)) macro
H A Dslparse.c2410 && (IS_BINARY_OP(type))) in handle_binary_sequence()