Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/FuzzMutate/
DRandom.h53 template <typename RangeT> ReservoirSampler &sample(RangeT &&Items) { in sample()
75 ReservoirSampler<ElT, GenT> makeSampler(GenT &RandGen, RangeT &&Items) { in makeSampler()
/openbsd/src/gnu/llvm/llvm/docs/
DGettingStarted.rst812 .. _Program Layout:
813 .. _general layout:
/openbsd/src/gnu/llvm/llvm/lib/ProfileData/
DRawMemProfReader.cpp83 llvm::SmallVector<SegmentEntry> Items; in readSegmentEntries() local
97 llvm::SmallVector<std::pair<uint64_t, MemInfoBlock>> Items; in readMemInfoBlocks() local
113 CallStackMap Items; in readStackInfo() local
/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DStringExtras.h454 template <typename... Args> inline size_t join_items_size(Args &&...Items) { in join_items_size()
480 inline std::string join_items(Sep Separator, Args &&... Items) { in join_items()
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
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()
/openbsd/src/gnu/llvm/lldb/tools/lldb-test/
DFormatUtil.h48 template <typename... Ts> void formatLine(const char *Fmt, Ts &&... Items) { in formatLine()
/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DCodeGenHwModes.h38 std::vector<PairType> Items; member
DSearchableTableEmitter.cpp576 const std::vector<Record *> &Items) { in collectEnumEntries()
605 GenericTable &Table, const std::vector<Record *> &Items) { in collectTableEntries()
763 std::vector<Record *> Items = Records.getAllDerivedDefinitions(TableName); in run() local
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DBinaryItemStream.h98 ArrayRef<T> Items; variable
DOnDiskHashTable.h363 const unsigned char *Items = Base + Offset; variable
/openbsd/src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
Dlist_test.cpp18 static ListItem Items[6]; variable
/openbsd/src/gnu/llvm/llvm/tools/llvm-rc/
DResourceScriptStmt.h567 MenuResource(OptionalStmtList &&OptStmts, MenuDefinitionList &&Items, in MenuResource()
/openbsd/src/gnu/llvm/clang/utils/TableGen/
DClangAttrEmitter.cpp3225 std::vector<StringRef> Items = R->getValueAsListOfStrings(ListName); in GenerateTargetSpecificAttrCheck() local
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4364 const int Items = Op.getOperand(0).getValueSizeInBits() / BitWidth; in ComputeNumSignBits() local