Home
last modified time | relevance | path

Searched defs:bounded_array (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/iokit/DriverKit/
H A Dbounded_array.h53 struct bounded_array { struct
56 T data_[N];
58 using iterator = bounded_ptr<T, TrappingPolicy>;
62 begin() noexcept in begin()
67 begin() const noexcept in begin()
72 end() noexcept in end()
77 end() const noexcept in end()
82 size() const noexcept in size()
87 length() const noexcept in length()
92 data() noexcept in data()
[all …]
/xnu-11215/libkern/libkern/c++/
H A Dbounded_array.h53 struct bounded_array { struct
56 T data_[N];
58 using iterator = bounded_ptr<T, TrappingPolicy>;
62 begin() noexcept in begin()
67 begin() const noexcept in begin()
72 end() noexcept in end()
77 end() const noexcept in end()
82 size() const noexcept in size()
87 length() const noexcept in length()
92 data() noexcept in data()
[all …]
/xnu-11215/tests/
H A DMakefile660 bounded_array: OTHER_CXXFLAGS += -Werror=implicit-int-conversion -Werror=shorten-64-to-32 -I$(SRCRO… target
661 bounded_array: $(wildcard bounded_array_src/*.cpp) bounded_array.cpp target