Home
last modified time | relevance | path

Searched refs:getFirst (Results 1 – 25 of 47) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DDenseMap.h40 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 …]
DAPFloat.h632 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/
DDenseMap.h43 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 …]
DDenseSet.h38 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(); }
DAPFloat.h623 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/
DtcuEither.cpp98 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()
DtcuEither.hpp56 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/
DTypeCollection.h25 virtual Optional<TypeIndex> getFirst() = 0;
35 Optional<TypeIndex> Next = getFirst(); in ForEachRecord()
DTypeTableCollection.h24 Optional<TypeIndex> getFirst() override;
DAppendingTypeTableBuilder.h42 Optional<TypeIndex> getFirst() override;
DMergingTypeTableBuilder.h51 Optional<TypeIndex> getFirst() override;
DLazyRandomTypeCollection.h80 Optional<TypeIndex> getFirst() override;
DGlobalTypeTableBuilder.h54 Optional<TypeIndex> getFirst() override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStackColoring.cpp143 ProcessMarker(BlockMarkerSet.begin()->getFirst(), in collectMarkers()
207 BasicBlock *BB = IT.getFirst(); in calculateLiveIntervals()
264 BasicBlock *BB = IT.getFirst(); in dumpBlockLiveness()
DSafeStackLayout.cpp37 OS << " at " << IT.getSecond() << ": " << *IT.getFirst() << "\n"; in print()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_util_Queue.js33 this.getFirst = function (...args) { method
Dohos_util_Deque.js41 this.getFirst = function (...args) { method
Dohos_util_LinkedList.js92 this.getFirst = function (...args) { method
Dohos_util_List.js68 this.getFirst = function (...args) { method
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeTableCollection.cpp23 Optional<TypeIndex> TypeTableCollection::getFirst() { in getFirst() function in TypeTableCollection
DAppendingTypeTableBuilder.cpp39 Optional<TypeIndex> AppendingTypeTableBuilder::getFirst() { in getFirst() function in AppendingTypeTableBuilder
DGlobalTypeTableBuilder.cpp41 Optional<TypeIndex> GlobalTypeTableBuilder::getFirst() { in getFirst() function in GlobalTypeTableBuilder
DMergingTypeTableBuilder.cpp41 Optional<TypeIndex> MergingTypeTableBuilder::getFirst() { in getFirst() function in MergingTypeTableBuilder
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_bb.cpp101 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/
DNativeEnumTypes.cpp27 Optional<TypeIndex> TI = Types.getFirst(); in NativeEnumTypes()

12