Home
last modified time | relevance | path

Searched refs:getSecond (Results 1 – 25 of 27) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DDenseMap.h42 ValueT &getSecond() { return std::pair<KeyT, ValueT>::second; } in getSecond() function
43 const ValueT &getSecond() const { return std::pair<KeyT, ValueT>::second; } in getSecond() function
110 P->getSecond().~ValueT(); in clear()
165 return TheBucket->getSecond(); in lookup()
248 TheBucket->getSecond().~ValueT(); in erase()
256 TheBucket->getSecond().~ValueT(); in erase()
309 P->getSecond().~ValueT(); in destroyAll()
351 ::new (&DestBucket->getSecond()) ValueT(std::move(B->getSecond())); in moveFromOldBuckets()
355 B->getSecond().~ValueT(); in moveFromOldBuckets()
379 ::new (&getBuckets()[i].getSecond()) in copyFrom()
[all …]
DAPFloat.h634 APFloat &getSecond() { return Floats[1]; } in getSecond() function
635 const APFloat &getSecond() const { return Floats[1]; } in getSecond() function
1071 return U.Double.getSecond(); in getSecondFloat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DDenseMap.h45 ValueT &getSecond() { return std::pair<KeyT, ValueT>::second; } in getSecond() function
46 const ValueT &getSecond() const { return std::pair<KeyT, ValueT>::second; } in getSecond() function
132 P->getSecond().~ValueT(); in clear()
188 return TheBucket->getSecond(); in lookup()
277 TheBucket->getSecond().~ValueT(); in erase()
285 TheBucket->getSecond().~ValueT(); in erase()
338 P->getSecond().~ValueT(); in destroyAll()
380 ::new (&DestBucket->getSecond()) ValueT(std::move(B->getSecond())); in moveFromOldBuckets()
384 B->getSecond().~ValueT(); in moveFromOldBuckets()
409 ::new (&getBuckets()[i].getSecond()) in copyFrom()
[all …]
DDenseSet.h40 DenseSetEmpty &getSecond() { return *this; } in getSecond() function
41 const DenseSetEmpty &getSecond() const { return *this; } in getSecond() function
DAPFloat.h625 APFloat &getSecond() { return Floats[1]; } in getSecond() function
626 const APFloat &getSecond() const { return Floats[1]; } in getSecond() function
/third_party/vk-gl-cts/framework/common/
DtcuEither.cpp113 TCU_CHECK(either.getSecond() == floatValue); in Either_selfTest()
149 TCU_CHECK(either.getSecond() == floatValue); in Either_selfTest()
187 TCU_CHECK(either.getSecond() == floatValue); in Either_selfTest()
217 TCU_CHECK(either.getSecond().getValue() == testObject.getValue()); in Either_selfTest()
253 TCU_CHECK(either.getSecond().getValue() == testObject.getValue()); in Either_selfTest()
291 TCU_CHECK(either.getSecond().getValue() == testObject.getValue()); in Either_selfTest()
DtcuEither.hpp57 const Second& getSecond (void) const;
103 return either.getSecond(); in get()
244 const Second& Either<First, Second>::getSecond (void) const in getSecond() function in tcu::Either
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsRegisterBankInfo.h146 return Types.find(MI)->getSecond(); in getRecordedTypeForInstr()
152 Types.find(MI)->getSecond() = InstTy; in changeRecordedTypeForInstr()
159 return WaitingQueues.find(MI)->getSecond(); in getWaitingQueueFor()
166 WaitingQueues.find(MI)->getSecond().push_back(WaitingForMI); in addToWaitingQueue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStackColoring.cpp144 BlockMarkerSet.begin()->getSecond()); in collectMarkers()
151 ProcessMarker(&I, It->getSecond()); in collectMarkers()
208 BlockLifetimeInfo &BlockInfo = IT.getSecond(); in calculateLiveIntervals()
DSafeStackLayout.cpp37 OS << " at " << IT.getSecond() << ": " << *IT.getFirst() << "\n"; in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DSpeculation.h55 return Position->getSecond(); in getImplFor()
87 CandidateSet = It->getSecond(); in launchCompile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DGlobalTypeTableBuilder.h84 Result.first->getSecond() = TypeIndex(SimpleTypeKind::NotTranslated); in insertRecordAs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DJSON.cpp18 return try_emplace(K, nullptr).first->getSecond(); in operator []()
21 return try_emplace(std::move(K), nullptr).first->getSecond(); in operator []()
/third_party/node/deps/icu-small/source/i18n/unicode/
Dmeasunit.h1552 static MeasureUnit getSecond();
/third_party/icu/icu4c/source/i18n/unicode/
Dmeasunit.h1534 static MeasureUnit getSecond();
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dmeasunit.h1534 static MeasureUnit getSecond();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DJSON.h554 R.first->getSecond().moveFrom(std::move(P.V)); in Object()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp621 I->getSecond() <= NumOpsWantToKeepOriginalOrder) in bestOrder()
1764 It->getSecond() = It->getSecond() && ReplaceOpsWithUndef; in eraseInstruction()
2330 if (Pair.getSecond()) { in ~BoUpSLP()
2633 ++StoredCurrentOrderAndNum->getSecond(); in buildTree_rec()
2714 ++I->getSecond(); in buildTree_rec()
2977 ++(I->getSecond()); in buildTree_rec()
/third_party/icu/icu4c/source/i18n/
Dmeasunit.cpp1008 MeasureUnit MeasureUnit::getSecond() { in getSecond() function in MeasureUnit
/third_party/skia/third_party/externals/icu/source/i18n/
Dmeasunit.cpp1008 MeasureUnit MeasureUnit::getSecond() { in getSecond() function in MeasureUnit
/third_party/node/deps/icu-small/source/i18n/
Dmeasunit.cpp1018 MeasureUnit MeasureUnit::getSecond() { in getSecond() function in MeasureUnit
/third_party/icu/icu4c/source/test/intltest/
Dmeasfmttest.cpp1354 measureUnitValue = MeasureUnit::getSecond(); in TestCompatible64()
1685 measureUnitValue = MeasureUnit::getSecond(); in TestCompatible65()
2039 measureUnitValue = MeasureUnit::getSecond(); in TestCompatible68()
2416 measureUnitValue = MeasureUnit::getSecond(); in TestCompatible69()
4374 MeasureUnit kiloSquareSecond = MeasureUnit::getSecond() in TestCompoundUnitOperations()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp1093 const FunctionSamples *FS = Pair.getSecond(); in inlineHotFunctions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1748 RelocAddrEntry &entry = I.first->getSecond(); in DWARFObjInMemory()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1325 return PreviouslySeenAllocaInfo->getSecond(); in isInterestingAlloca()

12