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 DDynamicAPInt.h80 LLVM_ATTRIBUTE_ALWAYS_INLINE constexpr bool isSmall() const { in isSmall() function
H A DSmallSet.h234 bool isSmall() const { return Set.empty(); } in isSmall() function
H A DSetVector.h365 [[nodiscard]] bool isSmall() const { return set_.empty(); } in isSmall() function
H A DSmallPtrSet.h237 bool isSmall() const { return IsSmall; } in isSmall() function
H A DSmallBitVector.h187 bool isSmall() const { return X & uintptr_t(1); } in isSmall() function
H A DSmallVector.h144 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