Home
last modified time | relevance | path

Searched refs:overrides (Results 1 – 25 of 260) sorted by relevance

1234567891011

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dtemplate26.C51 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/sys/dev/pci/drm/amd/display/dc/link/protocols/
H A Dlink_dp_training.c682 const struct dc_link_training_overrides *overrides, in override_training_settings() argument
694 if (overrides->voltage_swing != NULL) in override_training_settings()
696 if (overrides->pre_emphasis != NULL) in override_training_settings()
698 if (overrides->post_cursor2 != NULL) in override_training_settings()
700 if (overrides->ffe_preset != NULL) in override_training_settings()
701 lt_settings->ffe_preset = overrides->ffe_preset; in override_training_settings()
729 if (overrides->cr_pattern_time != NULL) in override_training_settings()
731 if (overrides->eq_pattern_time != NULL) in override_training_settings()
733 if (overrides->pattern_for_cr != NULL) in override_training_settings()
735 if (overrides->pattern_for_eq != NULL) in override_training_settings()
[all …]
H A Dlink_dp_training.h130 const struct dc_link_training_overrides *overrides,
/openbsd/gnu/usr.bin/perl/cpan/bignum/t/
H A Doverrides.t6 # 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/gnu/usr.bin/perl/lib/Unicode/
H A DUCD.pm3828 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/gnu/llvm/clang/tools/scan-view/share/
H A DScanView.py689 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/gnu/llvm/llvm/lib/Testing/Support/
H A DCMakeLists.txt21 # (150,16): error: 'Create' overrides a member function but
/openbsd/gnu/llvm/clang/lib/Headers/cuda_wrappers/
H A Dnew43 // Device overrides for non-placement new and delete.
93 // Device overrides for placement new and delete.
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dlexsub.t18 is fribbler(15), 30, 'our sub overrides XS-registered lexical sub';
/openbsd/gnu/gcc/gcc/config/mips/
H A D4000.md22 ;; This file overrides parts of generic.md. It is derived from the
H A D4100.md22 ;; This file overrides parts of generic.md. It is derived from the
H A D6000.md22 ;; This file overrides parts of generic.md. It is derived from the
H A D3000.md22 ;; This file overrides parts of generic.md. It is derived from the
H A D4300.md22 ;; This file overrides parts of generic.md. It is derived from the
H A D5000.md22 ;; This file overrides parts of generic.md. It is derived from the
H A D4600.md22 ;; This file overrides parts of generic.md. It is derived from the
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dconfigure.host1 # This file is a shell script that overrides some of the tools and
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dconfigure.host1 # This file is a shell script that overrides some of the tools and
/openbsd/gnu/usr.bin/perl/t/comp/
H A Duse.t145 is $@, "", 'explicit "no strict" overrides later ver decl';
/openbsd/gnu/llvm/libcxx/docs/DesignDocs/
H A DThreadingSupportAPI.rst62 header to provide the internal threading API. This macro overrides
/openbsd/gnu/llvm/clang/
H A DNOTES.txt50 (2) If the user specifies a -arch, that overrides the arch in the host or
/openbsd/gnu/llvm/compiler-rt/lib/builtins/
H A Dfp_compare_impl.inc16 // AArch64 GCC overrides libgcc_cmp_return to use int instead of long.
/openbsd/gnu/llvm/llvm/cmake/modules/
H A DTensorFlowCompile.cmake80 # If the user specified overrides, that indicates intent to use AOT and we
/openbsd/gnu/llvm/clang/docs/
H A DClangFormat.rst94 --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/gnu/usr.bin/perl/hints/
H A DREADME.hints64 overrides. For example, suppose you think the default optimizer
66 command line overrides with something like
107 overrides.

1234567891011