Home
last modified time | relevance | path

Searched defs:isSmall (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSmallSet.h48 bool isSmall; variable
243 bool isSmall() const { return Set.empty(); } in isSmall() function
H A DSmallPtrSet.h194 bool isSmall() const { return CurArray == SmallArray; } in isSmall() function
H A DSmallBitVector.h184 bool isSmall() const { return X & uintptr_t(1); } in isSmall() function
H A DSmallVector.h129 bool isSmall() const { return this->BeginX == getFirstEl(); } in isSmall() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp368 bool ExprEngine::isSmall(AnalysisDeclContext *ADC) const { in isSmall() function in ExprEngine
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d7362 @property bool isSmall() const { return idx == uint.max; } in simpleCaseFoldings() function