| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | GlobPattern.cpp | 107 Pat.Exact = S; in create() 136 if (Exact) in match() 137 return S == *Exact; in match()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverName.cpp | 53 m_match_type(Breakpoint::Exact), m_language(language), in BreakpointResolverName() 67 m_match_type(Breakpoint::Exact), m_language(language), in BreakpointResolverName() 184 Breakpoint::MatchType::Exact, offset, skip_prologue); in CreateFromStructuredData() 273 case Breakpoint::Exact: in SearchCallback()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | Float2Int.cpp | 316 bool Exact; in walkForwards() local 319 &Exact); in walkForwards() 431 bool Exact; in convert() local 434 &Exact); in convert()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | GlobPattern.h | 42 Optional<StringRef> Exact; variable
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | AddressResolver.h | 44 typedef enum { Exact, Regexp, Glob } MatchType; enumerator
|
| H A D | AddressResolverName.h | 40 AddressResolver::MatchType type = Exact);
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | MemoryBuiltins.h | 154 Exact, enumerator 163 Mode EvalMode = Mode::Exact;
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 868 for (int Exact : Exacts) in setRequiresImmediate() local 869 ImmSet.insert(Exact); in setRequiresImmediate() 871 void setRequiresImmediate(int Exact) { in setRequiresImmediate() 873 ImmSet.insert(Exact); in setRequiresImmediate()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | AddressResolverName.cpp | 92 case AddressResolver::Exact: in SearchCallback()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 362 bool Exact : 1; 376 Exact(false), NoNaNs(false), NoInfs(false), 408 Exact = b; 446 bool hasExact() const { return Exact; } 468 Exact &= Flags.Exact;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/ |
| H A D | Breakpoint.h | 92 typedef enum { Exact, Regexp, Glob } MatchType; enumerator
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 283 DEFINE_HELPERS(SDiv, Exact) // CreateExactSDiv 284 DEFINE_HELPERS(UDiv, Exact) // CreateExactUDiv 285 DEFINE_HELPERS(AShr, Exact) // CreateExactAShr 286 DEFINE_HELPERS(LShr, Exact) // CreateExactLShr
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV1.cpp | 117 eFunctionNameTypeBase, eLanguageTypeUnknown, Breakpoint::Exact, 0, in CreateExceptionResolver()
|
| H A D | AppleObjCRuntimeV2.cpp | 809 eFunctionNameTypeBase, eLanguageTypeUnknown, Breakpoint::Exact, 0, in CreateExceptionResolver()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonHardwareLoops.cpp | 786 bool Exact = (Dist % IVBump) == 0; in computeCount() local 789 if (!Exact) in computeCount()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | MemoryBuiltins.cpp | 460 EvalOptions.EvalMode = ObjectSizeOpts::Mode::Exact; in lowerObjectSizeCall()
|
| H A D | ScalarEvolution.cpp | 8732 const SCEV *Exact = in howFarToZero() local 8735 Exact == getCouldNotCompute() in howFarToZero() 8736 ? Exact in howFarToZero() 8737 : getConstant(getUnsignedRangeMax(Exact)); in howFarToZero() 8738 return ExitLimit(Exact, Max, false, Predicates); in howFarToZero()
|
| /freebsd-12.1/contrib/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3341 bool Exact = false; in ParseValID() local 3358 Exact = true; in ParseValID() 3402 if (Exact) Flags |= PossiblyExactOperator::IsExact; in ParseValID() 5613 bool Exact = EatIfPresent(lltok::kw_exact); in ParseInstruction() local 5616 if (Exact) cast<BinaryOperator>(Inst)->setIsExact(true); in ParseInstruction()
|
| /freebsd-12.1/contrib/openmp/runtime/src/ |
| H A D | kmp_itt.inl | 69 Exact moment of call does not matter, but it should be completed before any
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | passes.texi | 243 for exact semantics. Exact control flow may be extracted from
|
| H A D | md.texi | 1827 Exact power of 2
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Target.cpp | 432 nullptr, func_name, func_name_type_mask, language, Breakpoint::Exact, in CreateBreakpoint()
|
| /freebsd-12.1/contrib/tzdata/ |
| H A D | northamerica | 2069 # Exact date unknown 2071 # Exact date in October unknown; Sunday October 1 is a reasonable guess. 2073 # Exact date in June unknown; Sunday June 2 is a reasonable guess.
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64SystemOperands.td | 298 // Exact FP Immediates.
|