Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSection.cpp65 bool ExactMatch = false; in getSubsectionInsertionPoint() local
67 ExactMatch = MI->first == Subsection; in getSubsectionInsertionPoint()
68 if (ExactMatch) in getSubsectionInsertionPoint()
76 if (!ExactMatch && Subsection != 0) { in getSubsectionInsertionPoint()
/third_party/googletest/googlemock/src/
Dgmock-matchers.cc283 case UnorderedMatcherRequire::ExactMatch: in DescribeToImpl()
307 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeToImpl()
313 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeToImpl()
324 case UnorderedMatcherRequire::ExactMatch: in DescribeNegationToImpl()
348 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeNegationToImpl()
354 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeNegationToImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DComdat.cpp46 case Comdat::ExactMatch: in LLVMGetComdatSelectionKind()
65 Cd->setSelectionKind(Comdat::ExactMatch); in LLVMSetComdatSelectionKind()
DAsmWriter.cpp4273 case Comdat::ExactMatch: in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DComdat.h35 ExactMatch, ///< The data referenced by the COMDAT must be the same. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DLinkModules.cpp183 case Comdat::SelectionKind::ExactMatch: in computeResultingSelectionKind()
196 if (Result == Comdat::SelectionKind::ExactMatch) { in computeResultingSelectionKind()
/third_party/googletest/googlemock/include/gmock/
Dgmock-matchers.h3374 ExactMatch = Superset | Subset,
3468 if (match_flags() == UnorderedMatcherRequire::ExactMatch) {
3546 UnorderedMatcherRequire::ExactMatch, matchers.begin(),
4026 internal::UnorderedMatcherRequire::ExactMatch, first, last);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1283 case Comdat::ExactMatch: in getSelectionForCOFF()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1840 case Comdat::ExactMatch: in ShouldInstrumentGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1068 case Comdat::ExactMatch: in getEncodedComdatSelectionKind()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1148 return Comdat::ExactMatch; in getDecodedComdatSelectionKind()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp634 SK = Comdat::ExactMatch; in parseComdat()