Searched refs:LogicalNotFn (Results 1 – 3 of 3) sorted by relevance
97 Value* LogicalNotFn(const char* name, State* state, int argc, Expr* argv[]);
90 | '!' expr { $$ = Build(LogicalNotFn, @$, 1, $2); }
218 Value* LogicalNotFn(const char* name, State* state, in LogicalNotFn() function