Home
last modified time | relevance | path

Searched refs:TST_OP_NOT (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/lib/
Dtst_bool_expr.c41 return TST_OP_NOT; in char_to_op()
193 case TST_OP_NOT: in check_one()
241 while (stack_peek_op(op_stack, op_stack_pos) == TST_OP_NOT) in shunting_yard()
273 while (stack_peek_op(op_stack, op_stack_pos) == TST_OP_NOT) in shunting_yard()
276 case TST_OP_NOT: in shunting_yard()
371 case TST_OP_NOT: in tst_bool_expr_eval()
/third_party/ltp/include/
Dtst_bool_expr.h10 TST_OP_NOT, enumerator