Searched defs:isSmall (Results 1 – 8 of 8) sorted by relevance
49 bool isSmall; global() variable 243 bool isSmall() const { return Set.empty(); } isSmall() function
76 LLVM_ATTRIBUTE_ALWAYS_INLINE constexpr bool isSmall() const { isSmall() function [all...]
355 [[nodiscard]] bool isSmall() const { return set_.empty(); } in isSmall() function
197 bool isSmall() const { return CurArray == SmallArray; } isSmall() function [all...]
187 bool isSmall() const { return X & uintptr_t(1); } in isSmall() function
156 bool isSmall() const { return this->BeginX == getFirstEl(); } isSmall() function
32 bool isSmall() const { return Set.empty(); } in isSmall() function in clang::tidy::misc::__anon86076a210111::ImmutableSmallSet84 bool isSmall() const { return Set.empty(); } in isSmall() function in clang::tidy::misc::__anon86076a210111::SmartSmallSetVector
438 bool ExprEngine::isSmall(AnalysisDeclContext *ADC) const { isSmall() function in ExprEngine