Home
last modified time | relevance | path

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

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