/llvm-project/clang/test/clang-rename/ |
H A D | Typedef.cpp |
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | mangle-subst-std.cpp | 16 namespace std { namespace 24 namespace std { namespace 31 namespace std { namespace 38 namespace std { namespace 41 typedef std::basic_string<char, std::char_traits<char>, std::allocator<char> > string; typedef 45 void f(std::string) { } in f() 47 namespace std { namespace 84 namespace std namespace 107 namespace std { namespace
|
H A D | partial-init.cpp | 3 namespace std { namespace 4 struct string { struct 16 std::string c;
|
H A D | weak-external.cpp | 26 namespace std // purposefully not using versioning namespace namespace 35 typedef basic_string<char, char_traits<char>, allocator<char> > string; typedef
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/ |
H A D | inefficient-string-concatenation.cpp | 3 namespace std { namespace 12 typedef basic_string<char> string; typedef 16 void f(std::string) {} in f() 17 std::string g(std::string) {} in g()
|
H A D | faster-string-find.cpp | 7 namespace std { namespace 19 typedef basic_string<char> string; typedef
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | magic-numbers-userliteral.cpp | 10 namespace std { namespace 11 class string {}; class
|
H A D | redundant-string-cstr-msvc.cpp | 3 namespace std { namespace 17 typedef basic_string<char, std::char_traits<char>, std::allocator<char>> string; typedef
|
H A D | redundant-string-init-msvc.cpp | 3 namespace std { namespace 17 typedef basic_string<char> string; typedef
|
H A D | isolate-declaration-cxx17.cpp | 32 namespace std { namespace 43 class string { class 46 string(const char *) {} in string() function in std::string
|
H A D | else-after-return.cpp | 3 namespace std { namespace 4 struct string { struct
|
H A D | simplify-subscript-expr.cpp | 6 namespace std { namespace 22 using string = basic_string<char>; typedef
|
/llvm-project/clang/test/CXX/lex/lex.literal/lex.ext/ |
H A D | p7.cpp | 4 namespace std { namespace 5 struct string {}; struct
|
/llvm-project/clang/test/CoverageMapping/ |
H A D | classtemplate.cpp | 50 namespace std { namespace 65 struct string { struct 66 const char *str; 67 string() { abort(); } in string() function 68 string(const char *S) : str(S) {} in string() function 69 ~string() { abort(); } in ~string()
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | sizeof-container.cpp | 3 namespace std { namespace 15 typedef basic_string<char> string; typedef 52 struct string { struct
|
H A D | string-integer-assignment.cpp | 3 namespace std { namespace 14 typedef basic_string<char> string; typedef
|
H A D | string-literal-with-embedded-nul.cpp | 3 namespace std { namespace 18 typedef basic_string<char, std::char_traits<char>, std::allocator<char>> string; typedef
|
H A D | unused-return-value.cpp | 4 namespace std { namespace 54 typedef basic_string<char> string; typedef
|
/llvm-project/clang/test/SemaCXX/ |
H A D | cxx1y-user-defined-literals.cpp | 7 namespace std { namespace 18 struct string {}; struct
|
H A D | cxx2a-constexpr-dynalloc.cpp | 12 namespace std { global() namespace 99 namespace std { global() namespace 108 namespace std { global() namespace 221 class string { global() class 224 constexpr string() { string() function in GH62462::string [all...] |
H A D | warn-unused-value.cpp | 42 namespace std { namespace 50 typedef basic_string<char> string; typedef 85 namespace std { namespace
|
/llvm-project/clang/test/AST/ |
H A D | sourceranges.cpp | 64 namespace std { namespace 79 struct string { struct 80 const char *str; 81 string() { abort(); } in string() argument 82 string(const char *S) : str(S) {} in string() argument 83 ~string() { abort(); } in ~string()
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-transparent-functors.cpp | 3 namespace std { namespace 70 class string {}; class
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/abseil/ |
H A D | str-cat-append.cpp | 7 namespace std { namespace 45 typedef basic_string<char, std::char_traits<char>, std::allocator<char>> string; typedef
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/boost/ |
H A D | use-to-string.cpp | 3 namespace std { namespace 8 using string = basic_string<char>; typedef 21 std::string fun(const std::string &) {} in fun()
|