Searched refs:op_colon (Results 1 – 1 of 1) sorted by relevance
58 struct val *op_colon(struct val *, struct val *);112 | expr ':' expr { $$ = op_colon($1, $3); }524 op_colon(struct val *a, struct val *b) in op_colon() function