| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmTypeCheck.h | 55 bool ExactMatch = false); 57 bool ExactMatch = false); 59 bool ExactMatch = false); 61 bool ExactMatch = false); 94 bool endOfFunction(SMLoc ErrorLoc, bool ExactMatch);
|
| H A D | WebAssemblyAsmTypeCheck.cpp | 136 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 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 | 28 : 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 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 | 5109 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() 81 options_dict_sp->AddBooleanItem(GetKey(OptionNames::ExactMatch), in SerializeToStructuredData()
|
| H A D | BreakpointResolverFileLine.cpp | 86 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 D | ArchSpec.h | 499 enum MatchType : bool { CompatibleMatch, ExactMatch }; enumerator 511 return IsMatch(rhs, ExactMatch); in IsExactMatch()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Comdat.h | 38 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 | 169 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 | 564 case Comdat::ExactMatch: in dumpSymtab()
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ArchSpec.cpp | 1000 !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 D | Platform.cpp | 2123 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 D | gmock-matchers.h | 3772 ExactMatch = Superset | Subset, 3924 UnorderedMatcherRequire::ExactMatch, matchers.begin(), 4428 internal::UnorderedMatcherRequire::ExactMatch, first, last);
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 1712 case Comdat::ExactMatch: in getSelectionForCOFF()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 851 case Comdat::ExactMatch: in getEncodedComdatSelectionKind()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 2121 case Comdat::ExactMatch: in shouldInstrumentGlobal()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1388 case Comdat::ExactMatch: in getEncodedComdatSelectionKind()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 1389 return Comdat::ExactMatch; in getDecodedComdatSelectionKind()
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 882 SK = Comdat::ExactMatch; in parseComdat()
|