Home
last modified time | relevance | path

Searched defs:c_str (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_descriptions.h35 const char *c_str() const { return &name[0]; } in c_str() function
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-filepath.h92 const char* c_str() const { return pathname_.c_str(); } in c_str() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArgs.h49 const char *c_str() const { return ptr.get(); } in c_str() function
/freebsd/contrib/kyua/utils/fs/
H A Dpath.cpp100 fs::path::c_str(void) const in c_str() function in fs::path
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallString.h259 const char* c_str() { in c_str() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Support/
H A DSupportHelpers.h156 const char *c_str() { return Path.c_str(); } in c_str() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h196 c_str(SmallVectorImpl<T> &str) { in c_str() function
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.h35 const char *c_str() const { return &name[0]; } in c_str() function
/freebsd/contrib/atf/atf-c++/detail/
H A Dfs.cpp135 impl::path::c_str(void) in c_str() function in impl::path
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp13678 auto StringRef::c_str() const -> char const* { in c_str() function in Catch::StringRef