/openbsd/gnu/usr.bin/perl/cpan/Encode/bin/ |
H A D | ucmlint | 33 my (%Hdr, %U2E, %E2U, %Fallback); 53 %Hdr = %U2E = %E2U = %Fallback = (); 96 $Fallback{$uni}{$enc} = 1 if $fb == 1; 111 $Fallback{$enc}{$uni} = 1 if $fb == 3; 144 $E2U{$U2E{$uni}} eq $uni or $Fallback{$uni}{$enc} or 149 $U2E{$E2U{$enc}} eq $enc or $Fallback{$enc}{$uni} or
|
/openbsd/gnu/usr.bin/perl/cpan/Encode/t/ |
H A D | utf8warnings.t | 18 is_deeply \@invalid, [ 0xD800 ], 'Fallback coderef contains invalid codepoint 0xD800'; 24 is_deeply \@invalid, [ 0xED, 0xA0, 0x80 ], 'Fallback coderef contains invalid byte sequence 0xED, 0… 30 is_deeply \@invalid, [ 0xED, 0xA0 ], 'Fallback coderef contains invalid byte sequence 0xED, 0xA0'; 35 is_deeply \@invalid, [ 0xED, 0xA0 ], 'Fallback coderef contains invalid byte sequence 0xED, 0xA0';
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | ReplayInlineAdvisor.cpp | 134 ReplayInlinerSettings::Fallback::AlwaysInline) in getAdviceImpl() 139 ReplayInlinerSettings::Fallback::NeverInline) in getAdviceImpl() 145 ReplayInlinerSettings::Fallback::Original); in getAdviceImpl()
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | ReplayInlineAdvisor.h | 45 enum class Fallback : int { Original, AlwaysInline, NeverInline }; enum 49 Fallback ReplayFallback;
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | YAMLTraits.h | 522 struct Fallback { bool flow; }; 523 struct Derived : T, Fallback { }; 526 static char (&f(SameType<bool Fallback::*, &C::flow>*))[1];
|
H A D | VirtualFileSystem.h | 755 Fallback, enumerator
|
/openbsd/gnu/llvm/llvm/lib/Option/ |
H A D | OptTable.cpp | 333 const Info *Fallback = nullptr; in parseOneArgGrouped() local 352 Fallback = Start; in parseOneArgGrouped() 358 if (Fallback) { in parseOneArgGrouped() 359 Option Opt(Fallback, this); in parseOneArgGrouped()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | Inliner.cpp | 135 static cl::opt<ReplayInlinerSettings::Fallback> CGSCCInlineReplayFallback( 137 cl::init(ReplayInlinerSettings::Fallback::Original), 140 ReplayInlinerSettings::Fallback::Original, "Original", 142 clEnumValN(ReplayInlinerSettings::Fallback::AlwaysInline, 144 clEnumValN(ReplayInlinerSettings::Fallback::NeverInline, "NeverInline",
|
H A D | SampleProfile.cpp | 265 static cl::opt<ReplayInlinerSettings::Fallback> ProfileInlineReplayFallback( 267 cl::init(ReplayInlinerSettings::Fallback::Original), 270 ReplayInlinerSettings::Fallback::Original, "Original", 272 clEnumValN(ReplayInlinerSettings::Fallback::AlwaysInline, 274 clEnumValN(ReplayInlinerSettings::Fallback::NeverInline, "NeverInline",
|
H A D | WholeProgramDevirt.cpp | 180 enum WPDCheckMode { None, Trap, Fallback }; enumerator 186 clEnumValN(WPDCheckMode::Fallback, "fallback", 1131 if (DevirtCheckMode == WPDCheckMode::Fallback) { in applySingleImplDevirt()
|
/openbsd/gnu/llvm/llvm/lib/Object/ |
H A D | IRSymtab.cpp | 315 auto *Fallback = dyn_cast<GlobalValue>( in addSymbol() local 317 if (!Fallback) in addSymbol() 322 Msymtab.printSymbolName(OS, Fallback); in addSymbol()
|
/openbsd/gnu/llvm/clang/utils/TableGen/ |
H A D | ClangOptionDocEmitter.cpp | 237 StringRef Fallback) { in getRSTStringWithTextFallback() argument 238 for (auto Field : {Primary, Fallback}) { in getRSTStringWithTextFallback()
|
/openbsd/gnu/llvm/clang/runtime/ |
H A D | CMakeLists.txt | 26 # Fallback to the external path, if the other one isn't available.
|
/openbsd/gnu/llvm/llvm/tools/llvm-symbolizer/ |
H A D | Opts.td | 44 defm fallback_debug_path : Eq<"fallback-debug-path", "Fallback path for debug binaries">, MetaVarNa…
|
/openbsd/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ |
H A D | ParseXS.pm | 129 $self->{Fallback} = {}; # hashref of Package => fallback setting 1007 my $fallback = $self->{Fallback}->{$package} || "&PL_sv_undef"; 1484 $self->{Fallback}->{$self->{Package}} = $map{$setting};
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | VirtualFileSystem.cpp | 1485 case RedirectKind::Fallback: in dir_begin() 1633 return RedirectingFileSystem::RedirectKind::Fallback; in parseRedirectKind() 2365 if (Redirection == RedirectKind::Fallback) { in status() 2445 if (Redirection == RedirectKind::Fallback) { in openFileForRead() 2511 if (Redirection == RedirectKind::Fallback) { in getRealPath()
|
/openbsd/gnu/llvm/llvm/lib/Support/BLAKE3/ |
H A D | LICENSE | 85 3. Public License Fallback. Should any part of the Waiver for any reason
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Formatter/ |
H A D | TAP.t | 968 "Fallback to summary"
|
/openbsd/usr.sbin/nsd/ |
H A D | config.h.in | 828 /* Fallback member name for socket family in struct sockaddr_storage */
|
H A D | acx_nlnetlabs.m4 | 1472 …AC_DEFINE([ss_family], [__ss_family], [Fallback member name for socket family in struct sockaddr_s…
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 907 Value *Fallback = II.getArgOperand(1); in instCombineSVECondLast() local 929 Value *FPFallBack = Builder.CreateBitCast(Fallback, FPTy); in instCombineSVECondLast()
|
/openbsd/gnu/llvm/llvm/lib/Support/Unix/ |
H A D | Path.inc | 1398 // Fallback: ~/.config
|
/openbsd/usr.sbin/unbound/ |
H A D | acx_nlnetlabs.m4 | 1472 …AC_DEFINE([ss_family], [__ss_family], [Fallback member name for socket family in struct sockaddr_s…
|
/openbsd/usr.sbin/nsd/doc/ |
H A D | RELNOTES | 1495 - Fallback to AXFR if IXFR is unknown at the primary. NSD considers 1893 - Fallback to ip4 if getaddrinfo fails for ip6.
|
H A D | ChangeLog | 2808 * Bug #485: Fallback to DEFAULT_TTL if MSB is set. 4036 - Fallback to ip4 also if getaddrinfo fails for ip6.
|