Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_dense_map.h54 P->getFirst() = EmptyKey; in clear()
58 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey)) { in clear()
59 if (!KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) { in clear()
63 P->getFirst() = EmptyKey; in clear()
192 TheBucket->getFirst() = getTombstoneKey(); in erase()
202 TheBucket->getFirst() = getTombstoneKey(); in erase()
236 const KeyT K = P->getFirst(); in forEach()
260 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey) && in destroyAll()
261 !KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) in destroyAll()
263 P->getFirst().~KeyT(); in destroyAll()
[all …]
HDsanitizer_dense_map_info.h54 KeyT &getFirst() { return first; } in getFirst() function
55 const KeyT &getFirst() const { return first; } in getFirst() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDDenseMap.h45 KeyT &getFirst() { return std::pair<KeyT, ValueT>::first; } in getFirst() function
46 const KeyT &getFirst() const { return std::pair<KeyT, ValueT>::first; } in getFirst() function
125 P->getFirst() = EmptyKey; in clear()
129 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey)) { in clear()
130 if (!KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) { in clear()
134 P->getFirst() = EmptyKey; in clear()
351 TheBucket->getFirst() = getTombstoneKey(); in erase()
359 TheBucket->getFirst() = getTombstoneKey(); in erase()
409 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey) && in destroyAll()
410 !KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) in destroyAll()
[all …]
HDDenseSet.h38 KeyT &getFirst() { return key; } in getFirst() function
39 const KeyT &getFirst() const { return key; } in getFirst() function
126 ValueT &operator*() { return I->getFirst(); }
127 const ValueT &operator*() const { return I->getFirst(); }
128 ValueT *operator->() { return &I->getFirst(); }
129 const ValueT *operator->() const { return &I->getFirst(); }
157 const ValueT &operator*() const { return I->getFirst(); }
158 const ValueT *operator->() const { return &I->getFirst(); }
HDAPFloat.h736 inline APFloat &getFirst();
737 inline const APFloat &getFirst() const;
919 return U.Double.getFirst().U.IEEE; in getIEEE()
927 return U.Double.getFirst().U.IEEE; in getIEEE()
1545 APFloat &DoubleAPFloat::getFirst() { return Floats[0]; } in getFirst() function
1546 const APFloat &DoubleAPFloat::getFirst() const { return Floats[0]; } in getFirst() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDMacroExpansionContext.cpp67 It->getFirst().print(llvm::dbgs(), SM); llvm::dbgs() << " to "; in MacroExpands()
74 llvm::dbgs() << "remaps "; It->getFirst().print(llvm::dbgs(), SM); in MacroExpands()
127 assert(It->getFirst() != It->getSecond() && in getOriginalText()
131 CharSourceRange::getCharRange(It->getFirst(), It->getSecond()), *SM, in getOriginalText()
147 std::make_pair(Record.getFirst(), Record.getSecond())); in dumpExpansionRangesToStream()
166 std::make_pair(Record.getFirst(), Record.getSecond())); in dumpExpandedTextsToStream()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDTypeCollection.h24 virtual std::optional<TypeIndex> getFirst() = 0;
35 std::optional<TypeIndex> Next = getFirst(); in ForEachRecord()
HDTypeTableCollection.h24 std::optional<TypeIndex> getFirst() override;
HDAppendingTypeTableBuilder.h39 std::optional<TypeIndex> getFirst() override;
HDMergingTypeTableBuilder.h48 std::optional<TypeIndex> getFirst() override;
HDLazyRandomTypeCollection.h78 std::optional<TypeIndex> getFirst() override;
HDGlobalTypeTableBuilder.h52 std::optional<TypeIndex> getFirst() override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDStackLifetime.cpp155 ProcessMarker(BlockMarkerSet.begin()->getFirst(), in collectMarkers()
246 const BasicBlock *BB = IT.getFirst(); in calculateLiveIntervals()
301 const BasicBlock *BB = IT.getFirst(); in dumpBlockLiveness()
364 Names.push_back(KV.getFirst()->getName()); in printInstrAlive()
385 if (SL.isAliveAfter(KV.getFirst(), Instr)) in printInfoComment()
386 Names.push_back(KV.getFirst()->getName()); in printInfoComment()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
HDDarwinSDKInfo.cpp48 if (KeyVersion.tryParse(KV.getFirst()) || ValueVersion.tryParse(*Val)) in parseJSON()
92 auto Pair = StringRef(KV.getFirst()).split("_"); in parseDarwinSDKSettingsJSON()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDTypeTableCollection.cpp24 std::optional<TypeIndex> TypeTableCollection::getFirst() { in getFirst() function in TypeTableCollection
HDAppendingTypeTableBuilder.cpp32 std::optional<TypeIndex> AppendingTypeTableBuilder::getFirst() { in getFirst() function in AppendingTypeTableBuilder
HDGlobalTypeTableBuilder.cpp34 std::optional<TypeIndex> GlobalTypeTableBuilder::getFirst() { in getFirst() function in GlobalTypeTableBuilder
HDMergingTypeTableBuilder.cpp35 std::optional<TypeIndex> MergingTypeTableBuilder::getFirst() { in getFirst() function in MergingTypeTableBuilder
HDLazyRandomTypeCollection.cpp202 std::optional<TypeIndex> LazyRandomTypeCollection::getFirst() { in getFirst() function in LazyRandomTypeCollection
HDCVTypeVisitor.cpp160 std::optional<TypeIndex> I = Types.getFirst(); in visitTypeStream()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeEnumTypes.cpp29 std::optional<TypeIndex> TI = Types.getFirst(); in NativeEnumTypes()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDTypeReferenceTracker.cpp27 for (std::optional<TypeIndex> TI = Types.getFirst(); TI; in getNumRecordsInCollection()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDSafeStackLayout.cpp35 OS << " at " << IT.getSecond() << ": " << *IT.getFirst() << "\n"; in print()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonCopyHoisting.cpp178 std::pair<Register, Register> Key = II.getFirst(); in analyzeCopy()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
HDExecutorSharedMemoryMapperService.cpp306 ReservationAddrs.push_back(ExecutorAddr::fromPtr(R.getFirst())); in shutdown()

12