HomeSort by: relevance | last modified time | path
    Searched defs:sub_op (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
rust-exp.h 104 rust_subscript_operation *sub_op variable
106 if (sub_op != nullptr)
107 return sub_op->slice (expect_type, exp, noside);
expop.h 1617 enum exp_opcode sub_op = std::get<0> (m_storage)->opcode (); variable in typeref:enum:decltype_operation::exp_opcode
1618 if (sub_op == BINOP_SUBSCRIPT
1619 || sub_op == STRUCTOP_MEMBER
1620 || sub_op == STRUCTOP_MPTR
1621 || sub_op == UNOP_IND
1622 || sub_op == STRUCTOP_STRUCT
1623 || sub_op == STRUCTOP_PTR
1624 || sub_op == OP_SCOPE)
  /src/external/gpl3/gdb.old/dist/gdb/
rust-exp.h 108 rust_subscript_operation *sub_op variable
110 if (sub_op != nullptr)
111 return sub_op->slice (expect_type, exp, noside);
expop.h 1615 enum exp_opcode sub_op = std::get<0> (m_storage)->opcode (); variable in typeref:enum:decltype_operation::exp_opcode
1616 if (sub_op == BINOP_SUBSCRIPT
1617 || sub_op == STRUCTOP_MEMBER
1618 || sub_op == STRUCTOP_MPTR
1619 || sub_op == UNOP_IND
1620 || sub_op == STRUCTOP_STRUCT
1621 || sub_op == STRUCTOP_PTR
1622 || sub_op == OP_SCOPE)
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
cmd_parser.c 68 const struct sub_op_bits *sub_op; member in struct:decode_info
696 pr_err("0x%x ", sub_op_val(cmd, d_info->sub_op[i].hi,
697 d_info->sub_op[i].low));
  /src/external/gpl3/binutils/dist/gas/config/
rx-parse.c 188 static int sub_op; variable
2768 { sub_op = 0; }
2774 { sub_op = 1; }
2780 { sub_op = 2; }
3082 { sub_op = 0; }
3088 { sub_op = 1; sub_op2 = 1; }
3094 { sub_op = 2; }
3100 { sub_op = 3; sub_op2 = 2; }
3106 { sub_op = 4; }
3112 { sub_op = 5;
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
rx-parse.c 188 static int sub_op; variable
2768 { sub_op = 0; }
2774 { sub_op = 1; }
2780 { sub_op = 2; }
3082 { sub_op = 0; }
3088 { sub_op = 1; sub_op2 = 1; }
3094 { sub_op = 2; }
3100 { sub_op = 3; sub_op2 = 2; }
3106 { sub_op = 4; }
3112 { sub_op = 5;
    [all...]

Completed in 24 milliseconds