Searched refs:c_str (Results 1 - 25 of 367) sorted by relevance

1234567891011>>

/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Expression/
H A DExpressionSourceCode.cpp74 m_prefix.c_str(),
75 m_name.c_str(),
76 m_body.c_str());
87 m_prefix.c_str(),
88 m_name.c_str(),
90 m_body.c_str());
107 m_prefix.c_str(),
108 m_name.c_str(),
109 m_name.c_str(),
110 m_body.c_str());
[all...]
/freebsd-10.3-release/contrib/atf/atf-c++/
H A Dutils.cpp38 atf_utils_cat_file(path.c_str(), prefix.c_str());
44 atf_utils_copy_file(source.c_str(), destination.c_str());
50 return atf_utils_compare_file(path.c_str(), contents.c_str());
56 atf_utils_create_file(path.c_str(), "%s", contents.c_str());
62 return atf_utils_file_exists(path.c_str());
76 return atf_utils_grep_file("%s", path.c_str(), rege
[all...]
H A Dbuild.cpp81 atf_error_t err = atf_build_c_o(sfile.c_str(), ofile.c_str(),
95 atf_error_t err = atf_build_cpp(sfile.c_str(), ofile.c_str(),
109 atf_error_t err = atf_build_cxx_o(sfile.c_str(), ofile.c_str(),
H A Dcheck.cpp108 atf_error_t err = atf_check_build_c_o(sfile.c_str(), ofile.c_str(),
122 atf_error_t err = atf_check_build_cpp(sfile.c_str(), ofile.c_str(),
136 atf_error_t err = atf_check_build_cxx_o(sfile.c_str(), ofile.c_str(),
H A Dtests.cpp214 *ptr = (*iter).first.c_str();
215 *(ptr + 1) = (*iter).second.c_str();
223 err = atf_tc_init(&pimpl->m_tc, pimpl->m_ident.c_str(), pimpl->wrap_head,
234 return atf_tc_has_config_var(&pimpl->m_tc, var.c_str());
241 return atf_tc_has_md_var(&pimpl->m_tc, var.c_str());
248 return atf_tc_get_config_var(&pimpl->m_tc, var.c_str());
255 return atf_tc_get_config_var_wd(&pimpl->m_tc, var.c_str(), defval.c_str());
262 return atf_tc_get_md_var(&pimpl->m_tc, var.c_str());
287 atf_error_t err = atf_tc_set_md_var(&pimpl->m_tc, var.c_str(), va
[all...]
/freebsd-10.3-release/contrib/atf/atf-c++/detail/
H A Denv.cpp46 return atf_env_get(name.c_str());
52 return atf_env_get_with_default(name.c_str(), default_value.c_str());
58 return atf_env_has(name.c_str());
64 atf_error_t err = atf_env_set(name.c_str(), val.c_str());
72 atf_error_t err = atf_env_unset(name.c_str());
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueString.cpp36 Args::ExpandEscapedCharacters(m_current_value.c_str(), expanded_escape_value);
38 strm.Printf ("%s", expanded_escape_value.c_str());
40 strm.Printf ("\"%s\"", expanded_escape_value.c_str());
45 strm.Printf ("%s", m_current_value.c_str());
47 strm.Printf ("\"%s\"", m_current_value.c_str());
74 value_cstr = value_str_no_quotes.c_str();
111 error = m_validator(new_value.c_str(),m_validator_baton);
H A DCommandHistory.cpp56 return m_history[idx].c_str();
64 return m_history.back().c_str();
74 return m_history[idx].c_str();
83 return m_history[idx].c_str();
99 return m_history.back().c_str();
140 stream.Printf ("%4zu: %s\n", counter, hist_item.c_str());
/freebsd-10.3-release/contrib/libstdc++/src/
H A Dios_failure.cc47 { return _M_msg.c_str(); }
H A Dstdexcept.cc46 { return _M_msg.c_str(); }
67 { return _M_msg.c_str(); }
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Core/
H A DHistory.cpp25 strm.Printf ("%s %" PRIu64, m_name.c_str(), (uint64_t)((uintptr_t)event));
/freebsd-10.3-release/contrib/libc++/src/
H A Drandom.cpp58 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
61 __throw_system_error(error, ("random device failed to open " + __token).c_str());
86 : __f_(open(__token.c_str(), O_RDONLY))
89 __throw_system_error(errno, ("random_device failed to open " + __token).c_str());
H A Dstdexcept.cpp30 logic_error::logic_error(const string& msg) : __imp_(msg.c_str())
58 return __imp_.c_str();
63 runtime_error::runtime_error(const string& msg) : __imp_(msg.c_str())
92 return __imp_.c_str();
/freebsd-10.3-release/contrib/llvm/lib/ExecutionEngine/
H A DEventListenerCommon.h41 return Filename.c_str();
59 return P.c_str();
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DClangUtilityFunction.h101 return m_function_text.c_str();
112 return m_function_name.c_str();
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp61 m_description.c_str());
85 m_wrapper_sp = m_interpreter->CreateSyntheticScriptedProvider(m_python_class.c_str(), backend.GetSP());
109 m_python_class.c_str());
H A DTypeSummary.cpp78 if (Debugger::FormatPrompt(m_format.c_str(), &sc, &exe_ctx, &sc.line_entry.range.GetBaseAddress(), s, valobj))
96 sstr.Printf ("`%s`%s%s%s%s%s%s%s", m_format.c_str(),
132 sstr.Printf ("`%s (%p) `%s%s%s%s%s%s%s", m_description.c_str(),m_impl,
171 m_function_name.c_str());
189 return script_interpreter->GetScriptedSummary(m_function_name.c_str(),
207 m_python_script.c_str());
/freebsd-10.3-release/contrib/llvm/tools/bugpoint/
H A DToolRunner.cpp118 std::ifstream ErrorFile(StdOutFileName.c_str());
155 std::ifstream ErrorFile(ErrorFilename.c_str());
163 sys::fs::remove(ErrorFilename.c_str());
204 LLIArgs.push_back(LLIPath.c_str());
210 LLIArgs.push_back((*i).c_str());
215 LLIArgs.push_back(ToolArgs[i].c_str());
217 LLIArgs.push_back(Bitcode.c_str());
220 LLIArgs.push_back(Args[i].c_str());
325 ProgramArgs.push_back(CompilerCommand.c_str());
328 ProgramArgs.push_back(CompilerArgs.at(i).c_str());
[all...]
H A DOptimizerDriver.cpp67 tool_output_file Out(Filename.c_str(), FD);
74 tool_output_file Out(Filename.c_str(), ErrInfo, sys::fs::F_Binary);
150 tool_output_file InFile(InputFilename.c_str(), InputFD);
175 Args.push_back(tool.c_str());
177 Args.push_back(tool.c_str());
180 Args.push_back(OutputFilename.c_str());
182 Args.push_back(OptArgs[i].c_str());
193 Args.push_back(I->c_str());
194 Args.push_back(InputFilename.c_str());
226 sys::fs::remove(InputFilename.c_str());
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp211 command.Printf("cp %s %s", src_path.c_str(), dst_path.c_str());
223 if (chown_file(this,dst_path.c_str(),uid,gid) != 0)
243 src_path.c_str(),
244 dst_path.c_str());
248 src_path.c_str(),
250 dst_path.c_str());
255 src_path.c_str(),
257 dst_path.c_str());
270 // if (chown_file(this,dst_path.c_str(),ui
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Support/
H A DGraphWriter.cpp110 args.push_back(Graphviz.c_str());
111 args.push_back(Filename.c_str());
121 args.push_back(Filename.c_str());
182 args.push_back(prog.c_str());
186 args.push_back(Filename.c_str());
188 args.push_back(PSFilename.c_str());
198 args.push_back(gv.c_str());
199 args.push_back(PSFilename.c_str());
211 args.push_back(dotty.c_str());
212 args.push_back(Filename.c_str());
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectHelp.cpp108 found_cmd = sub_cmd_obj->GetSubcommandObject(sub_command.c_str(), &matches);
125 s.Printf ("ambiguous command %s", cmd_string.c_str());
140 cmd_string.c_str());
149 cmd_string.c_str(),
159 m_interpreter.GetAliasHelp (alias_name.c_str(), cmd_obj->GetCommandName(), sstr);
160 result.GetOutputStream().Printf ("\n'%s' is an abbreviation for %s\n", alias_name.c_str(), sstr.GetData());
/freebsd-10.3-release/contrib/llvm/tools/lldb/tools/lldb-platform/
H A Dlldb-platform.cpp133 while ((ch = getopt_long_only(argc, argv, short_options.c_str(), g_long_options, &long_option_index)) != -1)
241 printf("(lldb) %s\n", lldb_command.c_str());
242 debugger_sp->GetCommandInterpreter().HandleCommand(lldb_command.c_str(), eLazyBoolNo, result);
266 connect_url.append(listen_host_port.c_str());
268 printf ("Listening for a connection from %s...\n", listen_host_port.c_str());
269 if (conn_ap->Connect(connect_url.c_str(), &error) == eConnectionStatusSuccess)
/freebsd-10.3-release/contrib/llvm/include/llvm/Support/
H A DDynamicLibrary.h91 return SearchForAddressOfSymbol(symbolName.c_str());
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionGroupArchitecture.h63 return m_arch_str.c_str();

Completed in 225 milliseconds

1234567891011>>