Searched refs:InequalityFn (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/edify/ |
D | expr.h | 92 Value* InequalityFn(const char* name, State* state, int argc, Expr* argv[]);
|
D | parser.y | 83 | expr NE expr { $$ = Build(InequalityFn, @$, 2, $1, $3); }
|
D | expr.c | 252 Value* InequalityFn(const char* name, State* state, int argc, Expr* argv[]) { in InequalityFn() function
|