Home
last modified time | relevance | path

Searched refs:__basic_string_common (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libcxx/src/
H A Dstring.cpp27 struct __basic_string_common;
31 struct __basic_string_common<true> { struct
36 void __basic_string_common<true>::__throw_length_error() const { in __throw_length_error()
39 void __basic_string_common<true>::__throw_out_of_range() const { in __throw_out_of_range()
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Dearly-if-conversion-bug1.ll21 %"class.std::__1::__basic_string_common" = type { i8 }
193 … = bitcast %"class.std::__1::basic_string"* %this1.i.i to %"class.std::__1::__basic_string_common"*
/llvm-project-15.0.7/libcxx/include/
H A D__config129 // Don't export the legacy __basic_string_common class and its methods from the built library.