Home
last modified time | relevance | path

Searched refs:InequalityFn (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/edify/
Dexpr.h92 Value* InequalityFn(const char* name, State* state, int argc, Expr* argv[]);
Dparser.y83 | expr NE expr { $$ = Build(InequalityFn, @$, 2, $1, $3); }
Dexpr.c252 Value* InequalityFn(const char* name, State* state, int argc, Expr* argv[]) { in InequalityFn() function