OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NumItems
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
StringMap.h
37
unsigned
NumItems
= 0;
45
NumItems
(RHS.
NumItems
), NumTombstones(RHS.NumTombstones),
49
RHS.
NumItems
= 0;
90
unsigned getNumItems() const { return
NumItems
; }
92
bool empty() const { return
NumItems
== 0; }
93
unsigned size() const { return
NumItems
; }
98
std::swap(
NumItems
, Other.
NumItems
);
149
NumItems
= RHS.NumItems
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Parallel.h
136
auto
NumItems
= std::distance(Begin, End);
137
if (
NumItems
<= 1) {
138
if (
NumItems
)
145
ptrdiff_t TaskSize =
NumItems
/ MaxTasksPerGroup;
163
auto
NumItems
= End - Begin;
164
if (
NumItems
<= 1) {
165
if (
NumItems
)
172
ptrdiff_t TaskSize =
NumItems
/ MaxTasksPerGroup;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjC.cpp
1736
static const unsigned
NumItems
= 16;
1749
llvm::APInt(32,
NumItems
), nullptr,
1775
// The second argument is a temporary array with space for
NumItems
1785
llvm::Constant *Count = llvm::ConstantInt::get(NSUIntegerTy,
NumItems
);
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
4580
unsigned
NumItems
= Record[CurIdx++];
4581
for (unsigned ci = 0; ci !=
NumItems
; ++ci) {
Completed in 23 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026