Searched refs:not_statement (Results 1 – 4 of 4) sorted by relevance
37 ELEM(not_statement)
98 const ast::not_statement_t ¬_statement);
273 case type_t::not_statement: in job_is_simple_block()1031 job_t *job, process_t *proc, const ast::not_statement_t ¬_statement) { in populate_not_process() argument1034 return this->populate_job_process(job, proc, not_statement.contents, not_statement.variables); in populate_not_process()1140 case type_t::not_statement: { in populate_job_process()
709 struct not_statement_t final : public branch_t<type_t::not_statement> {