Home
last modified time | relevance | path

Searched refs:testtype (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/regress/sys/kern/pledge/sendrecvfd/
H A Dsendrecvfd.c31 enum testtype { enum
39 static void do_receiver(enum testtype type, int sock);
40 static void do_sender(enum testtype type, int sock, int fd);
45 do_receiver(enum testtype type, int sock) in do_receiver()
98 do_sender(enum testtype type, int sock, int fd) in do_sender()
150 enum testtype type; in main()
H A DMakefile4 testtype= nopledge sendfd recvfd nosendfd norecvfd macro
56 .for _test in ${testtype}
/openbsd-src/gnu/gcc/libmudflap/testsuite/lib/
H A Dmfdg.exp286 set testtype "crash"
287 } else { set testtype "execution" }
289 $status "$name $testtype test"
/openbsd-src/usr.bin/dig/
H A Dnslookup.c489 testtype(char *typetext) { in testtype() function
591 if (testtype(&opt[5])) in setoption()
594 if (testtype(&opt[3])) in setoption()
597 if (testtype(&opt[10])) in setoption()
600 if (testtype(&opt[6])) in setoption()
603 if (testtype(&opt[3])) in setoption()
606 if (testtype(&opt[2])) in setoption()
/openbsd-src/gnu/gcc/gcc/
H A Dlambda-code.c1836 enum tree_code testtype; in lambda_loopnest_to_gcc_loopnest() local
1908 testtype = LL_STEP (newloop) >= 0 ? LE_EXPR : GE_EXPR; in lambda_loopnest_to_gcc_loopnest()
1915 testtype = swap_tree_comparison (testtype); in lambda_loopnest_to_gcc_loopnest()
1917 COND_EXPR_COND (exitcond) = build2 (testtype, in lambda_loopnest_to_gcc_loopnest()
H A Dfold-const.c6006 tree testtype = TREE_TYPE (cond); in fold_binary_op_with_conditional_arg() local
6008 true_value = constant_boolean_node (true, testtype); in fold_binary_op_with_conditional_arg()
6009 false_value = constant_boolean_node (false, testtype); in fold_binary_op_with_conditional_arg()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dfold-const.c4500 tree testtype = TREE_TYPE (cond); local
4502 true_value = convert (testtype, integer_one_node);
4503 false_value = convert (testtype, integer_zero_node);