Searched defs:size_array (Results 1 – 3 of 3) sorted by relevance
18 struct size_array { // libc++ misses constexpr on operator[] struct19 typedef std::size_t type;20 std::size_t data[N];22 static constexpr std::size_t size() noexcept { return N; } in size()24 constexpr std::size_t count_nonzeros() const noexcept { in count_nonzeros()34 …eq(std::size_t from, std::size_t opening_parenthis, std::size_t closing_parenthis) const noexcept { in count_from_opening_till_matching_parenthis_seq()58 struct size_array<0> { // libc++ misses constexpr on operator[] struct59 typedef std::size_t type;60 std::size_t data[1];62 static constexpr std::size_t size() noexcept { return 0; } in size()[all …]
2549 bool points, mali_ptr size_array, in panfrost_emit_primitive_size()