Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ADT/
H A DSmallSet.h49 bool isSmall; global() variable
243 bool isSmall() const { return Set.empty(); } isSmall() function
H A DDynamicAPInt.h76 LLVM_ATTRIBUTE_ALWAYS_INLINE constexpr bool isSmall() const { isSmall() function
[all...]
H A DSetVector.h355 [[nodiscard]] bool isSmall() const { return set_.empty(); } in isSmall() function
H A DSmallPtrSet.h197 bool isSmall() const { return CurArray == SmallArray; } isSmall() function
[all...]
H A DSmallBitVector.h187 bool isSmall() const { return X & uintptr_t(1); } in isSmall() function
H A DSmallVector.h156 bool isSmall() const { return this->BeginX == getFirstEl(); } isSmall() function
/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DNoRecursionCheck.cpp32 bool isSmall() const { return Set.empty(); } in isSmall() function in clang::tidy::misc::__anon86076a210111::ImmutableSmallSet
84 bool isSmall() const { return Set.empty(); } in isSmall() function in clang::tidy::misc::__anon86076a210111::SmartSmallSetVector
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp438 bool ExprEngine::isSmall(AnalysisDeclContext *ADC) const { isSmall() function in ExprEngine