/external/clang/include/clang/ASTMatchers/Dynamic/ |
D | Parser.h | 167 Diagnostics *Error) { in parseMatcherExpression() 171 parseMatcherExpression(StringRef MatcherCode, Diagnostics *Error) { in parseMatcherExpression() 191 VariantValue *Value, Diagnostics *Error) { in parseExpression() 195 Diagnostics *Error) { in parseExpression() 246 Diagnostics *const Error; variable
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Diagnostics.cpp | 24 Diagnostics::Context::Context(ConstructMatcherEnum, Diagnostics *Error, in Context() 31 Diagnostics::Context::Context(MatcherArgEnum, Diagnostics *Error, in Context() 42 Diagnostics::OverloadContext::OverloadContext(Diagnostics *Error) in OverloadContext() 67 ErrorType Error) { in addError() 204 const ErrorContent &Error = Errors[i]; in printToStreamFull() local
|
D | Parser.cpp | 60 explicit CodeTokenizer(StringRef MatcherCode, Diagnostics *Error) in CodeTokenizer() 66 CodeTokenizer(StringRef MatcherCode, Diagnostics *Error, in CodeTokenizer() 255 Diagnostics *Error; member in clang::ast_matchers::dynamic::Parser::CodeTokenizer 525 const NamedValueMap *NamedValues, Diagnostics *Error) in Parser() 538 ArrayRef<ParserValue> Args, Diagnostics *Error) { in actOnMatcherExpression() 559 VariantValue *Value, Diagnostics *Error) { in parseExpression() 574 Diagnostics Error; in completeExpression() local 594 Diagnostics *Error) { in parseMatcherExpression()
|
/external/lldb/source/Core/ |
D | Error.cpp | 30 Error::Error (): in Error() function in Error 40 Error::Error(ValueType err, ErrorType type) : in Error() function in Error 47 Error::Error (const Error &rhs) : in Error() function in Error 54 Error::Error (const char* err_str): in Error() function in Error
|
/external/llvm/lib/Support/ |
D | SpecialCaseList.cpp | 51 std::string &Error) { in create() 71 std::string &Error) { in create() 81 std::string Error; in createOrDie() local 87 bool SpecialCaseList::parse(const MemoryBuffer *MB, std::string &Error) { in parse()
|
D | Regex.cpp | 42 bool Regex::isValid(std::string &Error) { in isValid() 99 std::string *Error) { in sub()
|
/external/llvm/tools/bugpoint/ |
D | Miscompilation.cpp | 63 std::string &Error) { in doTest() 188 std::string &Error) override { in doTest() 218 bool DeleteInputs, std::string &Error, in TestMergedProgram() 244 std::string &Error) { in TestFuncs() 305 std::string &Error) { in ExtractLoops() 459 std::string &Error) override { in doTest() 485 std::string &Error) { in TestFuncs() 546 std::string &Error) { in ExtractBlocks() 628 std::string &Error) { in DebugAMiscompilation() 711 std::string &Error) { in TestOptimizer() [all …]
|
D | CrashDebugger.cpp | 64 std::string &Error) { in doTest() 115 std::string &Error) override { in doTest() 185 std::string &Error) override { in doTest() 258 std::string &Error) override { in doTest() 366 std::string &Error) override { in doTest() 434 std::string &Error) { in DebugACrash() 630 std::string Error; in debugOptimizerCrash() local 648 std::string Error; in TestForCodeGenCrash() local 661 bool BugDriver::debugCodeGeneratorCrash(std::string &Error) { in debugCodeGeneratorCrash()
|
D | ToolRunner.cpp | 199 std::string *Error, in ExecuteProgram() 307 std::string *Error, in ExecuteProgram() 321 std::string *Error, in compileProgram() 376 std::string *Error, in ExecuteProgram() 477 std::string &OutputAsmFile, std::string &Error, in OutputCode() 520 void LLC::compileProgram(const std::string &Bitcode, std::string *Error, in compileProgram() 531 std::string *Error, in ExecuteProgram() 607 std::string *Error, in ExecuteProgram() 680 std::string *Error, in ExecuteProgram() 827 std::string &Error) { in MakeSharedObject()
|
/external/deqp/executor/ |
D | xeDefs.hpp | 34 class Error : public std::runtime_error class 37 Error (const std::string& message) : std::runtime_error(message) {} in Error() function in xe::Error
|
/external/llvm/unittests/Support/ |
D | ProgramTest.cpp | 108 std::string Error; in TEST() local 186 std::string Error; in TEST() local 247 std::string Error; in TEST() local 260 std::string Error; in TEST() local 271 std::string Error; in TEST() local
|
D | SpecialCaseListTest.cpp | 22 std::string &Error) { in makeSpecialCaseList() 28 std::string Error; in makeSpecialCaseList() local 98 std::string Error; in TEST_F() local
|
/external/clang/unittests/ASTMatchers/Dynamic/ |
D | ParserTest.cpp | 38 Diagnostics Error; in parse() local 56 Diagnostics *Error) override { in actOnMatcherExpression() 172 Diagnostics Error; in TEST() local 217 Diagnostics Error; in ParseWithError() local 224 Diagnostics Error; in ParseMatcherWithError() local
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITMemoryManagerTest.cpp | 46 std::string Error; in TEST() local 79 std::string Error; in TEST() local 114 std::string Error; in TEST() local
|
/external/openfst/src/include/fst/extensions/far/ |
D | far.h | 186 bool Error() const { return writer_->Error(); } in Error() function 216 bool Error() const { return writer_->Error(); } in Error() function 255 bool Error() const { return error_; } in Error() function 329 bool Error() const { return reader_->Error(); } in Error() function 377 bool Error() const { return reader_->Error(); } in Error() function 469 bool Error() const { return error_; } in Error() function
|
/external/deqp/framework/opengl/ |
D | gluDefs.cpp | 35 Error::Error (int error, const char* message, const char* expr, const char* file, int line) in Error() function in glu::Error 41 Error::Error (int error, const std::string& message) in Error() function in glu::Error
|
/external/llvm/tools/llvm-extract/ |
D | llvm-extract.cpp | 137 std::string Error; in main() local 171 std::string Error; in main() local 203 std::string Error; in main() local
|
/external/llvm/bindings/ocaml/linker/ |
D | llvm_linker.mli | 15 exception Error of string Exception
|
D | llvm_linker.ml | 10 exception Error of string Exception
|
/external/llvm/bindings/ocaml/irreader/ |
D | llvm_irreader.mli | 15 exception Error of string Exception
|
D | llvm_irreader.ml | 11 exception Error of string Exception
|
/external/llvm/bindings/ocaml/bitreader/ |
D | llvm_bitreader.ml | 10 exception Error of string Exception
|
/external/clang/test/CodeGenCXX/ |
D | throw-expression-cleanup.cpp | 7 struct Error { struct
|
/external/deqp/execserver/ |
D | xsDefs.hpp | 64 class Error : public std::runtime_error class 67 Error (const std::string& message) : std::runtime_error(message) {} in Error() function in xs::Error
|
/external/deqp/framework/egl/ |
D | egluDefs.cpp | 55 Error::Error (deUint32 errCode, const char* errStr) in Error() function in eglu::Error 61 Error::Error (deUint32 errCode, const char* message, const char* expr, const char* file, int line) in Error() function in eglu::Error
|