Searched refs:op_or (Results 1 – 3 of 3) sorted by relevance
| /freebsd/bin/expr/ |
| H A D | expr.y | 67 struct val *op_or(struct val *, struct val *); 99 | expr '|' expr { $$ = op_or($1, $3); } 306 op_or(struct val *a, struct val *b) in op_or() function
|
| /freebsd/contrib/unifdef/ |
| H A D | unifdef.c | 912 static Linetype op_or(long *p, Linetype at, long a, Linetype bt, long b) { in op_or() function 994 { eval_table, { { "||", op_or, NULL } } },
|
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | FormatterBytecode.cpp | 413 case op_or: in Interpret()
|