Searched refs:op_le (Results 1 – 3 of 3) sorted by relevance
| /freebsd/bin/expr/ |
| H A D | expr.y | 63 struct val *op_le(struct val *, struct val *); 105 | expr LE expr { $$ = op_le($1, $3); } 382 op_le(struct val *a, struct val *b) in op_le() function
|
| /freebsd/contrib/unifdef/ |
| H A D | unifdef.c | 900 static Linetype op_le(long *p, Linetype at, long a, Linetype bt, long b) { in op_le() function 1001 { eval_table, { { "<=", op_le, NULL },
|
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | FormatterBytecode.cpp | 435 case op_le: in Interpret()
|