Home
last modified time | relevance | path

Searched defs:StrBuff (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.members/
H A Dstr.string_view.pass.cpp44 using StrBuff = std::basic_stringbuf<CharT, TraitsT, AllocT>; in test_sfinae() typedef
/llvm-project/clang/unittests/Driver/
H A DToolChainTest.cpp723 char *StrBuff = (char *)Alloc.Allocate(16, 4); TEST() local