Searched refs:testtype (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/bind9/bin/dig/
H A Dnslookup.c519 testtype(char *typetext) { function
595 if (testtype(&opt[5]))
598 if (testtype(&opt[3]))
601 if (testtype(&opt[10]))
604 if (testtype(&opt[6]))
607 if (testtype(&opt[3]))
610 if (testtype(&opt[2]))
/freebsd-9.3-release/contrib/gcc/
H A Dlambda-code.c1836 enum tree_code testtype; local
1908 testtype = LL_STEP (newloop) >= 0 ? LE_EXPR : GE_EXPR;
1912 So swap the testtype if this isn't the way things are.*/
1915 testtype = swap_tree_comparison (testtype);
1917 COND_EXPR_COND (exitcond) = build2 (testtype,
H A Dfold-const.c6047 tree testtype = TREE_TYPE (cond);
6049 true_value = constant_boolean_node (true, testtype);
6050 false_value = constant_boolean_node (false, testtype);
6013 tree testtype = TREE_TYPE (cond); local

Completed in 98 milliseconds