Searched refs:LogicalNotFn (Results 1 – 3 of 3) sorted by relevance
104 Value* LogicalNotFn(const char* name, State* state, const std::vector<std::unique_ptr<Expr>>& argv);
103 | '!' expr { $$ = Build(LogicalNotFn, @$, 1, $2); }
191 Value* LogicalNotFn(const char* name, State* state, in LogicalNotFn() function