Home
last modified time | relevance | path

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

/bootable/recovery/edify/
Dexpr.h97 Value* LogicalNotFn(const char* name, State* state, int argc, Expr* argv[]);
Dparser.yy90 | '!' expr { $$ = Build(LogicalNotFn, @$, 1, $2); }
Dexpr.cpp218 Value* LogicalNotFn(const char* name, State* state, in LogicalNotFn() function