Home
last modified time | relevance | path

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

/bootable/recovery/edify/
Dexpr.h96 Value* LogicalOrFn(const char* name, State* state, int argc, Expr* argv[]);
Dparser.yy89 | expr OR expr { $$ = Build(LogicalOrFn, @$, 2, $1, $3); }
Dexpr.cpp206 Value* LogicalOrFn(const char* name, State* state, in LogicalOrFn() function