Searched refs:ExactMatch (Results 1 – 13 of 13) sorted by relevance
/third_party/googletest/googlemock/src/ |
D | gmock-matchers.cc | 286 case UnorderedMatcherRequire::ExactMatch: in DescribeToImpl() 310 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeToImpl() 316 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeToImpl() 327 case UnorderedMatcherRequire::ExactMatch: in DescribeNegationToImpl() 351 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeNegationToImpl() 357 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in DescribeNegationToImpl() 377 if (match_flags() == UnorderedMatcherRequire::ExactMatch) { in VerifyMatchMatrix()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSection.cpp | 65 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Comdat.cpp | 46 case Comdat::ExactMatch: in LLVMGetComdatSelectionKind() 65 Cd->setSelectionKind(Comdat::ExactMatch); in LLVMSetComdatSelectionKind()
|
D | AsmWriter.cpp | 4273 case Comdat::ExactMatch: in print()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Comdat.h | 35 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/ |
D | LinkModules.cpp | 183 case Comdat::SelectionKind::ExactMatch: in computeResultingSelectionKind() 196 if (Result == Comdat::SelectionKind::ExactMatch) { in computeResultingSelectionKind()
|
/third_party/googletest/googlemock/include/gmock/ |
D | gmock-matchers.h | 3561 ExactMatch = Superset | Subset, 3713 UnorderedMatcherRequire::ExactMatch, matchers.begin(), 4198 internal::UnorderedMatcherRequire::ExactMatch, first, last);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 1283 case Comdat::ExactMatch: in getSelectionForCOFF()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 1840 case Comdat::ExactMatch: in ShouldInstrumentGlobal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1068 case Comdat::ExactMatch: in getEncodedComdatSelectionKind()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1148 return Comdat::ExactMatch; in getDecodedComdatSelectionKind()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 634 SK = Comdat::ExactMatch; in parseComdat()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 126887 return RegisterCallback(aCallback, aPref, aClosure, ExactMatch); in RegisterCallback() 126893 return UnregisterCallback(aCallback, aPref, aClosure, ExactMatch); in UnregisterCallback() 126901 return RegisterCallbackAndCall(aCallback, aPref, aClosure, ExactMatch); in RegisterCallbackAndCall() 127058 ExactMatch, enumerator
|