Home
last modified time | relevance | path

Searched refs:test_var (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/texinfo/makeinfo/tests/
H A Dinclude-value.txi11 @set test_var ncl-incl.tx
26 test_var include: @include i@value{test_var}i
28 test_var verbatiminclude: @verbatiminclude i@value{test_var}i
/openbsd/gnu/gcc/gcc/
H A Dtree-ssa-forwprop.c182 tree test_var = NULL_TREE; in forward_propagate_into_cond_1() local
201 test_var = cond; in forward_propagate_into_cond_1()
203 test_var = TREE_OPERAND (cond, 0); in forward_propagate_into_cond_1()
207 def = SSA_NAME_DEF_STMT (test_var); in forward_propagate_into_cond_1()
235 if (has_single_use (test_var)) in forward_propagate_into_cond_1()
289 if (has_single_use (test_var)) in forward_propagate_into_cond_1()
379 if (has_single_use (test_var)) in forward_propagate_into_cond_1()
401 *test_var_p = test_var; in forward_propagate_into_cond_1()
538 tree test_var = NULL_TREE; in forward_propagate_into_cond() local
559 if (has_zero_uses (test_var)) in forward_propagate_into_cond()
[all …]
/openbsd/gnu/usr.bin/perl/dist/I18N-LangTags/t/
H A D80_all_env.t25 foreach my $test_var (qw (LANGUAGE LC_ALL LC_MESSAGES LANG)) {
27 $ENV{$test_var} = 'Eu-MT';
28 my $what = "I18N::LangTags::Detect::detect() for \$ENV{$test_var} = 'Eu-MT'";