Home
last modified time | relevance | path

Searched refs:canBeSmall (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSetVector.h163 if constexpr (canBeSmall()) in insert()
189 if constexpr (canBeSmall()) in remove()
213 if constexpr (canBeSmall()) in erase()
239 if constexpr (canBeSmall()) in remove_if()
255 if constexpr (canBeSmall()) in contains()
265 if constexpr (canBeSmall()) in count()
353 [[nodiscard]] static constexpr bool canBeSmall() { return N != 0; } in canBeSmall() function
358 if constexpr (canBeSmall()) in makeBig()