Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DSmallSet.h48 bool isSmall; variable
243 bool isSmall() const { return Set.empty(); } in isSmall() function
DSmallPtrSet.h194 bool isSmall() const { return CurArray == SmallArray; } in isSmall() function
DSmallBitVector.h184 bool isSmall() const { return X & uintptr_t(1); } in isSmall() function
DSmallVector.h129 bool isSmall() const { return this->BeginX == getFirstEl(); } in isSmall() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp368 bool ExprEngine::isSmall(AnalysisDeclContext *ADC) const { in isSmall() function in ExprEngine