Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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 { std::__throw_length_error("vector")… in __throw_length_error()
26 void __vector_base_common<true>::__throw_out_of_range() const { std::__throw_out_of_range("vector")… in __throw_out_of_range()
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A D__config162 // Don't export the legacy __vector_base_common class and its methods from the built library.