Home
last modified time | relevance | path

Searched refs:ExactMatch (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-matchers.cc285 case UnorderedMatcherRequire::ExactMatch: in DescribeToImpl()
309 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeToImpl()
315 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeToImpl()
326 case UnorderedMatcherRequire::ExactMatch: in DescribeNegationToImpl()
350 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeNegationToImpl()
356 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeNegationToImpl()
377 match_flags() == UnorderedMatcherRequire::ExactMatch && in VerifyMatchMatrix()
/freebsd/contrib/llvm-project/lld/Common/
H A DStrings.cpp25 ExactMatch = true; in SingleStringMatcher()
33 ExactMatch = false; in SingleStringMatcher()
39 return ExactMatch ? (ExactPattern == s) : GlobPatternMatcher.match(s); in match()
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DStrings.h41 return !ExactMatch && GlobPatternMatcher.isTrivialMatchAll(); in isTrivialMatchAll()
46 bool ExactMatch;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DComdat.cpp52 case Comdat::ExactMatch: in LLVMGetComdatSelectionKind()
71 Cd->setSelectionKind(Comdat::ExactMatch); in LLVMSetComdatSelectionKind()
H A DAsmWriter.cpp4913 case Comdat::ExactMatch: in print()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp44 GetKey(OptionNames::ExactMatch), exact_match); in CreateFromStructuredData()
80 options_dict_sp->AddBooleanItem(GetKey(OptionNames::ExactMatch), in SerializeToStructuredData()
H A DBreakpointResolverFileLine.cpp81 GetKey(OptionNames::ExactMatch), exact_match); in CreateFromStructuredData()
112 options_dict_sp->AddBooleanItem(GetKey(OptionNames::ExactMatch), in SerializeToStructuredData()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h486 enum MatchType : bool { CompatibleMatch, ExactMatch }; enumerator
498 return IsMatch(rhs, ExactMatch); in IsExactMatch()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DComdat.h37 ExactMatch, ///< The data referenced by the COMDAT must be the same. enumerator
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h170 ExactMatch, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp184 case Comdat::SelectionKind::ExactMatch: in computeResultingSelectionKind()
197 if (Result == Comdat::SelectionKind::ExactMatch) { in computeResultingSelectionKind()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp532 case Comdat::ExactMatch: in dumpSymtab()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp974 !cores_match(GetCore(), rhs.GetCore(), true, match == ExactMatch)) in IsMatch()
991 (match == ExactMatch || !both_windows)) { in IsMatch()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp2111 arch, process_host_arch, ArchSpec::ExactMatch, platform_arch_ptr)) in GetOrCreate()
2132 arch, process_host_arch, ArchSpec::ExactMatch, platform_arch_ptr)) { in GetOrCreate()
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3565 ExactMatch = Superset | Subset,
3717 UnorderedMatcherRequire::ExactMatch, matchers.begin(),
4202 internal::UnorderedMatcherRequire::ExactMatch, first, last);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1652 case Comdat::ExactMatch: in getSelectionForCOFF()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp848 case Comdat::ExactMatch: in getEncodedComdatSelectionKind()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2058 case Comdat::ExactMatch: in shouldInstrumentGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1320 case Comdat::ExactMatch: in getEncodedComdatSelectionKind()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1374 return Comdat::ExactMatch; in getDecodedComdatSelectionKind()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp894 SK = Comdat::ExactMatch; in parseComdat()