Home
last modified time | relevance | path

Searched refs:__vector_base_common (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/src/
H A Dvector.cpp16 struct __vector_base_common;
19 struct __vector_base_common<true> { struct
24 void __vector_base_common<true>::__throw_length_error() const { in __throw_length_error()
28 void __vector_base_common<true>::__throw_out_of_range() const { in __throw_out_of_range()
/openbsd-src/gnu/llvm/libcxx/include/
H A D__config134 // Don't export the legacy __vector_base_common class and its methods from the built library.