Home
last modified time | relevance | path

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

/bootable/recovery/edify/include/edify/
Dexpr.h103 Value* LogicalOrFn(const char* name, State* state, const std::vector<std::unique_ptr<Expr>>& argv);
/bootable/recovery/edify/
Dparser.yy102 | expr OR expr { $$ = Build(LogicalOrFn, @$, 2, $1, $3); }
Dexpr.cpp178 Value* LogicalOrFn(const char* name, State* state, in LogicalOrFn() function