Searched refs:op_t (Results 1 – 8 of 8) sorted by relevance
| /freebsd-9-stable/usr.bin/xlint/lint1/ |
| D | externs1.h | 190 extern sym_t *strmemb(tnode_t *, op_t, sym_t *); 191 extern tnode_t *build(op_t, tnode_t *, tnode_t *); 193 extern int typeok(op_t, int, tnode_t *, tnode_t *); 194 extern tnode_t *promote(op_t, int, tnode_t *); 195 extern tnode_t *convert(op_t, int, type_t *, tnode_t *); 196 extern void cvtcon(op_t, int, type_t *, val_t *, val_t *);
|
| D | tree.c | 53 static void ptrcmpok(op_t, tnode_t *, tnode_t *); 54 static int asgntypok(op_t, int, tnode_t *, tnode_t *); 55 static void chkbeop(op_t, tnode_t *, tnode_t *); 56 static void chkeop2(op_t, int, tnode_t *, tnode_t *); 57 static void chkeop1(op_t, int, tnode_t *, tnode_t *); 58 static tnode_t *mktnode(op_t, type_t *, tnode_t *, tnode_t *); 59 static void balance(op_t, tnode_t **, tnode_t **); 60 static void incompat(op_t, tspec_t, tspec_t); 65 static void iiconv(op_t, int, tspec_t, tspec_t, type_t *, tnode_t *); 66 static void piconv(op_t, tspec_t, type_t *, tnode_t *); [all …]
|
| D | op.h | 120 } op_t; typedef
|
| D | lint1.h | 273 op_t tn_op; /* operator */
|
| D | scan.l | 76 static int operator(int, op_t); 712 operator(int t, op_t o) in operator()
|
| D | func.c | 968 op_t op; in doreturn()
|
| D | cgram.y | 115 op_t y_op;
|
| /freebsd-9-stable/contrib/gcc/ |
| D | ChangeLog-2000 | 14744 (op_t, operator codes, struct token, tokentab2, op_to_str): Remove. 20021 * cppexp.c (op_t): Make an int. 23528 * cppexp.c: New typedef op_t. struct operation and struct
|