/dports/lang/cparser/cparser-0.9.14/ |
H A D | ast_t.h | 46 PREC_OR, /* | left to right */ enumerator
|
H A D | ast.c | 153 [EXPR_BINARY_BITWISE_OR] = PREC_OR, in get_expression_precedence()
|
H A D | parser.c | 8493 CREATE_BINEXPR_PARSER(T_ANDAND, EXPR_BINARY_LOGICAL_AND, PREC_OR, … in CREATE_BINEXPR_PARSER() 8605 register_infix_parser(parse_EXPR_BINARY_BITWISE_OR, '|', PREC_OR); in init_expression_parsers()
|
/dports/lang/tcl86/tcl8.6.12/generic/ |
H A D | tclCompExpr.c | 308 PREC_OR, /* "||" */ enumerator 356 PREC_OR, /* OR */
|
/dports/lang/tcl85/tcl8.5.19/generic/ |
H A D | tclCompExpr.c | 310 PREC_OR, /* "||" */ enumerator 358 PREC_OR, /* OR */
|
/dports/math/R/R-4.1.2/src/main/ |
H A D | names.c | 180 {"|", do_logic, 2, 1, 2, {PP_BINARY, PREC_OR, 0}}, 185 {"||", do_logic2, 2, 0, 2, {PP_BINARY, PREC_OR, 0}},
|
/dports/math/libRmath/R-4.1.1/src/main/ |
H A D | names.c | 180 {"|", do_logic, 2, 1, 2, {PP_BINARY, PREC_OR, 0}}, 185 {"||", do_logic2, 2, 0, 2, {PP_BINARY, PREC_OR, 0}},
|
/dports/lang/tcl87/tcl8.7a5/generic/ |
H A D | tclCompExpr.c | 314 PREC_OR, /* "||" */ enumerator 362 PREC_OR, /* OR */
|
/dports/math/R/R-4.1.2/src/include/ |
H A D | Defn.h | 356 PREC_OR = 5, enumerator
|
/dports/math/libRmath/R-4.1.1/src/include/ |
H A D | Defn.h | 356 PREC_OR = 5, enumerator
|
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/ |
H A D | astout.c | 189 #define PREC_OR 4 in precedence() macro 210 return PREC_OR; in precedence()
|
/dports/devel/avr-gdb/gdb-7.3.1/gdb/ |
H A D | ChangeLog-1992 | 908 PREC_OR => PREC_LOGICAL_OR
|
/dports/devel/gdb/gdb-11.1/gdb/ |
H A D | ChangeLog-1992 | 900 PREC_OR => PREC_LOGICAL_OR
|
/dports/devel/gdb761/gdb-7.6.1/gdb/ |
H A D | ChangeLog-1992 | 908 PREC_OR => PREC_LOGICAL_OR
|
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/ |
H A D | ChangeLog-1992 | 908 PREC_OR => PREC_LOGICAL_OR
|
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/ |
H A D | ChangeLog-1992 | 908 PREC_OR => PREC_LOGICAL_OR
|