/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | DenseMap.h | 42 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 …]
|
D | APFloat.h | 634 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/ |
D | DenseMap.h | 45 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 …]
|
D | DenseSet.h | 40 DenseSetEmpty &getSecond() { return *this; } in getSecond() function 41 const DenseSetEmpty &getSecond() const { return *this; } in getSecond() function
|
D | APFloat.h | 625 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/ |
D | tcuEither.cpp | 113 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()
|
D | tcuEither.hpp | 57 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/ |
D | MipsRegisterBankInfo.h | 146 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/ |
D | SafeStackColoring.cpp | 144 BlockMarkerSet.begin()->getSecond()); in collectMarkers() 151 ProcessMarker(&I, It->getSecond()); in collectMarkers() 208 BlockLifetimeInfo &BlockInfo = IT.getSecond(); in calculateLiveIntervals()
|
D | SafeStackLayout.cpp | 37 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/ |
D | Speculation.h | 55 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/ |
D | GlobalTypeTableBuilder.h | 84 Result.first->getSecond() = TypeIndex(SimpleTypeKind::NotTranslated); in insertRecordAs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | JSON.cpp | 18 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/ |
D | measunit.h | 1552 static MeasureUnit getSecond();
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | measunit.h | 1534 static MeasureUnit getSecond();
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | measunit.h | 1534 static MeasureUnit getSecond();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | JSON.h | 554 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/ |
D | SLPVectorizer.cpp | 621 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/ |
D | measunit.cpp | 1008 MeasureUnit MeasureUnit::getSecond() { in getSecond() function in MeasureUnit
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | measunit.cpp | 1008 MeasureUnit MeasureUnit::getSecond() { in getSecond() function in MeasureUnit
|
/third_party/node/deps/icu-small/source/i18n/ |
D | measunit.cpp | 1018 MeasureUnit MeasureUnit::getSecond() { in getSecond() function in MeasureUnit
|
/third_party/icu/icu4c/source/test/intltest/ |
D | measfmttest.cpp | 1354 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/ |
D | SampleProfile.cpp | 1093 const FunctionSamples *FS = Pair.getSecond(); in inlineHotFunctions()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 1748 RelocAddrEntry &entry = I.first->getSecond(); in DWARFObjInMemory()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 1325 return PreviouslySeenAllocaInfo->getSecond(); in isInterestingAlloca()
|