Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DSmallSet.h49 bool isSmall; variable
241 bool isSmall() const { return Set.empty(); } in isSmall() function
H A DSmallPtrSet.h195 bool isSmall() const { return CurArray == SmallArray; } in isSmall() function
H A DSmallBitVector.h187 bool isSmall() const { return X & uintptr_t(1); } in isSmall() function
H A DSmallVector.h146 bool isSmall() const { return this->BeginX == getFirstEl(); } in isSmall() function
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp440 bool ExprEngine::isSmall(AnalysisDeclContext *ADC) const { in isSmall() function in ExprEngine