Searched defs:Items (Results 1 – 14 of 14) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/include/llvm/FuzzMutate/ |
| D | Random.h | 53 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/ |
| D | GettingStarted.rst | 812 .. _Program Layout: 813 .. _general layout:
|
| /openbsd/src/gnu/llvm/llvm/lib/ProfileData/ |
| D | RawMemProfReader.cpp | 83 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/ |
| D | StringExtras.h | 454 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/ |
| D | LinePrinter.h | 63 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/ |
| D | FormatUtil.h | 48 template <typename... Ts> void formatLine(const char *Fmt, Ts &&... Items) { in formatLine()
|
| /openbsd/src/gnu/llvm/llvm/utils/TableGen/ |
| D | CodeGenHwModes.h | 38 std::vector<PairType> Items; member
|
| D | SearchableTableEmitter.cpp | 576 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/ |
| D | BinaryItemStream.h | 98 ArrayRef<T> Items; variable
|
| D | OnDiskHashTable.h | 363 const unsigned char *Items = Base + Offset; variable
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
| D | list_test.cpp | 18 static ListItem Items[6]; variable
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-rc/ |
| D | ResourceScriptStmt.h | 567 MenuResource(OptionalStmtList &&OptStmts, MenuDefinitionList &&Items, in MenuResource()
|
| /openbsd/src/gnu/llvm/clang/utils/TableGen/ |
| D | ClangAttrEmitter.cpp | 3225 std::vector<StringRef> Items = R->getValueAsListOfStrings(ListName); in GenerateTargetSpecificAttrCheck() local
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAG.cpp | 4364 const int Items = Op.getOperand(0).getValueSizeInBits() / BitWidth; in ComputeNumSignBits() local
|