Home
last modified time | relevance | path

Searched defs:test_bounded_ptr (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/tests/bounded_ptr_src/
H A Dtest_utils.h17 using test_bounded_ptr = libkern::bounded_ptr<T, test_policy>; variable
/xnu-11215/tests/bounded_array_src/
H A Dtest_policy.h22 using test_bounded_ptr = libkern::bounded_ptr<T, test_policy>; variable
/xnu-11215/tests/bounded_array_ref_src/
H A Dtest_policy.h48 using test_bounded_ptr = libkern::bounded_ptr<T, test_policy>; variable
/xnu-11215/tests/safe_allocation_src/
H A Dtest_utils.h109 using test_bounded_ptr = libkern::bounded_ptr<T, assert_trapping_policy>; variable