/external/rust/cxx/src/ |
D | exception.rs | 6 pub struct Exception { struct 10 impl Display for Exception { implementation 16 impl std::error::Error for Exception {} implementation 18 impl Exception { implementation
|
/external/llvm-project/lldb/test/API/api/multithreaded/ |
D | common.h | 15 struct Exception : public std::exception struct 18 Exception(std::string ss) : s(ss) {} in Exception() function 19 virtual ~Exception() throw () { } in ~Exception() argument 20 const char* what() const throw() { return s.c_str(); } in what()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | __try.cpp | 16 class Exception class 19 Exception(const char* s = "Unknown"){what = strdup(s); } in Exception() function in Exception 20 Exception(const Exception& e ){what = strdup(e.what); } in Exception() function in Exception
|
/external/clang/test/SemaCXX/ |
D | __try.cpp | 16 class Exception class 19 Exception(const char* s = "Unknown"){what = strdup(s); } in Exception() function in Exception 20 Exception(const Exception& e ){what = strdup(e.what); } in Exception() function in Exception
|
/external/javasqlite/src/main/java/SQLite/ |
D | Exception.java | 7 public class Exception extends java.lang.Exception { class 15 public Exception(String string) { in Exception() method in Exception
|
/external/deqp/framework/randomshaders/ |
D | rsgDefs.hpp | 36 class Exception : public std::runtime_error class 39 Exception (const std::string& message) : std::runtime_error(message) {} in Exception() function in rsg::Exception
|
/external/llvm-project/llvm/unittests/ObjectYAML/ |
D | MinidumpYAMLTest.cpp | 172 const minidump::Exception &Exception = Stream.ExceptionRecord; in TEST() local 215 const minidump::Exception &Exception = Stream.ExceptionRecord; in TEST() local 271 const minidump::Exception &Exception = Stream.ExceptionRecord; in TEST() local 322 const minidump::Exception &Exception = Stream.ExceptionRecord; in TEST() local
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | Minidump.h | 230 struct Exception { struct 233 support::ulittle32_t ExceptionCode; argument 234 support::ulittle32_t ExceptionFlags; argument 235 support::ulittle64_t ExceptionRecord; argument 236 support::ulittle64_t ExceptionAddress; argument 239 support::ulittle64_t ExceptionInformation[MaxParameters]; argument 241 static_assert(sizeof(Exception) == 152, ""); argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Minidump.h | 230 struct Exception { struct 233 support::ulittle32_t ExceptionCode; argument 234 support::ulittle32_t ExceptionFlags; argument 235 support::ulittle64_t ExceptionRecord; argument 236 support::ulittle64_t ExceptionAddress; argument 239 support::ulittle64_t ExceptionInformation[MaxParameters]; argument 241 static_assert(sizeof(Exception) == 152, ""); argument
|
/external/marisa-trie/include/marisa/ |
D | exception.h | 15 Exception(const char *filename, int line, in Exception() function 19 Exception(const Exception &ex) in Exception() function
|
/external/parameter-framework/upstream/test/functional-tests/include/ |
D | Exception.hpp | 39 struct Exception : std::runtime_error struct
|
/external/llvm-project/clang/test/Import/objc-try-catch/Inputs/ |
D | F.m | 1 @interface Exception interface
|
/external/dokka/core/testdata/format/java-layout-html/ |
D | unresolvedExternalClass.kt | 8 fun Exception.ext() { in ext() method
|
/external/sfntly/cpp/src/sfntly/port/ |
D | exception_type.h | 32 Exception() : what_("Unknown exception") {} in Exception() function 33 explicit Exception(const char* message) throw() { SetMessage(message); } in Exception() function
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/JavaExtensions/ |
D | ExceptionExtensions.cs | 35 using Exception = System.Exception; typedef
|
/external/catch2/include/internal/ |
D | catch_matchers_exception.hpp | 14 namespace Exception { namespace
|
D | catch_matchers_exception.cpp | 13 namespace Exception { namespace
|
/external/angle/src/tests/deqp_support/ |
D | angle_deqp_libtester.h | 37 Exception, enumerator
|
/external/clang/test/SemaTemplate/ |
D | instantiate-try-catch.cpp | 19 struct Exception { struct in PR10232::Templated
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | instantiate-try-catch.cpp | 19 struct Exception { struct in PR10232::Templated
|
/external/antlr/runtime/Ruby/lib/antlr3/test/ |
D | call-stack.rb | 51 class Exception class
|
/external/deqp/framework/common/ |
D | tcuDefs.cpp | 72 Exception::Exception (const char* message, const char* expr, const char* file, int line) in Exception() function in tcu::Exception 78 Exception::Exception (const std::string& message) in Exception() function in tcu::Exception
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | RewriteEmptyStreamException.cs | 35 using Exception = System.Exception; typedef
|
D | RewriteEarlyExitException.cs | 35 using Exception = System.Exception; typedef
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | RewriteEmptyStreamException.cs | 34 using Exception = System.Exception; typedef
|