Home | History | Annotate | Download | only in src

Lines Matching refs:Test_op

2012 enum Test_op {
2028 typedef enum Test_op Test_op;
2052 Test_op (*isa)(struct test_env *, Test_meta);
2053 const char *(*getopnd) (struct test_env *, Test_op, bool);
2054 int (*eval)(struct test_env *, Test_op, const char *, const char *, bool);
2061 Test_op test_isop(Test_meta, const char *);
2062 int test_eval(Test_env *, Test_op, const char *, const char *, bool);