/freebsd/contrib/googletest/googlemock/src/ |
H A D | gmock-matchers.cc | 285 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 D | Strings.cpp | 25 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 D | Strings.h | 41 return !ExactMatch && GlobPatternMatcher.isTrivialMatchAll(); in isTrivialMatchAll() 46 bool ExactMatch;
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Comdat.cpp | 52 case Comdat::ExactMatch: in LLVMGetComdatSelectionKind() 71 Cd->setSelectionKind(Comdat::ExactMatch); in LLVMSetComdatSelectionKind()
|
H A D | AsmWriter.cpp | 4913 case Comdat::ExactMatch: in print()
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointResolverFileRegex.cpp | 44 GetKey(OptionNames::ExactMatch), exact_match); in CreateFromStructuredData() 80 options_dict_sp->AddBooleanItem(GetKey(OptionNames::ExactMatch), in SerializeToStructuredData()
|
H A D | BreakpointResolverFileLine.cpp | 81 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 D | ArchSpec.h | 486 enum MatchType : bool { CompatibleMatch, ExactMatch }; enumerator 498 return IsMatch(rhs, ExactMatch); in IsExactMatch()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Comdat.h | 37 ExactMatch, ///< The data referenced by the COMDAT must be the same. enumerator
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | BreakpointResolver.h | 170 ExactMatch, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Linker/ |
H A D | LinkModules.cpp | 184 case Comdat::SelectionKind::ExactMatch: in computeResultingSelectionKind() 197 if (Result == Comdat::SelectionKind::ExactMatch) { in computeResultingSelectionKind()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/ |
H A D | llvm-lto2.cpp | 532 case Comdat::ExactMatch: in dumpSymtab()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | ArchSpec.cpp | 974 !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 D | Platform.cpp | 2111 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 D | gmock-matchers.h | 3565 ExactMatch = Superset | Subset, 3717 UnorderedMatcherRequire::ExactMatch, matchers.begin(), 4202 internal::UnorderedMatcherRequire::ExactMatch, first, last);
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 1652 case Comdat::ExactMatch: in getSelectionForCOFF()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILBitcodeWriter.cpp | 848 case Comdat::ExactMatch: in getEncodedComdatSelectionKind()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 2058 case Comdat::ExactMatch: in shouldInstrumentGlobal()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 1320 case Comdat::ExactMatch: in getEncodedComdatSelectionKind()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 1374 return Comdat::ExactMatch; in getDecodedComdatSelectionKind()
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 894 SK = Comdat::ExactMatch; in parseComdat()
|