Home
last modified time | relevance | path

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

/xnu-11215/libkern/libkern/c++/
H A DOSBoundedArray.h44 using OSBoundedArray = libkern::bounded_array<T, N, os_detail::panic_trapping_policy>;
H A Dbounded_array.h53 struct bounded_array { struct
H A DMakefile39 bounded_array.h \
H A Dbounded_array_ref.h125 …constexpr bounded_array_ref(bounded_array<T, N, TrappingPolicy>& data) : data_(data.data()), size_… in bounded_array_ref()
/xnu-11215/iokit/DriverKit/
H A DOSBoundedArray.h44 using OSBoundedArray = libkern::bounded_array<T, N, os_detail::panic_trapping_policy>;
H A Dbounded_array.h53 struct bounded_array { struct
H A DMakefile45 bounded_ptr.h bounded_array.h bounded_array_ref.h bounded_ptr_fwd.h \
H A Dbounded_array_ref.h125 …constexpr bounded_array_ref(bounded_array<T, N, TrappingPolicy>& data) : data_(data.data()), size_… in bounded_array_ref()
/xnu-11215/tests/bounded_array_src/
H A Dtest_policy.h19 using test_bounded_array = libkern::bounded_array<T, N, test_policy>;
/xnu-11215/tests/bounded_array_ref_src/
H A Dtest_policy.h45 using test_bounded_array = libkern::bounded_array<T, N, test_policy>;
/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