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

  /src/external/gpl3/gdb/dist/gdb/
stap-probe.c 289 stap_get_operator_prec (enum exp_opcode op)
327 /* Given S, read the operator in it. Return the EXP_OPCODE which
331 static enum exp_opcode
335 enum exp_opcode op;
437 static std::unordered_map<exp_opcode, binop_maker_ftype *> stap_maker_map; variable
441 stap_make_binop (enum exp_opcode opcode, expr::operation_up &&lhs,
1117 enum exp_opcode opcode;
1165 enum exp_opcode lookahead_opcode;
  /src/external/gpl3/gdb.old/dist/gdb/
stap-probe.c 290 stap_get_operator_prec (enum exp_opcode op)
328 /* Given S, read the operator in it. Return the EXP_OPCODE which
332 static enum exp_opcode
336 enum exp_opcode op;
438 static std::unordered_map<exp_opcode, binop_maker_ftype *, variable
439 gdb::hash_enum<exp_opcode>> stap_maker_map;
443 stap_make_binop (enum exp_opcode opcode, expr::operation_up &&lhs,
1119 enum exp_opcode opcode;
1167 enum exp_opcode lookahead_opcode;

Completed in 26 milliseconds