HomeSort by: relevance | last modified time | path
    Searched refs:op_t (Results 1 - 9 of 9) 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:__anon8398
tree.c 695 build_op(op_t op, bool sys, type_t *type, tnode_t *ln, tnode_t *rn)
950 check_nonportable_char_comparison(op_t op,
977 check_integer_comparison(op_t op, tnode_t *ln, tnode_t *rn)
1092 apply_usual_arithmetic_conversions(op_t op, tnode_t *tn, tspec_t t)
1109 balance(op_t op, tnode_t **lnp, tnode_t **rnp)
1158 fold_unsigned_integer(op_t op, uint64_t l, uint64_t r,
1223 fold_signed_integer(op_t op, int64_t l, int64_t r,
1387 build_struct_access(op_t op, bool sys, tnode_t *ln, tnode_t *rn)
1411 op_t nop = rn->tn_type->t_bitfield ? FSEL : INDIR;
1478 build_prepost_incdec(op_t op, bool sys, tnode_t *ln
    [all...]
lint1.h 291 op_t tn_op;
691 op_name(op_t op)
debug.c 204 op_t op = tn->tn_op;
lex.c 681 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 27 milliseconds