| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/ |
| H A D | merge.t | 60 $req_1->exact_version(Exact => 8); 66 $req_2->exact_version(Exact => 8); 75 Exact => '== 8', 85 Exact => '== 8', 96 Exact => '== 8', 108 Exact => '== 8',
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | GlobPattern.cpp | 113 Pat.Exact = S; in create() 143 if (Exact) in match() 144 return S == *Exact; in match()
|
| /openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverName.cpp | 52 m_match_type(Breakpoint::Exact), m_language(language), in BreakpointResolverName() 66 m_match_type(Breakpoint::Exact), m_language(language), in BreakpointResolverName() 179 Breakpoint::MatchType::Exact, offset, skip_prologue); in CreateFromStructuredData() 273 case Breakpoint::Exact: in SearchCallback()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | Float2Int.cpp | 275 bool Exact; in calcRange() local 278 &Exact); in calcRange() 444 bool Exact; in convert() local 447 &Exact); in convert()
|
| /openbsd-src/usr.sbin/pkg_add/OpenBSD/ |
| H A D | Search.pm | 80 package OpenBSD::Search::Exact; 105 return OpenBSD::Search::Exact->new("$1-*-$2");
|
| H A D | PkgSpec.pm | 378 package OpenBSD::PkgSpec::SubPattern::Exact; 395 package OpenBSD::PkgSpec::Exact;
|
| H A D | PkgCfl.pm | 35 push(@$l, OpenBSD::Search::Exact->new($pkgname, 1));
|
| H A D | Update.pm | 70 my $l = $set->match_locations(OpenBSD::Search::Exact->new($dbg)); 275 $l = $set->match_locations(OpenBSD::Search::Exact->new($hint_name), $k);
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | GlobPattern.h | 51 std::optional<StringRef> Exact; variable
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | AddressResolver.h | 35 enum MatchType { Exact, Regexp, Glob }; enumerator
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/lib/CPAN/Meta/ |
| H A D | Requirements.pm | |
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 1100 for (int Exact : Exacts) in setRequiresImmediate() local 1101 ImmSet.insert(Exact); in setRequiresImmediate() 1103 void setRequiresImmediate(int Exact) { in setRequiresImmediate() 1105 ImmSet.insert(Exact); in setRequiresImmediate()
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | config-gas.com | 39 $search CONFIGURE.IN "AM_INIT_AUTOMAKE"/Exact/Output=config-gas-tmp.tmp
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/ |
| H A D | ws-and-continuations.txt | 46 # Exact whitespace is preserved within the value, but whitespace enclosing the
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/ |
| H A D | Breakpoint.h | 89 enum MatchType { Exact, Regexp, Glob }; enumerator
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV1.cpp | 104 eFunctionNameTypeBase, eLanguageTypeUnknown, Breakpoint::Exact, 0, in CreateExceptionResolver()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 383 bool Exact : 1; 402 : NoUnsignedWrap(false), NoSignedWrap(false), Exact(false), NoNaNs(false), 421 void setExact(bool b) { Exact = b; } 434 bool hasExact() const { return Exact; } 449 Exact &= Flags.Exact;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 362 DEFINE_HELPERS(SDiv, Exact) // CreateExactSDiv 363 DEFINE_HELPERS(UDiv, Exact) // CreateExactUDiv 364 DEFINE_HELPERS(AShr, Exact) // CreateExactAShr 365 DEFINE_HELPERS(LShr, Exact) // CreateExactLShr
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 859 Exact, 873 ExitCountKind Kind = Exact); 885 const SCEV *getBackedgeTakenCount(const Loop *L, ExitCountKind Kind = Exact);
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlexperiment.pod | 251 Exact version of acceptance unclear, but no later than Perl 5.18.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonHardwareLoops.cpp | 790 bool Exact = (Dist % IVBump) == 0; in computeCount() local 793 if (!Exact) in computeCount()
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | AddressSanitizer.rst | 301 * AddressSanitizer uses more real memory than a native run. Exact overhead
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 8106 auto *ExitCount = dyn_cast<SCEVConstant>(getBackedgeTakenCount(L, Exact)); in getSmallConstantTripCount() 8315 case Exact: in getExitCount() 8334 case Exact: in getBackedgeTakenCount() 10526 const SCEV *Exact = in howFarToZero() local 10529 if (Exact != getCouldNotCompute()) { in howFarToZero() 10530 APInt MaxInt = getUnsignedRangeMax(applyLoopGuards(Exact, L)); in howFarToZero() 10532 getConstant(APIntOps::umin(MaxInt, getUnsignedRangeMax(Exact))); in howFarToZero() 10535 isa<SCEVCouldNotCompute>(Exact) ? ConstantMax : Exact; in howFarToZero() 10536 return ExitLimit(Exact, ConstantMax, SymbolicMax, false, Predicates); in howFarToZero()
|
| /openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3827 bool Exact = false; in parseValID() local 3843 Exact = true; in parseValID() 3881 if (Exact) Flags |= PossiblyExactOperator::IsExact; in parseValID() 6338 bool Exact = EatIfPresent(lltok::kw_exact); in parseInstruction() local 6342 if (Exact) cast<BinaryOperator>(Inst)->setIsExact(true); in parseInstruction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 1155 auto AccessCB = [&](const Access &Acc, bool Exact) { in forallInterferingAccesses() argument 1156 if (Exact && Acc.isMustAccess() && Acc.getRemoteInst() != &I) { in forallInterferingAccesses() 1165 bool Dominates = FindInterferingWrites && DT && Exact && in forallInterferingAccesses() 1176 InterferingAccesses.push_back({&Acc, Exact}); in forallInterferingAccesses() 1196 auto CanSkipAccess = [&](const Access &Acc, bool Exact) { in forallInterferingAccesses() argument
|