Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallSet.h49 bool isSmall; variable
243 bool isSmall() const { return Set.empty(); } in isSmall() function
H A DDynamicAPInt.h76 LLVM_ATTRIBUTE_ALWAYS_INLINE constexpr bool isSmall() const { in isSmall() function
H A DSetVector.h355 [[nodiscard]] bool isSmall() const { return set_.empty(); } in isSmall() function
H A DSmallPtrSet.h197 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.h157 bool isSmall() const { return this->BeginX == getFirstEl(); } in isSmall() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp438 bool ExprEngine::isSmall(AnalysisDeclContext *ADC) const { in isSmall() function in ExprEngine