Searched defs:error_stream (Results 1 – 14 of 14) sorted by relevance
/external/lldb/source/Expression/ |
D | ClangUserExpression.cpp | 421 ClangUserExpression::Parse (Stream &error_stream, in Parse() 602 ClangUserExpression::PrepareToExecuteJITExpression (Stream &error_stream, in PrepareToExecuteJITExpression() 721 ClangUserExpression::GetThreadPlanToExecuteJITExpression (Stream &error_stream, in GetThreadPlanToExecuteJITExpression() 750 ClangUserExpression::FinalizeJITExecution (Stream &error_stream, in FinalizeJITExecution() 786 ClangUserExpression::Execute (Stream &error_stream, in Execute() 1014 StreamString error_stream; in EvaluateWithError() local
|
D | ClangUtilityFunction.cpp | 69 ClangUtilityFunction::Install (Stream &error_stream, in Install()
|
D | ClangExpressionParser.cpp | 511 Stream *error_stream = NULL; in PrepareForExecution() local
|
D | IRDynamicChecks.cpp | 51 DynamicCheckerFunctions::Install(Stream &error_stream, in Install()
|
D | IRForTarget.cpp | 98 lldb_private::Stream *error_stream, in IRForTarget()
|
/external/chromium_org/components/nacl/renderer/ |
D | json_manifest.cc | 124 std::stringstream error_stream; in IsValidDictionary() local 148 std::stringstream error_stream; in IsValidDictionary() local 182 std::stringstream error_stream; in IsValidUrlSpec() local 202 std::stringstream error_stream; in IsValidUrlSpec() local 211 std::stringstream error_stream; in IsValidUrlSpec() local
|
/external/chromium_org/components/feedback/ |
D | feedback_uploader_delegate.cc | 37 std::stringstream error_stream; in OnURLFetchComplete() local
|
/external/lldb/source/Commands/ |
D | CommandObjectExpression.cpp | 295 StreamSP error_stream = reader.GetDebugger().GetAsyncErrorStream(); in MultiLineExpressionCallback() local 313 Stream *error_stream, in EvaluateExpression()
|
D | CommandObjectWatchpointCommand.cpp | 356 StreamSP error_stream (debugger.GetAsyncErrorStream()); in WatchpointOptionsCallbackFunction() local
|
D | CommandObjectBreakpointCommand.cpp | 379 StreamSP error_stream (debugger.GetAsyncErrorStream()); in BreakpointOptionsCallbackFunction() local
|
/external/chromium_org/tools/relocation_packer/src/ |
D | debug.h | 55 std::ostream* error_stream) { in SetStreams()
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCRuntime.cpp | 135 StreamString error_stream; in GetObjectDescription() local
|
/external/clang/lib/Tooling/ |
D | Tooling.cpp | 74 llvm::raw_svector_ostream error_stream(error_msg); in getCC1Arguments() local
|
/external/lldb/source/Core/ |
D | Debugger.cpp | 2627 …channel, const char **categories, const char *log_file, uint32_t log_options, Stream &error_stream) in EnableLog()
|