Searched refs:binop (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter2/
H A Dparser.ml53 (* If this is a binop, find its precedence. *)
57 (* If this is a binop that binds at least as tightly as the current binop,
60 (* Eat the binop. *)
66 (* Okay, we know this is a binop. *)
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter3/
H A Dparser.ml53 (* If this is a binop, find its precedence. *)
57 (* If this is a binop that binds at least as tightly as the current binop,
60 (* Eat the binop. *)
66 (* Okay, we know this is a binop. *)
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter4/
H A Dparser.ml53 (* If this is a binop, find its precedence. *)
57 (* If this is a binop that binds at least as tightly as the current binop,
60 (* Eat the binop. *)
66 (* Okay, we know this is a binop. *)
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter5/
H A Dparser.ml89 (* If this is a binop, find its precedence. *)
93 (* If this is a binop that binds at least as tightly as the current binop,
96 (* Eat the binop. *)
102 (* Okay, we know this is a binop. *)
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter6/
H A Dparser.ml100 (* If this is a binop, find its precedence. *)
104 (* If this is a binop that binds at least as tightly as the current binop,
107 (* Eat the binop. *)
113 (* Okay, we know this is a binop. *)
H A Dcodegen.ml50 build_call callee [|lhs_val; rhs_val|] "binop" builder
/macosx-10.10/shell_cmds-179/test/
H A Dtest.c150 static int binop __P((void));
189 return (binop() == 0);
198 return !(binop() == 0);
290 return binop();
297 binop() function
/macosx-10.10/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter7/
H A Dparser.ml114 (* If this is a binop, find its precedence. *)
118 (* If this is a binop that binds at least as tightly as the current binop,
121 (* Eat the binop. *)
127 (* Okay, we know this is a binop. *)
H A Dcodegen.ml79 build_call callee [|lhs_val; rhs_val|] "binop" builder
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dtest.c130 /* special case ( binop ) to conform with standard */
255 char *binop; local
274 op = strtol(cp,&binop, 10);
275 return(*binop?0:tty_check(op));
303 op = sh_lookup(binop=cp,shtab_testops);
307 errormsg(SH_DICT,ERROR_exit(2),e_badop,binop);
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DGrammar.pm107 # my @binop = qw( + - * % ); # '/' above, in @tokens
108 my @binop = qw( - * % ); # '+' and '/' above, in @tokens
111 @$LEXTABLE{ @RESERVED, @cmpop, @binop, @tokens }
112 = ( @RESERVED, ('CMPOP') x @cmpop, ('BINOP') x @binop, @tokens );
/macosx-10.10/swig-12/Source/DOH/
H A Dhash.c252 typedef int (*binop) (DOH *obj1, DOH *obj2); typedef
263 binop equal = k_type->doh_equal;
270 binop cmp = k_type->doh_cmp;
/macosx-10.10/ruby-106/ruby/
H A Dcomplex.c29 #define binop(n,op) \ macro
116 binop(mod, '%')
H A Drational.c32 #define binop(n,op) \ macro
101 binop(mod, '%')

Completed in 140 milliseconds