Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/
H A Dadt.h76 constexpr string_view(const char *S, size_type Count) in string_view() function
78 string_view(const char *S) : Data(S), Size(strlen(S)) {} in string_view() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringRef.h275 operator std::string_view() const { in string_view() function