HomeSort by: relevance | last modified time | path
    Searched refs:unary_op (Results 1 - 11 of 11) sorted by relevancy

  /src/tests/usr.bin/indent/
lsym_lparen_or_lbracket.c 251 +(unary_op);
297 +(unary_op);
  /src/external/gpl3/gcc/dist/libcc1/
libcp1plugin.cc 2547 const char *unary_op,
2556 switch (CHARS2 (unary_op[0], unary_op[1]))
2577 opcode = unary_op[2] == '_' ? PREINCREMENT_EXPR : POSTINCREMENT_EXPR;
2580 opcode = unary_op[2] == '_' ? PREDECREMENT_EXPR : POSTDECREMENT_EXPR;
2605 unary_op += 2;
2847 const char *unary_op,
2854 switch (CHARS2 (unary_op[0], unary_op[1]))
  /src/external/gpl3/gcc.old/dist/libcc1/
libcp1plugin.cc 2546 const char *unary_op,
2555 switch (CHARS2 (unary_op[0], unary_op[1]))
2576 opcode = unary_op[2] == '_' ? PREINCREMENT_EXPR : POSTINCREMENT_EXPR;
2579 opcode = unary_op[2] == '_' ? PREDECREMENT_EXPR : POSTDECREMENT_EXPR;
2604 unary_op += 2;
2846 const char *unary_op,
2853 switch (CHARS2 (unary_op[0], unary_op[1]))
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-recording.cc 1193 /* Create a recording::unary_op instance and add it to this context's
1206 new unary_op (this, loc, op, result_type, a);
5834 /* The implementation of class gcc::jit::recording::unary_op. */
5837 for recording::unary_op. */
5840 recording::unary_op::replay_into (replayer *r)
5849 for recording::unary_op. */
5851 recording::unary_op::visit_children (rvalue_visitor *v)
5867 recording::unary_op::make_debug_string ()
5885 recording::unary_op::write_reproducer (reproducer &r)
jit-recording.h 1712 class unary_op : public rvalue class in namespace:gcc::jit::recording
1715 unary_op (context *ctxt, function in class:gcc::jit::recording::unary_op
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-recording.cc 1180 /* Create a recording::unary_op instance and add it to this context's
1193 new unary_op (this, loc, op, result_type, a);
5591 /* The implementation of class gcc::jit::recording::unary_op. */
5594 for recording::unary_op. */
5597 recording::unary_op::replay_into (replayer *r)
5606 for recording::unary_op. */
5608 recording::unary_op::visit_children (rvalue_visitor *v)
5624 recording::unary_op::make_debug_string ()
5642 recording::unary_op::write_reproducer (reproducer &r)
jit-recording.h 1611 class unary_op : public rvalue class in namespace:gcc::jit::recording
1614 unary_op (context *ctxt, function in class:gcc::jit::recording::unary_op
  /src/external/gpl3/gcc/dist/gcc/
tree-vectorizer.h 44 unary_op = 1, enumerator in enum:operation_type
tree-vect-stmts.cc 5552 gcc_assert (op_type == unary_op);
5841 gcc_assert (TREE_CODE_LENGTH ((tree_code) codecvt1) == unary_op);
6609 if (op_type != unary_op && op_type != binary_op && op_type != ternary_op)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vectorizer.h 44 unary_op = 1, enumerator in enum:operation_type
tree-vect-stmts.cc 5120 gcc_assert (op_type == unary_op);
5255 gcc_assert (TREE_CODE_LENGTH (code1) == unary_op);
5311 gcc_assert (TREE_CODE_LENGTH (codecvt1) == unary_op);
5337 gcc_assert (TREE_CODE_LENGTH (codecvt1) == unary_op);
6094 if (op_type != unary_op && op_type != binary_op && op_type != ternary_op)

Completed in 46 milliseconds