Searched refs:in_range (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/gnu/llvm/llvm/utils/lit/lit/formats/
H A Dgoogletest.py163 in_range = False
166 in_range = True
169 elif in_range:
/openbsd-current/gnu/llvm/libcxx/include/__utility/
H A Dcmp.h100 bool in_range(_Up __u) noexcept
/openbsd-current/gnu/gcc/gcc/config/arm/
H A Dunwind-arm.c766 int in_range = 0; local
815 in_range = (fnstart <= addr && addr < fnstart + (len & ~1));
822 && in_range)
846 if (in_range)
899 if (in_range && (!forced_unwind || !rtti_count))
/openbsd-current/gnu/llvm/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp106 bool in_range = false; local
109 if (in_range) {
117 in_range = false;
123 // Turn on the in_range flag, we are looking for end of range next.
125 in_range = true;
134 // It is an error if after the loop, we're still in_range.
135 return !in_range;
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DThreadPlanStepRange.cpp486 bool in_range = local
488 if (in_range) {
/openbsd-current/gnu/llvm/lldb/bindings/interface/
H A DSBModule.i16 def in_range(symbol, section):
401 if in_range(sym, section):
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c663 register int in_range = 0;
675 if (last + 1 == c && ! in_range)
678 in_range = 1;
681 else if (last + 1 != c && in_range)
684 in_range = 0;
687 if (! in_range)
693 if (in_range)
658 register int in_range = 0; local
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.c799 register int in_range = 0;
811 if (last + 1 == c && ! in_range)
814 in_range = 1;
817 else if (last + 1 != c && in_range)
820 in_range = 0;
823 if (! in_range)
829 if (in_range)
793 register int in_range = 0; local
/openbsd-current/gnu/lib/libiberty/src/
H A Dregex.c925 register int in_range = 0;
937 if (last + 1 == c && ! in_range)
940 in_range = 1;
943 else if (last + 1 != c && in_range)
946 in_range = 0;
949 if (! in_range)
955 if (in_range)
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dbreakpoint.c473 static int in_range = 0;
505 in_range = 1;
508 else if (! in_range)
522 in_range = 0;
472 static int in_range = 0; local
/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A Dmktables11501 my $in_range = 0; # ? Are we in one of the file's ranges
11640 if ($in_range) {
11642 $in_range = 0;
11649 if ($in_range) {
11651 $in_range = 0;
11673 if ($in_range) {
11676 $in_range = 1;
11691 if (! $in_range) {
11696 $in_range = 0;
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-arm.c7984 int in_range = 0;
7997 if (in_range)
8016 in_range = 0;
8029 || (in_range = 1, *str++ == '-'));
7982 int in_range = 0; local
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-arm.c1006 int in_range = 0;
1020 if (in_range)
1039 in_range = 0;
1052 || (in_range = 1, *str++ == '-'));
1004 int in_range = 0; local

Completed in 307 milliseconds