Searched refs:BStr (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/std/strings/basic.string/string.cons/ |
| H A D | implicit_deduction_guides.pass.cpp | 26 using BStr = std::basic_string<T, std::char_traits<T>, Alloc>; typedef 73 ASSERT_SAME_TYPE(decltype(s), BStr<char,test_allocator<char>>); in test() 78 ASSERT_SAME_TYPE(decltype(w), BStr<wchar_t, test_allocator<wchar_t>>); in test() 300 ASSERT_SAME_TYPE(decltype(s), BStr<char, test_allocator<char>>); in test() 305 ASSERT_SAME_TYPE(decltype(w), BStr<wchar_t, test_allocator<wchar_t>>); in test()
|
| /llvm-project-15.0.7/llvm/lib/Passes/ |
| H A D | StandardInstrumentations.cpp | 1208 StringRef BStr = B ? B->getBody() : "\n"; in handleFunctionCompare() local 1214 Out << doSystemDiff(BStr, AStr, Removed, Added, NoChange); in handleFunctionCompare()
|