Lines Matching refs:fv
100 eval HAVE_$fu=$fv
102 test 0 = $fv || fr=yes
111 eval fv=\$HAVE_$fu
112 case $fv in
118 fv=0
145 fv=$2
169 test 1 = $fr || fv=1
171 test 0 = $fr || fv=1
180 test -n "$vscan" && grep $vscan vv.out >/dev/null 2>&1 && fv=$fr
205 eval fv=\$HAVE_$fu
206 test x"$fv" = x"1"
215 fv=$2
216 test x"$2" = x"" && eval fv=\$HAVE_$fu
217 add_cppflags -DHAVE_$fu=$fv
1190 fv=0
1193 fv=0
1196 fv=1
1198 test $fv = 1 || for what in $checks; do
1199 test $fv = 1 && break
1219 8) fv=1 cm=normal ;;
1221 test $fv = 1 && break
1530 fv=1
1540 v "$CC $CFLAGS $CPPFLAGS $NOWARN -emit-llvm -c conftest.c" || fv=0
1542 test $fv = 0 || v "llvm-link -o - conftest.o | opt $optflags | llc -o $tfn.s" || fv=0
1543 test $fv = 0 || v "$CC $CFLAGS $LDFLAGS -o $tcfn $tfn.s $LIBS $ccpr"
1546 v "$CC $CFLAGS $CPPFLAGS $NOWARN -S -flto conftest.c" || fv=0
1547 test $fv = 0 || v "mv conftest.s conftest.ll"
1548 test $fv = 0 || v "llvm-as conftest.ll" || fv=0
1550 test $fv = 0 || v "llvm-link -o - conftest.bc | opt $optflags | llc -o $tfn.s" || fv=0
1551 test $fv = 0 || v "$CC $CFLAGS $LDFLAGS -o $tcfn $tfn.s $LIBS $ccpr"
1558 v "$CC $CFLAGS $CPPFLAGS $NOWARN -c conftest.c" || fv=0
1559 test $fv = 0 || v "$CC $CFLAGS $LDFLAGS -o $tcfn conftest.o $LIBS $ccpr"
1562 test -f $tcfn || fv=0
1564 test $fv = 1 || exit 1
1844 11*|101) fv=1 ;;
1846 test 1 = $fv || check_categories="$check_categories no-histfile"
2006 if test $fv = 0; then
2014 fv=0
2015 test $rv = 0 && test x"`cat vv.out`" = x"si" && fv=1
2031 grep '#define foo bar' x >/dev/null 2>&1 && fv=1