Home
last modified time | relevance | path

Searched defs:string_view (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/abseil/
H A Dfaster-strsplit-delimiter.cpp5 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 Dstring-find-str-contains.cpp38 typedef basic_string_view<char> string_view; typedef
45 class string_view { class
H A Dredundant-strcat-calls.cpp92 class string_view { class
/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Dadt.h77 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 Dmacho_platform.cpp324 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 Dstring_view.h25 typedef basic_string_view<char> string_view; typedef
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcxx1z-user-defined-literals.cpp10 struct string_view {}; struct
H A Dattr-lifetimebound.cpp56 struct string_view { struct
/llvm-project-15.0.7/libcxx/test/std/strings/string.view/string.view.cons/
H A Dfrom_string1.compile.fail.cpp23 using string_view = std::basic_string_view<char>; in main() typedef
H A Dfrom_string2.compile.fail.cpp23 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 Dp1.cpp6 struct string_view { struct
/llvm-project-15.0.7/libcxx/test/std/strings/string.view/string.view.iterators/
H A Drend.pass.cpp55 typedef std::string_view string_view; in main() typedef
H A Dend.pass.cpp55 typedef std::string_view string_view; in main() typedef
H A Dbegin.pass.cpp46 typedef std::string_view string_view; in main() typedef
H A Drbegin.pass.cpp47 typedef std::string_view string_view; in main() typedef
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dfaster-string-find.cpp33 typedef basic_string_view<char> string_view; typedef
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dsimplify-subscript-expr.cpp35 using string_view = basic_string_view<char>; typedef
H A Dredundant-string-init.cpp33 typedef basic_string_view<char> string_view; typedef
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Ddangling-handle.cpp67 typedef basic_string_view string_view; typedef
H A Dstring-constructor.cpp24 typedef basic_string_view<char> string_view; typedef
H A Dstringview-nullptr.cpp123 using string_view = basic_string_view<char>; typedef
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DStringRef.h279 operator std::string_view() const { in string_view() function
/llvm-project-15.0.7/libcxx/test/libcxx/gdb/
H A Dgdb_pretty_printer_test.sh.cpp176 using string_view = std::string_view; typedef
/llvm-project-15.0.7/clang/test/CXX/drs/
H A Ddr20xx.cpp66 struct string_view { struct