OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Items
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenHwModes.h
38
std::vector<PairType>
Items
;
SearchableTableEmitter.cpp
200
const std::vector<Record *> &
Items
);
202
const std::vector<Record *> &
Items
);
578
const std::vector<Record *> &
Items
) {
579
for (auto EntryRec :
Items
) {
607
GenericTable &Table, const std::vector<Record *> &
Items
) {
608
if (
Items
.empty())
612
for (auto EntryRec :
Items
) {
758
std::vector<Record *>
Items
= Records.getAllDerivedDefinitions(TableName);
770
collectEnumEntries(*Enum, NameField, ValueField,
Items
);
794
collectTableEntries(*Table,
Items
);
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
OSLog.h
113
SmallVector<OSLogBufferItem, 4>
Items
;
120
for (auto &item :
Items
) {
129
Items
, [](const OSLogBufferItem &Item) { return Item.getIsPrivate(); });
133
return llvm::any_of(
Items
, [](const OSLogBufferItem &Item) {
148
unsigned char getNumArgsByte() const { return
Items
.size(); }
/src/external/apache2/llvm/dist/clang/lib/APINotes/
APINotesYAMLCompiler.cpp
526
TopLevelItems
Items
;
539
mapTopLevelItems(IO, V.
Items
);
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
OnDiskHashTable.h
181
// Write out the number of
items
in the bucket.
364
const unsigned char *
Items
= Base + Offset;
366
// '
Items
' starts with a 16-bit unsigned integer representing the
367
// number of
items
in this bucket.
368
unsigned Len = endian::readNext<uint16_t, little, unaligned>(
Items
);
373
endian::readNext<hash_value_type, little, unaligned>(
Items
);
377
Info::ReadKeyDataLength(
Items
);
382
Items
+= ItemLen;
388
InfoPtr->ReadKey((const unsigned char *const)
Items
, L.first);
392
Items
+= ItemLen
[
all
...]
Completed in 50 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026