| /src/tests/usr.bin/indent/ |
| lsym_lparen_or_lbracket.c | 252 3 + (binary_op); 298 3 + (binary_op);
|
| /src/external/gpl3/gcc/dist/gcc/jit/ |
| jit-recording.cc | 1211 /* Create a recording::binary_op instance and add it to this context's 1225 new binary_op (this, loc, op, result_type, a, b); 5902 /* The implementation of class gcc::jit::recording::binary_op. */ 5905 for recording::binary_op. */ 5908 recording::binary_op::replay_into (replayer *r) 5918 for recording::binary_op. */ 5920 recording::binary_op::visit_children (rvalue_visitor *v) 5945 recording::binary_op::make_debug_string () 5973 recording::binary_op::write_reproducer (reproducer &r) 6012 recording::binary_op::get_precedence () cons 6990 playback::rvalue *binary_op = local 7000 binary_op); local [all...] |
| jit-recording.h | 1742 class binary_op : public rvalue class in namespace:gcc::jit::recording 1745 binary_op (context *ctxt, function in class:gcc::jit::recording::binary_op
|
| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| jit-recording.cc | 1198 /* Create a recording::binary_op instance and add it to this context's 1212 new binary_op (this, loc, op, result_type, a, b); 5659 /* The implementation of class gcc::jit::recording::binary_op. */ 5662 for recording::binary_op. */ 5665 recording::binary_op::replay_into (replayer *r) 5675 for recording::binary_op. */ 5677 recording::binary_op::visit_children (rvalue_visitor *v) 5702 recording::binary_op::make_debug_string () 5730 recording::binary_op::write_reproducer (reproducer &r) 5769 recording::binary_op::get_precedence () cons 6745 playback::rvalue *binary_op = local 6755 binary_op); local [all...] |
| jit-recording.h | 1641 class binary_op : public rvalue class in namespace:gcc::jit::recording 1644 binary_op (context *ctxt, function in class:gcc::jit::recording::binary_op
|
| /src/external/gpl3/gcc/dist/libcc1/ |
| libcp1plugin.cc | 2690 const char *binary_op, 2699 switch (CHARS2 (binary_op[0], binary_op[1])) 2912 const char *binary_op, 2922 switch (CHARS2 (binary_op[0], binary_op[1]))
|
| /src/external/gpl3/gcc.old/dist/libcc1/ |
| libcp1plugin.cc | 2689 const char *binary_op, 2698 switch (CHARS2 (binary_op[0], binary_op[1])) 2911 const char *binary_op, 2921 switch (CHARS2 (binary_op[0], binary_op[1]))
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-vect-stmts.cc | 4656 if (op_type != binary_op) 4750 if (op_type == binary_op) 4805 gcc_assert (op_type == binary_op); 4946 if (op_type == binary_op) 5050 gcc_assert (!(multi_step_cvt && op_type == binary_op)); 5060 gcc_assert (!(multi_step_cvt && op_type == binary_op)); 5199 if (op_type == binary_op) 6094 if (op_type != unary_op && op_type != binary_op && op_type != ternary_op) 6176 if (op_type == binary_op || op_type == ternary_op) 6456 vop1 = ((op_type == binary_op || op_type == ternary_op [all...] |
| tree-vectorizer.h | 45 binary_op, enumerator in enum:operation_type
|
| tree-vect-loop.cc | 6285 gcc_assert (TREE_CODE_LENGTH (code) == binary_op);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-vect-stmts.cc | 4963 if (op_type != binary_op) 5061 if (op_type == binary_op) 5116 gcc_assert (op_type == binary_op); 5277 if (op_type == binary_op) 5478 gcc_assert (!(multi_step_cvt && op_type == binary_op)); 5488 gcc_assert (!(multi_step_cvt && op_type == binary_op)); 5669 if (op_type == binary_op) 6609 if (op_type != unary_op && op_type != binary_op && op_type != ternary_op) 6692 if (op_type == binary_op || op_type == ternary_op) 6985 vop1 = ((op_type == binary_op || op_type == ternary_op [all...] |
| tree-vectorizer.h | 45 binary_op, enumerator in enum:operation_type
|
| tree-vect-loop.cc | 7125 gcc_assert (TREE_CODE_LENGTH (tree_code (code)) == binary_op);
|
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| expr.cc | 99 binary_op (tree_code code, tree type, tree arg0, tree arg1) function 198 rhs = binary_op (code, build_ctype (e1->type), 585 /* If the result is complex, then we can shortcut binary_op. 660 this->result_ = binary_op (code, build_ctype (e->type),
|