Home | History | Annotate | Download | only in src

Lines Matching full:ptest_isa

239 static Test_op ptest_isa(Test_env *, Test_meta);
2615 te.isa = ptest_isa;
2648 if (ptest_isa(&te, TM_NOT)) {
2652 if ((op = ptest_isa(&te, TM_UNOP))) {
2667 if ((op = ptest_isa(&te, TM_BINOP))) {
2672 if (ptest_isa(&te, tm = TM_AND) || ptest_isa(&te, tm = TM_OR)) {
2684 if (ptest_isa(&te, TM_NOT)) {
2688 if (ptest_isa(&te, TM_OPAREN)) {
2693 op = ptest_isa(&te, TM_CPAREN);
2704 if (ptest_isa(&te, TM_NOT)) {
2708 if (ptest_isa(&te, TM_OPAREN)) {
2714 op = ptest_isa(&te, TM_CPAREN);
3154 ptest_isa(Test_env *te, Test_meta meta)