Searched refs:overrides (Results 1 – 25 of 258) sorted by relevance
1234567891011
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
| D | template26.C | 51 void override(int overrides = 1) { overrides_ = overrides; } 53 int overrides() const { return overrides_; } in overrides() function 65 if (!have_result || (stack[i].*access)().overrides()) { in find_parameter_in_stack()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/bignum/t/ |
| D | overrides.t | 6 # Test behaviour of hex and oct overrides in detail, and also how the three 14 # For testing that existing CORE::GLOBAL overrides are not clobbered 82 is $hex_called, 1, 'existing hex overrides are called'; 85 is $oct_called, 1, 'existing oct overrides are called';
|
| /openbsd/src/gnu/usr.bin/perl/lib/Unicode/ |
| D | UCD.pm | 3828 my $overrides; 3871 $overrides = -1; 4431 $overrides = $swash->{'SPECIALS'} unless defined $overrides; 4432 if ($overrides) { 4436 if ($overrides < 0) { 4447 foreach my $cp_maybe_utf8 (keys %$overrides) { 4453 if ($overrides == $swash->{'SPECIALS'}) { 4474 @map = hex $overrides->{$cp};
|
| /openbsd/src/gnu/llvm/clang/tools/scan-view/share/ |
| D | ScanView.py | 689 overrides = { 'ScanView' : {}, 694 overrides['ScanView']['reporter'] = i 696 overrides['Radar']['Component'] = 'llvm - checker' 697 overrides['Radar']['Component Version'] = 'X' 698 return self.send_report(None, overrides)
|
| /openbsd/src/gnu/llvm/llvm/lib/Testing/Support/ |
| D | CMakeLists.txt | 21 # (150,16): error: 'Create' overrides a member function but
|
| /openbsd/src/gnu/llvm/clang/lib/Headers/cuda_wrappers/ |
| D | new | 43 // Device overrides for non-placement new and delete. 93 // Device overrides for placement new and delete.
|
| /openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/t/ |
| D | lexsub.t | 18 is fribbler(15), 30, 'our sub overrides XS-registered lexical sub';
|
| /openbsd/src/gnu/gcc/gcc/config/mips/ |
| D | 4000.md | 22 ;; This file overrides parts of generic.md. It is derived from the
|
| D | 6000.md | 22 ;; This file overrides parts of generic.md. It is derived from the
|
| D | 4100.md | 22 ;; This file overrides parts of generic.md. It is derived from the
|
| D | 3000.md | 22 ;; This file overrides parts of generic.md. It is derived from the
|
| D | 5000.md | 22 ;; This file overrides parts of generic.md. It is derived from the
|
| D | 4300.md | 22 ;; This file overrides parts of generic.md. It is derived from the
|
| D | 4600.md | 22 ;; This file overrides parts of generic.md. It is derived from the
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | configure.host | 1 # This file is a shell script that overrides some of the tools and
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | configure.host | 1 # This file is a shell script that overrides some of the tools and
|
| /openbsd/src/gnu/usr.bin/perl/t/comp/ |
| D | use.t | 145 is $@, "", 'explicit "no strict" overrides later ver decl';
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/builtins/ |
| D | fp_compare_impl.inc | 16 // AArch64 GCC overrides libgcc_cmp_return to use int instead of long.
|
| /openbsd/src/gnu/llvm/clang/ |
| D | NOTES.txt | 50 (2) If the user specifies a -arch, that overrides the arch in the host or
|
| /openbsd/src/gnu/llvm/libcxx/docs/DesignDocs/ |
| D | ThreadingSupportAPI.rst | 62 header to provide the internal threading API. This macro overrides
|
| /openbsd/src/gnu/llvm/llvm/cmake/modules/ |
| D | TensorFlowCompile.cmake | 80 # If the user specified overrides, that indicates intent to use AOT and we
|
| /openbsd/src/gnu/llvm/clang/docs/ |
| D | ClangFormat.rst | 94 --qualifier-alignment=<string> - If set, overrides the qualifier alignment style 96 --sort-includes - If set, overrides the include sorting behavior 315 … PATTERN custom pattern selecting file paths to reformat (case sensitive, overrides -iregex)
|
| /openbsd/src/gnu/usr.bin/perl/hints/ |
| D | README.hints | 64 overrides. For example, suppose you think the default optimizer 66 command line overrides with something like 107 overrides.
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/ld/emultempl/ |
| D | generic.em | 44 # Import any needed special functions and/or overrides.
|
| /openbsd/src/gnu/usr.bin/binutils/ld/emultempl/ |
| D | generic.em | 44 # Import any needed special functions and/or overrides.
|
1234567891011