Searched refs:__pointer_to_object (Results 1 – 2 of 2) sorted by relevance
503 concept __pointer_to_object = is_pointer_v<_Tp> in _GLIBCXX_VISIBILITY() local509 { __decay_copy(__t.data()) } -> __pointer_to_object; in _GLIBCXX_VISIBILITY()
802 concept __pointer_to_object = is_pointer_v<_Tp> in _GLIBCXX_VISIBILITY() local807 && requires(_Tp __t) { { __t.data() } -> __pointer_to_object; }; in _GLIBCXX_VISIBILITY()
Completed in 10 milliseconds