OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isSmall
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
SmallSet.h
42
/// depending on
isSmall
.
48
bool
isSmall
;
51
SmallSetIterator(SetIterTy SetIter) : SetIter(SetIter),
isSmall
(false) {}
53
SmallSetIterator(VecIterTy VecIter) : VecIter(VecIter),
isSmall
(true) {}
58
if (
isSmall
)
64
SmallSetIterator(const SmallSetIterator &Other) :
isSmall
(Other.
isSmall
) {
65
if (
isSmall
)
73
SmallSetIterator(SmallSetIterator &&Other) :
isSmall
(Other.
isSmall
) {
[
all
...]
SmallPtrSet.h
82
if (!
isSmall
())
98
if (!
isSmall
()) {
119
return
isSmall
() ? CurArray + NumNonEmpty : CurArray + CurArraySize;
126
if (
isSmall
()) {
177
if (
isSmall
()) {
194
bool
isSmall
() const { return CurArray == SmallArray; }
SmallBitVector.h
95
assert(!
isSmall
());
107
assert(!
isSmall
() && "Tried to use an unaligned pointer");
113
assert(
isSmall
());
118
assert(
isSmall
());
154
if (RHS.
isSmall
())
165
if (!
isSmall
())
184
bool
isSmall
() const { return X & uintptr_t(1); }
188
return
isSmall
() ? getSmallSize() == 0 : getPointer()->empty();
193
return
isSmall
() ? getSmallSize() : getPointer()->size();
198
if (
isSmall
()) {
[
all
...]
SmallVector.h
129
bool
isSmall
() const { return this->BeginX == getFirstEl(); }
447
if (!this->
isSmall
())
581
if (!this->
isSmall
())
940
if (!this->
isSmall
() && !RHS.
isSmall
()) {
1025
if (!RHS.
isSmall
()) {
1027
if (!this->
isSmall
()) free(this->begin());
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp
368
bool ExprEngine::
isSmall
(AnalysisDeclContext *ADC) const {
408
if (!
isSmall
(CalleeADC))
1016
(!
isSmall
(CalleeADC) || IsRecursive))
1027
if (HowToInline == Inline_Minimal && (!
isSmall
(CalleeADC) || IsRecursive))
Completed in 20 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026