OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SmallSize
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/ADT/
SmallPtrSet.h
66
explicit SmallPtrSetImpl(const void **SmallStorage, unsigned
SmallSize
) :
67
SmallArray(SmallStorage), CurArray(SmallStorage), CurArraySize(
SmallSize
) {
68
assert(
SmallSize
&& (
SmallSize
& (
SmallSize
-1)) == 0 &&
72
CurArray[
SmallSize
] = 0;
230
///
SmallSize
or less elements. This internally rounds up
SmallSize
to the next
233
template<class PtrType, unsigned
SmallSize
>
235
// Make sure that
SmallSize
is a power of two, round up if not
[
all
...]
SmallBitVector.h
266
size_t
SmallSize
= getSmallSize();
267
BitVector *BV = new BitVector(
SmallSize
);
268
for (size_t i = 0; i <
SmallSize
; ++i)
/external/llvm/include/llvm/Transforms/IPO/
InlinerPass.h
26
template<class PtrType, unsigned
SmallSize
>
/external/llvm/include/llvm/Analysis/
InlineCost.h
30
template<class PtrType, unsigned
SmallSize
>
Completed in 48 milliseconds