HomeSort by: relevance | last modified time | path
    Searched defs:c_str (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-filepath.h 81 const char* c_str() const { return pathname_.c_str(); } function in class:testing::internal::FilePath
  /src/external/gpl3/gdb.old/dist/gdb/
gdbcore.h 174 m_section_name = m_storage.c_str ();
182 const char *c_str () const
181 const char *c_str () const function in class:thread_section_name
ui-file.h 222 const char *c_str () const { return m_string.c_str (); } function in class:string_file
  /src/external/gpl3/gdb/dist/gdb/
gdbcore.h 174 m_section_name = m_storage.c_str ();
182 const char *c_str () const
181 const char *c_str () const function in class:thread_section_name
ui-file.h 219 const char *c_str () const { return m_string.c_str (); } function in class:string_file
  /src/external/bsd/kyua-cli/dist/utils/fs/
path.cpp 98 fs::path::c_str(void) const function in class:fs::path
100 return _repr.c_str();
  /src/external/gpl3/binutils/dist/gas/config/
loongarch-parse.h 92 char *c_str; member in union:YYSTYPE
loongarch-parse.c 475 char *c_str; member in union:YYSTYPE
1553 {emit_const_var ((yyvsp[0].c_str));}
1559 {reloc ((yyvsp[-4].c_str), (yyvsp[-2].c_str), (yyvsp[-1].imm)); free ((yyvsp[-4].c_str)); free ((yyvsp[-2].c_str));}
1565 {reloc ((yyvsp[-4].c_str), NULL, (yyvsp[-2].imm) + (yyvsp[-1].imm)); free ((yyvsp[-4].c_str));}
tc-loongarch.c 695 is_internal_label (const char *c_str)
699 if (*c_str != ':')
701 c_str++;
702 if (!('0' <= *c_str && *c_str <= '9'))
704 while ('0' <= *c_str && *c_str <= '9')
705 c_str++;
706 if (*c_str != 'b' && *c_str != 'f'
1500 char *c_str = loongarch_expand_macro (the_one.insn->macro, local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
loongarch-parse.h 92 char *c_str; member in union:YYSTYPE
loongarch-parse.c 474 char *c_str; member in union:YYSTYPE
1552 {emit_const_var ((yyvsp[0].c_str));}
1558 {reloc ((yyvsp[-4].c_str), (yyvsp[-2].c_str), (yyvsp[-1].imm)); free ((yyvsp[-4].c_str)); free ((yyvsp[-2].c_str));}
1564 {reloc ((yyvsp[-4].c_str), NULL, (yyvsp[-2].imm) + (yyvsp[-1].imm)); free ((yyvsp[-4].c_str));}
tc-loongarch.c 688 is_internal_label (const char *c_str)
692 if (*c_str != ':')
694 c_str++;
695 if (!('0' <= *c_str && *c_str <= '9'))
697 while ('0' <= *c_str && *c_str <= '9')
698 c_str++;
699 if (*c_str != 'b' && *c_str != 'f'
1435 char *c_str = loongarch_expand_macro (the_one.insn->macro, local
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
SmallString.h 262 const char* c_str() { function in class:llvm::SmallString
  /src/external/apache2/llvm/dist/llvm/include/llvm/Testing/Support/
SupportHelpers.h 156 const char *c_str() { return Path.c_str(); } function in class:llvm::unittest::TempDir
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/Windows/
WindowsSupport.h 193 c_str(SmallVectorImpl<T> &str) { function in namespace:llvm
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_descriptions.h 36 const char *c_str() const { return &name[0]; } function in class:__asan::AsanThreadIdAndName
  /src/external/bsd/atf/dist/atf-c++/detail/
fs.cpp 114 atf_error_t err = atf_fs_path_init_fmt(&m_path, "%s", s.c_str());
139 impl::path::c_str(void) function in class:impl::path
156 return c_str();
225 atf_error_t err = atf_fs_path_init_fmt(&tmp, "%s", p.c_str());
256 atf_error_t err = atf_fs_path_append_fmt(&p2.m_path, "%s", p.c_str());
422 DIR* dp = ::opendir(p.c_str());
505 if (::unlink(p.c_str()) == -1)
  /src/external/gpl3/gcc/dist/gcc/config/nds32/
nds32-isr.cc 361 const char *c_str = "CATEGORY"; local
375 c_str = "i";
379 c_str = "e";
422 "_nds32_%s_%s_%s", c_str, sr_str, nt_str);
  /src/external/gpl3/gcc/dist/gcc/text-art/
styled-string.cc 654 const char *c_str = "hello world!"; local
656 styled_string s (sm, c_str);
657 ASSERT_EQ (s.size (), strlen (c_str));
658 ASSERT_EQ (s.calc_canvas_width (), (int)strlen (c_str));
659 for (size_t i = 0; i < strlen (c_str); i++)
661 ASSERT_EQ (s[i].get_code (), (cppchar_t)c_str[i]);
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_descriptions.h 35 const char *c_str() const { return &name[0]; } function in class:__asan::AsanThreadIdAndName
  /src/external/gpl3/gcc.old/dist/gcc/config/nds32/
nds32-isr.cc 361 const char *c_str = "CATEGORY"; local
375 c_str = "i";
379 c_str = "e";
422 "_nds32_%s_%s_%s", c_str, sr_str, nt_str);
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_descriptions.h 35 const char *c_str() const { return &name[0]; } function in class:__asan::AsanThreadIdAndName
  /src/external/bsd/atf/dist/tools/
fs.cpp 85 if (lstat(p.c_str(), &st) == -1)
204 if (chmod(p.c_str(), fi.get_mode() | S_IRWXU) == -1) {
257 if (unmount(abs_path.c_str(), 0) == -1) {
312 impl::path::c_str(void) function in class:impl::path
315 return m_data.c_str();
405 return std::strcmp(m_data.c_str(), p.m_data.c_str()) < 0;
423 if (lstat(p.c_str(), &m_sb) == -1)
552 DIR* dp = ::opendir(p.c_str());
587 std::strcpy(buf.get(), p.c_str());
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
ropeimpl.h 1617 c_str() const function in class:rope
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
ropeimpl.h 1615 c_str() const function in class:rope

Completed in 39 milliseconds

1 2