Home
last modified time | relevance | path

Searched defs:Items (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DRandom.h53 template <typename RangeT> ReservoirSampler &sample(RangeT &&Items) { in sample()
75 ReservoirSampler<ElT, GenT> makeSampler(GenT &RandGen, RangeT &&Items) { in makeSampler()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProfReader.cpp96 llvm::SmallVector<SegmentEntry> Items; in readSegmentEntries() local
111 llvm::SmallVector<std::pair<uint64_t, MemInfoBlock>> Items; in readMemInfoBlocksV3() local
141 llvm::SmallVector<std::pair<uint64_t, MemInfoBlock>> Items; in readMemInfoBlocksV4() local
171 CallStackMap Items; in readStackInfo() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryItemStream.h98 ArrayRef<T> Items; global() variable
H A DOnDiskHashTable.h367 const unsigned char *Items = Base + Offset; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h63 template <typename... Ts> void formatLine(const char *Fmt, Ts &&...Items) { in formatLine()
66 template <typename... Ts> void format(const char *Fmt, Ts &&...Items) { in format()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenHwModes.h41 std::vector<PairType> Items; member
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h469 template <typename... Args> inline size_t join_items_size(Args &&...Items) { in join_items_size()
495 inline std::string join_items(Sep Separator, Args &&... Items) { in join_items()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp630 const std::vector<Record *> &Items) { in collectEnumEntries()
659 GenericTable &Table, const std::vector<Record *> &Items) { in collectTableEntries()
838 std::vector<Record *> Items = Records.getAllDerivedDefinitions(TableName); in run() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DParentMapContext.cpp81 llvm::SmallVector<DynTypedNode, 2> Items; member in ParentMapContext::ParentMap::ParentVector
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp543 TopLevelItems Items; member
568 TopLevelItems Items; member
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp3570 std::vector<StringRef> Items = R->getValueAsListOfStrings(ListName); in GenerateTargetSpecificAttrCheck() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4854 const int Items = Op.getOperand(0).getValueSizeInBits() / BitWidth; in ComputeNumSignBits() local