Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSetVector.h169 if constexpr (canBeSmall()) in insert()
199 if constexpr (canBeSmall()) in remove()
223 if constexpr (canBeSmall()) in erase()
249 if constexpr (canBeSmall()) in remove_if()
265 if constexpr (canBeSmall()) in contains()
275 if constexpr (canBeSmall()) in count()
363 [[nodiscard]] static constexpr bool canBeSmall() { return N != 0; } in canBeSmall() function
368 if constexpr (canBeSmall()) in makeBig()