| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/abseil/ |
| H A D | faster-strsplit-delimiter.cpp | 5 class string_view { class 20 strings_internal::Splitter StrSplit(absl::string_view, Delim) { in StrSplit() 24 strings_internal::Splitter StrSplit(absl::string_view, Delim, Pred) { in StrSplit() 76 absl::StrSplit("ABC", "A", [](absl::string_view) { return true; }); in SplitDelimiters()
|
| H A D | string-find-str-contains.cpp | 38 typedef basic_string_view<char> string_view; typedef 45 class string_view { class
|
| H A D | redundant-strcat-calls.cpp | 92 class string_view { class
|
| /llvm-project-15.0.7/compiler-rt/lib/orc/ |
| H A D | adt.h | 77 constexpr string_view(const char *S, size_type Count) in string_view() function 79 string_view(const char *S) : Data(S), Size(strlen(S)) {} in string_view() function 80 string_view(const std::string &S) : Data(S.data()), Size(S.size()) {} in string_view() function
|
| H A D | macho_platform.cpp | 324 std::vector<std::pair<string_view, ExecutorAddrRange>> Secs) { in registerObjectPlatformSections() 385 std::vector<std::pair<string_view, ExecutorAddrRange>> Secs) { in deregisterObjectPlatformSections() 976 std::vector<std::pair<string_view, ExecutorAddrRange>> &Secs) { in __orc_rt_macho_register_object_platform_sections() 990 std::vector<std::pair<string_view, ExecutorAddrRange>> &Secs) { in __orc_rt_macho_deregister_object_platform_sections()
|
| /llvm-project-15.0.7/libcxx/include/__fwd/ |
| H A D | string_view.h | 25 typedef basic_string_view<char> string_view; typedef
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | cxx1z-user-defined-literals.cpp | 10 struct string_view {}; struct
|
| H A D | attr-lifetimebound.cpp | 56 struct string_view { struct
|
| /llvm-project-15.0.7/libcxx/test/std/strings/string.view/string.view.cons/ |
| H A D | from_string1.compile.fail.cpp | 23 using string_view = std::basic_string_view<char>; in main() typedef
|
| H A D | from_string2.compile.fail.cpp | 23 using string_view = std::basic_string_view<char, dummy_char_traits>; in main() typedef
|
| /llvm-project-15.0.7/clang/test/CXX/over/over.match/over.match.funcs/over.match.ref/ |
| H A D | p1.cpp | 6 struct string_view { struct
|
| /llvm-project-15.0.7/libcxx/test/std/strings/string.view/string.view.iterators/ |
| H A D | rend.pass.cpp | 55 typedef std::string_view string_view; in main() typedef
|
| H A D | end.pass.cpp | 55 typedef std::string_view string_view; in main() typedef
|
| H A D | begin.pass.cpp | 46 typedef std::string_view string_view; in main() typedef
|
| H A D | rbegin.pass.cpp | 47 typedef std::string_view string_view; in main() typedef
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/performance/ |
| H A D | faster-string-find.cpp | 33 typedef basic_string_view<char> string_view; typedef
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/ |
| H A D | simplify-subscript-expr.cpp | 35 using string_view = basic_string_view<char>; typedef
|
| H A D | redundant-string-init.cpp | 33 typedef basic_string_view<char> string_view; typedef
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | dangling-handle.cpp | 67 typedef basic_string_view string_view; typedef
|
| H A D | string-constructor.cpp | 24 typedef basic_string_view<char> string_view; typedef
|
| H A D | stringview-nullptr.cpp | 123 using string_view = basic_string_view<char>; typedef
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | StringRef.h | 279 operator std::string_view() const { in string_view() function
|
| /llvm-project-15.0.7/libcxx/test/libcxx/gdb/ |
| H A D | gdb_pretty_printer_test.sh.cpp | 176 using string_view = std::string_view; typedef
|
| /llvm-project-15.0.7/clang/test/CXX/drs/ |
| H A D | dr20xx.cpp | 66 struct string_view { struct
|