Home
last modified time | relevance | path

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

/llvm-project/clang/test/Interpreter/
H A Dpretty-print.c9 const char* c_str = "Hello, world!"; c_str variable
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_descriptions.h35 const char *c_str() const { return &name[0]; } in c_str() function
/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-filepath.h86 const char* c_str() const { return pathname_.c_str(); } in c_str() function
/llvm-project/libc/src/__support/
H A Dchar_vector.h68 LIBC_INLINE char *c_str() { c_str() function
/llvm-project/clang/test/SemaCXX/
H A Dprintf-cstr.cpp16 const char *c_str() {return str;} in c_str() function in HasCStr
/llvm-project/lldb/include/lldb/Utility/
H A DArgs.h49 const char *c_str() const { return ptr.get(); } c_str() function
/llvm-project/llvm/include/llvm/ADT/
H A DSmallString.h259 const char* c_str() { in c_str() function
/llvm-project/llvm/include/llvm/Testing/Support/
H A DSupportHelpers.h156 const char *c_str() { return Path.c_str(); } in c_str() function
/llvm-project/libc/src/__support/CPP/
H A Dstring.h116 LIBC_INLINE const char *c_str() const { return data(); } c_str() function
/llvm-project/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h196 c_str(SmallVectorImpl<T> &str) { c_str() function
/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.h35 const char *c_str() const { return &name[0]; } in c_str() function
/llvm-project/lldb/examples/interposing/darwin/fd_interposing/
H A DFDInterposing.cpp102 const char *c_str() const { return m_str; } in c_str() function in fd_interposing::String
/llvm-project/lldb/tools/debugserver/source/
H A DDNBDefs.h326 char *c_str; global() member