Searched refs:cases (Results 26 - 50 of 191) sorted by relevance

12345678

/openbsd-current/gnu/usr.bin/perl/cpan/Encode/lib/Encode/
H A DGuess.pm308 cases (because it fills almost all code points in \x00-\xff).
320 standard so it becomes too ambiguous for most cases.
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/bin/
H A Dpiconv222 this option can be omitted. In such cases, the current locale is used.
227 this option can be omitted. In such cases, the current locale is used.
/openbsd-current/gnu/llvm/llvm/utils/
H A Dcodegen-diff118 disassembler, but it might help you highlight the more egregious cases
/openbsd-current/gnu/usr.bin/perl/ext/IPC-Open3/lib/IPC/
H A DOpen2.pm50 read from it directly. In both cases, there will be a L<dup(2)> instead of a
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
H A DFormatter.pm80 or greater, and may be undefined in some cases.
87 can implement if the format you're generating needs to handle these cases, for
H A DUtil.pm358 than a second. Both these cases are sufficiently unlikely. If you need
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_setups.py15 def runTests(self, *cases):
17 for case in cases:
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dharness.t1047 my @cases = (
1085 for my $case (@cases) {
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp304 // incoming basic block. We loop to handle weird cases with repeated
337 // cases.
683 /// exiting cases, it copies the non-exiting cases and points them at the new
684 /// preheader. If the default case is not exiting, it copies the exiting cases
687 /// the loop by removing now-dead cases. If the default case is one of those
709 // The same check must be used both for the default and the exit cases. We
713 // remove cases from the switch.
732 for (auto Case : SI.cases())
762 // Store the exit cases int
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Util/
H A DHashBase.pm312 In some cases an object may only have 1 or 2 attributes, in which case a
313 hashref may be too verbose for your liking. In these cases you can pass in an
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/
H A DHistory.pm37 In some cases, particularly prior to version 1.2, the exact version
/openbsd-current/gnu/usr.bin/perl/dist/Test/lib/
H A DTest.pm380 All of the above special cases can occasionally cause some
689 Note that in the above cases, C<thing($foo)> and C<thing($bar)>
816 probably over-kill in most cases. (Your test code should be simpler
937 cases. Normally you won't need to use this, unless you were carefully
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/IPC/
H A DDriver.pm100 In most cases you just need to load the desired IPC driver to make it work. You
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DCommand.pm64 The module is used to replace common UNIX commands. In all cases the
H A DMksymlists.pm309 attribute. In most cases, this is all that's necessary. In
/openbsd-current/gnu/usr.bin/perl/cpan/AutoLoader/lib/
H A DAutoLoader.pm277 They typically need to check for some special cases (such as constants)
340 B<AutoLoader> only reads code as it is requested, and in many cases
375 ones) in cases where C<@INC> contains relative paths, B<and> the program
/openbsd-current/gnu/usr.bin/perl/cpan/NEXT/lib/
H A DNEXT.pm350 through C<C> and C<D>). In such cases, a sequence of C<NEXT> redispatches
363 In some cases this I<may> be the desired effect within a diamond hierarchy,
367 To cover such cases, you can redispatch methods via:
/openbsd-current/gnu/gcc/gcc/
H A Dc-common.c976 /* This detects cases like converting -129 or 256 to unsigned char. */
1899 unsigned int. To avoid such special cases, avoid creating
2433 because weird cases involving pointer arithmetic
2878 /* These are the only cases that need special handling. */
3652 c_add_case_label (splay_tree cases, tree cond, tree orig_type,
3718 node = splay_tree_lookup (cases, (splay_tree_key) low_value);
3734 low_bound = splay_tree_predecessor (cases,
3736 high_bound = splay_tree_successor (cases,
3784 splay_tree_insert (cases,
3794 if (!cases
3637 c_add_case_label(splay_tree cases, tree cond, tree orig_type, tree low_value, tree high_value) argument
3859 c_do_switch_warnings(splay_tree cases, location_t switch_location, tree type, tree cond) argument
[all...]
H A Dtree-cfg.c667 edge to cases hash table.
766 /* If we are not recording cases, then we do not have CASE_LABEL_EXPR
1088 and scan the sorted vector of cases. Combine the ones jumping to the
1112 /* Look for possible opportunities to merge cases.
1124 /* Discard cases that have the same destination as the
1147 /* Merge the cases if they jump to the same place,
1396 to catch the cases in C++ where function calls are involved. */
2971 In all cases, the returned *BSI points to the correct location. The
4131 tree cases = get_cases_for_edge (e, stmt); local
4133 /* If we have a list of cases associate
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/
H A DMore.pm120 There are cases when you will not know beforehand how many tests your
136 In some cases, you'll want to completely skip an entire testing script.
382 In these cases, use C<ok()>.
387 are cases when you cannot say much more about a value than that it is
517 It's also useful in those cases where you are comparing numbers and
1314 net connection) or a module isn't available. In these cases it's
1456 cases you have no choice but to skip over the broken tests entirely.
1944 names of the most common routines are kept tiny, special cases and
H A DSimple.pm173 main problem is not dealing with these edge cases but that people hate
/openbsd-current/gnu/gcc/gcc/config/xtensa/
H A Dlib1funcs.asm33 # Define macros for the ABS and ADDX* instructions to handle cases
201 # to handle cases where it is not included in the Xtensa processor
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dstc.h207 void ffestc_R810 (ffesttCaseList cases, ffelexToken name);
/openbsd-current/usr.bin/rpcgen/
H A Drpc_hout.c205 for (l = def->def.un.cases; l != NULL; l = l->next) {
/openbsd-current/gnu/gcc/gcc/config/alpha/
H A Dlib1funcs.asm239 careful though, this code runs fast fro the most common cases, when the

Completed in 252 milliseconds

12345678