/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | DenseMap.h | 40 KeyT &getFirst() { return std::pair<KeyT, ValueT>::first; } in getFirst() function 41 const KeyT &getFirst() const { return std::pair<KeyT, ValueT>::first; } in getFirst() function 108 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey)) { in clear() 109 if (!KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) { in clear() 113 P->getFirst() = EmptyKey; in clear() 249 TheBucket->getFirst() = getTombstoneKey(); in erase() 257 TheBucket->getFirst() = getTombstoneKey(); in erase() 307 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey) && in destroyAll() 308 !KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) in destroyAll() 310 P->getFirst().~KeyT(); in destroyAll() [all …]
|
D | APFloat.h | 632 APFloat &getFirst() { return Floats[0]; } in getFirst() function 633 const APFloat &getFirst() const { return Floats[0]; } in getFirst() function 761 return U.Double.getFirst().U.IEEE; in getIEEE() 769 return U.Double.getFirst().U.IEEE; in getIEEE()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | DenseMap.h | 43 KeyT &getFirst() { return std::pair<KeyT, ValueT>::first; } in getFirst() function 44 const KeyT &getFirst() const { return std::pair<KeyT, ValueT>::first; } in getFirst() function 126 P->getFirst() = EmptyKey; in clear() 130 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey)) { in clear() 131 if (!KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) { in clear() 135 P->getFirst() = EmptyKey; in clear() 278 TheBucket->getFirst() = getTombstoneKey(); in erase() 286 TheBucket->getFirst() = getTombstoneKey(); in erase() 336 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey) && in destroyAll() 337 !KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) in destroyAll() [all …]
|
D | DenseSet.h | 38 KeyT &getFirst() { return key; } in getFirst() function 39 const KeyT &getFirst() const { return key; } in getFirst() function 120 ValueT &operator*() { return I->getFirst(); } 121 const ValueT &operator*() const { return I->getFirst(); } 122 ValueT *operator->() { return &I->getFirst(); } 123 const ValueT *operator->() const { return &I->getFirst(); } 147 const ValueT &operator*() const { return I->getFirst(); } 148 const ValueT *operator->() const { return &I->getFirst(); }
|
D | APFloat.h | 623 APFloat &getFirst() { return Floats[0]; } in getFirst() function 624 const APFloat &getFirst() const { return Floats[0]; } in getFirst() function 799 return U.Double.getFirst().U.IEEE; in getIEEE() 807 return U.Double.getFirst().U.IEEE; in getIEEE()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuEither.cpp | 98 TCU_CHECK(either.getFirst() == intValue); in Either_selfTest() 131 TCU_CHECK(either.getFirst() == intValue); in Either_selfTest() 168 TCU_CHECK(either.getFirst() == intValue); in Either_selfTest() 202 TCU_CHECK(either.getFirst().getValue() == testObject.getValue()); in Either_selfTest() 235 TCU_CHECK(either.getFirst().getValue() == testObject.getValue()); in Either_selfTest() 272 TCU_CHECK(either.getFirst().getValue() == testObject.getValue()); in Either_selfTest()
|
D | tcuEither.hpp | 56 const First& getFirst (void) const; 94 return either.getFirst(); in get() 237 const First& Either<First, Second>::getFirst (void) const in getFirst() function in tcu::Either
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeCollection.h | 25 virtual Optional<TypeIndex> getFirst() = 0; 35 Optional<TypeIndex> Next = getFirst(); in ForEachRecord()
|
D | TypeTableCollection.h | 24 Optional<TypeIndex> getFirst() override;
|
D | AppendingTypeTableBuilder.h | 42 Optional<TypeIndex> getFirst() override;
|
D | MergingTypeTableBuilder.h | 51 Optional<TypeIndex> getFirst() override;
|
D | LazyRandomTypeCollection.h | 80 Optional<TypeIndex> getFirst() override;
|
D | GlobalTypeTableBuilder.h | 54 Optional<TypeIndex> getFirst() override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SafeStackColoring.cpp | 143 ProcessMarker(BlockMarkerSet.begin()->getFirst(), in collectMarkers() 207 BasicBlock *BB = IT.getFirst(); in calculateLiveIntervals() 264 BasicBlock *BB = IT.getFirst(); in dumpBlockLiveness()
|
D | SafeStackLayout.cpp | 37 OS << " at " << IT.getSecond() << ": " << *IT.getFirst() << "\n"; in print()
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_util_Queue.js | 33 this.getFirst = function (...args) { method
|
D | ohos_util_Deque.js | 41 this.getFirst = function (...args) { method
|
D | ohos_util_LinkedList.js | 92 this.getFirst = function (...args) { method
|
D | ohos_util_List.js | 68 this.getFirst = function (...args) { method
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeTableCollection.cpp | 23 Optional<TypeIndex> TypeTableCollection::getFirst() { in getFirst() function in TypeTableCollection
|
D | AppendingTypeTableBuilder.cpp | 39 Optional<TypeIndex> AppendingTypeTableBuilder::getFirst() { in getFirst() function in AppendingTypeTableBuilder
|
D | GlobalTypeTableBuilder.cpp | 41 Optional<TypeIndex> GlobalTypeTableBuilder::getFirst() { in getFirst() function in GlobalTypeTableBuilder
|
D | MergingTypeTableBuilder.cpp | 41 Optional<TypeIndex> MergingTypeTableBuilder::getFirst() { in getFirst() function in MergingTypeTableBuilder
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_bb.cpp | 101 for (Instruction *i = getFirst(); i; i = i->next) in clone() 425 for (Instruction *insn = bb->getFirst(); insn; insn = insn->next) in orderInstructions() 497 for (insn = skipPhi ? bb->getEntry() : bb->getFirst(); insn != NULL; in doRun()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeEnumTypes.cpp | 27 Optional<TypeIndex> TI = Types.getFirst(); in NativeEnumTypes()
|