Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.h55 bool ExactMatch = false);
57 bool ExactMatch = false);
59 bool ExactMatch = false);
61 bool ExactMatch = false);
94 bool endOfFunction(SMLoc ErrorLoc, bool ExactMatch);
H A DWebAssemblyAsmTypeCheck.cpp136 bool ExactMatch) { in checkTypes() argument
137 return checkTypes(ErrorLoc, valTypesToStackTypes(ValTypes), ExactMatch); in checkTypes()
142 bool ExactMatch) { in checkTypes() argument
177 (ExactMatch && !PolymorphicStack && StackI > BlockStackStartPos)) in checkTypes()
183 auto StackStartPos = ExactMatch in checkTypes()
194 bool ExactMatch) { in popTypes() argument
195 return popTypes(ErrorLoc, valTypesToStackTypes(ValTypes), ExactMatch); in popTypes()
200 bool ExactMatch) { in popTypes() argument
201 bool Error = checkTypes(ErrorLoc, Types, ExactMatch); in popTypes()
326 bool WebAssemblyAsmTypeCheck::endOfFunction(SMLoc ErrorLoc, bool ExactMatch) { in endOfFunction() argument
[all …]
/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.cpp28 : ExactMatch(isExact(Pattern)) { in SingleStringMatcher()
29 if (ExactMatch) { in SingleStringMatcher()
42 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.cpp5109 case Comdat::ExactMatch: in print()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp44 GetKey(OptionNames::ExactMatch), exact_match); in CreateFromStructuredData()
81 options_dict_sp->AddBooleanItem(GetKey(OptionNames::ExactMatch), in SerializeToStructuredData()
H A DBreakpointResolverFileLine.cpp86 GetKey(OptionNames::ExactMatch), exact_match); in CreateFromStructuredData()
118 options_dict_sp->AddBooleanItem(GetKey(OptionNames::ExactMatch), in SerializeToStructuredData()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h499 enum MatchType : bool { CompatibleMatch, ExactMatch }; enumerator
511 return IsMatch(rhs, ExactMatch); in IsExactMatch()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DComdat.h38 ExactMatch, ///< The data referenced by the COMDAT must be the same. enumerator
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h169 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.cpp564 case Comdat::ExactMatch: in dumpSymtab()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp1000 !cores_match(GetCore(), rhs.GetCore(), true, match == ExactMatch)) in IsMatch()
1017 (match == ExactMatch || !both_windows)) { in IsMatch()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp2123 arch, process_host_arch, ArchSpec::ExactMatch, platform_arch_ptr)) in GetOrCreate()
2144 arch, process_host_arch, ArchSpec::ExactMatch, platform_arch_ptr)) { in GetOrCreate()
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3772 ExactMatch = Superset | Subset,
3924 UnorderedMatcherRequire::ExactMatch, matchers.begin(),
4428 internal::UnorderedMatcherRequire::ExactMatch, first, last);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1712 case Comdat::ExactMatch: in getSelectionForCOFF()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp851 case Comdat::ExactMatch: in getEncodedComdatSelectionKind()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2121 case Comdat::ExactMatch: in shouldInstrumentGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1388 case Comdat::ExactMatch: in getEncodedComdatSelectionKind()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1389 return Comdat::ExactMatch; in getDecodedComdatSelectionKind()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp882 SK = Comdat::ExactMatch; in parseComdat()