Home
last modified time | relevance | path

Searched refs:Exact (Results 1 – 25 of 37) sorted by relevance

12

/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/
H A Dmerge.t60 $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 DGlobPattern.cpp113 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 DBreakpointResolverName.cpp52 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 DFloat2Int.cpp275 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 DSearch.pm80 package OpenBSD::Search::Exact;
105 return OpenBSD::Search::Exact->new("$1-*-$2");
H A DPkgSpec.pm378 package OpenBSD::PkgSpec::SubPattern::Exact;
395 package OpenBSD::PkgSpec::Exact;
H A DPkgCfl.pm35 push(@$l, OpenBSD::Search::Exact->new($pkgname, 1));
H A DUpdate.pm70 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 DGlobPattern.h51 std::optional<StringRef> Exact; variable
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DAddressResolver.h35 enum MatchType { Exact, Regexp, Glob }; enumerator
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/lib/CPAN/Meta/
H A DRequirements.pm
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h1100 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 Dconfig-gas.com39 $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 Dws-and-continuations.txt46 # Exact whitespace is preserved within the value, but whitespace enclosing the
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h89 enum MatchType { Exact, Regexp, Glob }; enumerator
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp104 eFunctionNameTypeBase, eLanguageTypeUnknown, Breakpoint::Exact, 0, in CreateExceptionResolver()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h383 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 DInstrTypes.h362 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 DScalarEvolution.h859 Exact,
873 ExitCountKind Kind = Exact);
885 const SCEV *getBackedgeTakenCount(const Loop *L, ExitCountKind Kind = Exact);
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlexperiment.pod251 Exact version of acceptance unclear, but no later than Perl 5.18.
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp790 bool Exact = (Dist % IVBump) == 0; in computeCount() local
793 if (!Exact) in computeCount()
/openbsd-src/gnu/llvm/clang/docs/
H A DAddressSanitizer.rst301 * AddressSanitizer uses more real memory than a native run. Exact overhead
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp8106 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 DLLParser.cpp3827 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 DAttributorAttributes.cpp1155 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

12