Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DDenseMap.h44 KeyT &getFirst() { return std::pair<KeyT, ValueT>::first; } in getFirst() function
45 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()
308 TheBucket->getFirst() = getTombstoneKey(); in erase()
316 TheBucket->getFirst() = getTombstoneKey(); in erase()
366 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey) && in destroyAll()
367 !KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) in destroyAll()
[all …]
H A DDenseSet.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(); }
H A DAPFloat.h634 APFloat &getFirst() { return Floats[0]; } in getFirst() function
635 const APFloat &getFirst() const { return Floats[0]; } in getFirst() function
809 return U.Double.getFirst().U.IEEE; in getIEEE()
817 return U.Double.getFirst().U.IEEE; in getIEEE()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DMacroExpansionContext.cpp66 It->getFirst().print(llvm::dbgs(), SM); llvm::dbgs() << " to "; in MacroExpands()
73 llvm::dbgs() << "remaps "; It->getFirst().print(llvm::dbgs(), SM); in MacroExpands()
126 assert(It->getFirst() != It->getSecond() && in getOriginalText()
130 CharSourceRange::getCharRange(It->getFirst(), It->getSecond()), *SM, in getOriginalText()
146 std::make_pair(Record.getFirst(), Record.getSecond())); in dumpExpansionRangesToStream()
165 std::make_pair(Record.getFirst(), Record.getSecond())); in dumpExpandedTextsToStream()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DStackLifetime.cpp161 ProcessMarker(BlockMarkerSet.begin()->getFirst(), in collectMarkers()
235 const BasicBlock *BB = IT.getFirst(); in calculateLiveIntervals()
292 const BasicBlock *BB = IT.getFirst(); in dumpBlockLiveness()
355 Names.push_back(KV.getFirst()->getName()); in printInstrAlive()
376 if (SL.isAliveAfter(KV.getFirst(), Instr)) in printInfoComment()
377 Names.push_back(KV.getFirst()->getName()); in printInfoComment()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeCollection.h24 virtual Optional<TypeIndex> getFirst() = 0;
35 Optional<TypeIndex> Next = getFirst(); in ForEachRecord()
H A DTypeTableCollection.h24 Optional<TypeIndex> getFirst() override;
H A DAppendingTypeTableBuilder.h39 Optional<TypeIndex> getFirst() override;
H A DMergingTypeTableBuilder.h48 Optional<TypeIndex> getFirst() override;
H A DLazyRandomTypeCollection.h79 Optional<TypeIndex> getFirst() override;
H A DGlobalTypeTableBuilder.h52 Optional<TypeIndex> getFirst() override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeTableCollection.cpp23 Optional<TypeIndex> TypeTableCollection::getFirst() { in getFirst() function in TypeTableCollection
H A DAppendingTypeTableBuilder.cpp39 Optional<TypeIndex> AppendingTypeTableBuilder::getFirst() { in getFirst() function in AppendingTypeTableBuilder
H A DGlobalTypeTableBuilder.cpp41 Optional<TypeIndex> GlobalTypeTableBuilder::getFirst() { in getFirst() function in GlobalTypeTableBuilder
H A DMergingTypeTableBuilder.cpp41 Optional<TypeIndex> MergingTypeTableBuilder::getFirst() { in getFirst() function in MergingTypeTableBuilder
H A DLazyRandomTypeCollection.cpp204 Optional<TypeIndex> LazyRandomTypeCollection::getFirst() { in getFirst() function in LazyRandomTypeCollection
H A DCVTypeVisitor.cpp159 Optional<TypeIndex> I = Types.getFirst(); in visitTypeStream()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumTypes.cpp27 Optional<TypeIndex> TI = Types.getFirst(); in NativeEnumTypes()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp25 for (Optional<TypeIndex> TI = Types.getFirst(); TI; TI = Types.getNext(*TI)) in getNumRecordsInCollection()
H A DDumpOutputStyle.cpp706 for (Optional<TypeIndex> TI = Types.getFirst(); TI; TI = Types.getNext(*TI)) { in dumpTypeStats()
1617 for (Optional<TypeIndex> TI = Types.getFirst(); TI; TI = Types.getNext(*TI)) { in dumpTypeRefStats()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSafeStackLayout.cpp36 OS << " at " << IT.getSecond() << ": " << *IT.getFirst() << "\n"; in print()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp184 StringRef Old = OldNew.getFirst(); in processLoadCommands()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DConfigManager.cpp1125 return Match(OldNew.getFirst()) || Match(OldNew.getSecond()); in parseInstallNameToolOptions()
1130 It1->getFirst() + "' '" + It1->getSecond() + in parseInstallNameToolOptions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp678 return D.getFirst().size() == in bestOrder()
693 return makeArrayRef(I->getFirst()); in bestOrder()
2557 Value *Undef = UndefValue::get(Pair.getFirst()->getType()); in ~BoUpSLP()
2558 Pair.getFirst()->replaceAllUsesWith(Undef); in ~BoUpSLP()
2560 Pair.getFirst()->dropAllReferences(); in ~BoUpSLP()
2563 assert(Pair.getFirst()->use_empty() && in ~BoUpSLP()
2565 Pair.getFirst()->eraseFromParent(); in ~BoUpSLP()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Diteration.d4484 void getFirst() pure @safe in getFirst() function
4497 getFirst(); in this()
4511 getFirst(); in popFront()

12