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

  /src/usr.bin/xlint/lint1/
externs1.h 292 tnode_t *build_binary(tnode_t *, op_t, bool, tnode_t *);
293 tnode_t *build_unary(op_t, bool, tnode_t *);
294 tnode_t *build_member_access(tnode_t *, op_t, bool, sbuf_t *);
297 bool typeok(op_t, const function_call *, int,
299 tnode_t *promote(op_t, bool, tnode_t *);
300 tnode_t *convert(op_t, int, type_t *, tnode_t *);
301 void convert_constant(op_t, int, const type_t *, val_t *, val_t *);
410 int lex_operator(int, op_t);
426 bool typeok_scalar_strict_bool(op_t, const mod_t *, int,
ckbool.c 60 is_typeok_strict_bool_binary(op_t op,
95 typeok_strict_bool_binary_compatible(op_t op, int arg,
120 typeok_scalar_strict_bool(op_t op, const mod_t *mp, int arg,
op.h 132 } op_t; typedef in typeref:enum:__anonc3a3fd470203
tree.c 641 build_op(op_t op, bool sys, type_t *type, tnode_t *ln, tnode_t *rn)
884 check_nonportable_char_comparison(op_t op,
911 check_integer_comparison(op_t op, tnode_t *ln, tnode_t *rn)
1028 apply_usual_arithmetic_conversions(op_t op, tnode_t *tn, tspec_t t)
1045 balance(op_t op, tnode_t **lnp, tnode_t **rnp)
1094 fold_unsigned_integer(op_t op, uint64_t l, uint64_t r,
1159 fold_signed_integer(op_t op, int64_t l, int64_t r,
1323 build_struct_access(op_t op, bool sys, tnode_t *ln, tnode_t *rn)
1347 op_t nop = rn->tn_type->t_bitfield ? FSEL : INDIR;
1414 build_prepost_incdec(op_t op, bool sys, tnode_t *ln
    [all...]
lint1.h 291 op_t tn_op;
689 op_name(op_t op)
README.md 84 (`op_t`) and their operands (`tnode_t`).
190 | op | `op_t` | an operator used in an expression |
debug.c 204 op_t op = tn->tn_op;
lex.c 685 lex_operator(int t, op_t o)
cgram.y 164 op_t y_op;
  /src/sys/dev/sysmon/
sysmon_envsys_events.c 69 static const struct op_t { struct
126 const struct op_t *op;

Completed in 19 milliseconds