Searched defs:isSmall (Results 1 – 7 of 7) sorted by relevance
49 bool isSmall; variable243 bool isSmall() const { return Set.empty(); } in isSmall() function
76 LLVM_ATTRIBUTE_ALWAYS_INLINE constexpr bool isSmall() const { in isSmall() function
355 [[nodiscard]] bool isSmall() const { return set_.empty(); } in isSmall() function
197 bool isSmall() const { return CurArray == SmallArray; } in isSmall() function
187 bool isSmall() const { return X & uintptr_t(1); } in isSmall() function
157 bool isSmall() const { return this->BeginX == getFirstEl(); } in isSmall() function
438 bool ExprEngine::isSmall(AnalysisDeclContext *ADC) const { in isSmall() function in ExprEngine