Searched defs:binop (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/bin/sh/ |
H A D | arith_yacc.c | 235 static arith_t binop(int token, union yystype *val, int op, int noeval) in binop() function
|
/dflybsd-src/bin/test/ |
H A D | test.c | 325 binop(enum token n) in binop() function
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | ada-lang.c | 12268 #define OP_DEFN(op, len, args, binop) \ in ada_operator_length() argument 12323 #define OP_DEFN(op, len, args, binop) case op: return #op; in ada_op_name() argument 12350 #define OP_DEFN(op, len, args, binop) \ in ada_forward_operator_length() argument
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | optabs.c | 908 optab binop = code_to_optab (code); in expand_simple_binop() local
|
H A D | expr.c | 4661 optab binop; in optimize_bitfield_assignment_op() local
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | expr.c | 4276 optab binop; in optimize_bitfield_assignment_op() local
|
H A D | optabs.c | 1257 optab binop = code_to_optab[(int) code]; in expand_simple_binop() local
|