/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/ |
D | throw_delegate.cc | 30 [[noreturn]] void Throw(const T& error) { in Throw() function 41 Throw(std::logic_error(what_arg)); in ThrowStdLogicError() 44 Throw(std::logic_error(what_arg)); in ThrowStdLogicError() 47 Throw(std::invalid_argument(what_arg)); in ThrowStdInvalidArgument() 50 Throw(std::invalid_argument(what_arg)); in ThrowStdInvalidArgument() 54 Throw(std::domain_error(what_arg)); in ThrowStdDomainError() 57 Throw(std::domain_error(what_arg)); in ThrowStdDomainError() 61 Throw(std::length_error(what_arg)); in ThrowStdLengthError() 64 Throw(std::length_error(what_arg)); in ThrowStdLengthError() 68 Throw(std::out_of_range(what_arg)); in ThrowStdOutOfRange() [all …]
|
/external/webrtc/third_party/abseil-cpp/absl/base/internal/ |
D | throw_delegate.cc | 30 [[noreturn]] void Throw(const T& error) { in Throw() function 41 Throw(std::logic_error(what_arg)); in ThrowStdLogicError() 44 Throw(std::logic_error(what_arg)); in ThrowStdLogicError() 47 Throw(std::invalid_argument(what_arg)); in ThrowStdInvalidArgument() 50 Throw(std::invalid_argument(what_arg)); in ThrowStdInvalidArgument() 54 Throw(std::domain_error(what_arg)); in ThrowStdDomainError() 57 Throw(std::domain_error(what_arg)); in ThrowStdDomainError() 61 Throw(std::length_error(what_arg)); in ThrowStdLengthError() 64 Throw(std::length_error(what_arg)); in ThrowStdLengthError() 68 Throw(std::out_of_range(what_arg)); in ThrowStdOutOfRange() [all …]
|
/external/abseil-cpp/absl/base/internal/ |
D | throw_delegate.cc | 30 [[noreturn]] void Throw(const T& error) { in Throw() function 41 Throw(std::logic_error(what_arg)); in ThrowStdLogicError() 44 Throw(std::logic_error(what_arg)); in ThrowStdLogicError() 47 Throw(std::invalid_argument(what_arg)); in ThrowStdInvalidArgument() 50 Throw(std::invalid_argument(what_arg)); in ThrowStdInvalidArgument() 54 Throw(std::domain_error(what_arg)); in ThrowStdDomainError() 57 Throw(std::domain_error(what_arg)); in ThrowStdDomainError() 61 Throw(std::length_error(what_arg)); in ThrowStdLengthError() 64 Throw(std::length_error(what_arg)); in ThrowStdLengthError() 68 Throw(std::out_of_range(what_arg)); in ThrowStdOutOfRange() [all …]
|
/external/libtextclassifier/abseil-cpp/absl/base/internal/ |
D | throw_delegate.cc | 30 [[noreturn]] void Throw(const T& error) { in Throw() function 41 Throw(std::logic_error(what_arg)); in ThrowStdLogicError() 44 Throw(std::logic_error(what_arg)); in ThrowStdLogicError() 47 Throw(std::invalid_argument(what_arg)); in ThrowStdInvalidArgument() 50 Throw(std::invalid_argument(what_arg)); in ThrowStdInvalidArgument() 54 Throw(std::domain_error(what_arg)); in ThrowStdDomainError() 57 Throw(std::domain_error(what_arg)); in ThrowStdDomainError() 61 Throw(std::length_error(what_arg)); in ThrowStdLengthError() 64 Throw(std::length_error(what_arg)); in ThrowStdLengthError() 68 Throw(std::out_of_range(what_arg)); in ThrowStdOutOfRange() [all …]
|
/external/angle/third_party/abseil-cpp/absl/base/internal/ |
D | throw_delegate.cc | 36 [[noreturn]] void Throw(const T& error) { in Throw() function 44 Throw(std::logic_error(what_arg)); in ThrowStdLogicError() 52 Throw(std::logic_error(what_arg)); in ThrowStdLogicError() 60 Throw(std::invalid_argument(what_arg)); in ThrowStdInvalidArgument() 68 Throw(std::invalid_argument(what_arg)); in ThrowStdInvalidArgument() 77 Throw(std::domain_error(what_arg)); in ThrowStdDomainError() 85 Throw(std::domain_error(what_arg)); in ThrowStdDomainError() 94 Throw(std::length_error(what_arg)); in ThrowStdLengthError() 102 Throw(std::length_error(what_arg)); in ThrowStdLengthError() 111 Throw(std::out_of_range(what_arg)); in ThrowStdOutOfRange() [all …]
|
/external/openscreen/third_party/abseil/src/absl/base/internal/ |
D | throw_delegate.cc | 36 [[noreturn]] void Throw(const T& error) { in Throw() function 44 Throw(std::logic_error(what_arg)); in ThrowStdLogicError() 52 Throw(std::logic_error(what_arg)); in ThrowStdLogicError() 60 Throw(std::invalid_argument(what_arg)); in ThrowStdInvalidArgument() 68 Throw(std::invalid_argument(what_arg)); in ThrowStdInvalidArgument() 77 Throw(std::domain_error(what_arg)); in ThrowStdDomainError() 85 Throw(std::domain_error(what_arg)); in ThrowStdDomainError() 94 Throw(std::length_error(what_arg)); in ThrowStdLengthError() 102 Throw(std::length_error(what_arg)); in ThrowStdLengthError() 111 Throw(std::out_of_range(what_arg)); in ThrowStdOutOfRange() [all …]
|
/external/llvm-project/libcxxabi/test/ |
D | catch_multi_level_pointer.pass.cpp | 50 template <class Throw, class Catch> 52 Throw throw_ptr = CreatePointer<Throw>()(); in catch_pointer_test() 88 template <class Throw, class Catch, int level, bool first = false> 90 typedef TestTypes<Throw, first> ThrowTypes; 123 template <class Throw, class Catch, bool first> 124 struct generate_tests_imp<Throw, Catch, 0, first> { 126 catch_pointer_test<Throw, Catch>(); in operator ()() 130 template <class Throw, class Catch, int level> 131 struct generate_tests : generate_tests_imp<Throw, Catch, level, true> {};
|
/external/libcxxabi/test/ |
D | catch_multi_level_pointer.pass.cpp | 51 template <class Throw, class Catch> 53 Throw throw_ptr = CreatePointer<Throw>()(); in catch_pointer_test() 89 template <class Throw, class Catch, int level, bool first = false> 91 typedef TestTypes<Throw, first> ThrowTypes; 124 template <class Throw, class Catch, bool first> 125 struct generate_tests_imp<Throw, Catch, 0, first> { 127 catch_pointer_test<Throw, Catch>(); in operator ()() 131 template <class Throw, class Catch, int level> 132 struct generate_tests : generate_tests_imp<Throw, Catch, level, true> {};
|
/external/llvm-project/clang/test/CXX/conv/conv.fctptr/ |
D | p1.cpp | 6 typedef void Throw(); typedef 9 Throw *b; 11 Throw S::*d; 22 Throw *const *pb = a; // expected-error {{cannot initialize}} in test() 24 Throw *const S::*pd = c; // expected-error {{cannot initialize}} in test()
|
/external/llvm-project/clang/include/clang/AST/ |
D | StmtObjC.h | 334 Stmt *Throw; variable 338 : Stmt(ObjCAtThrowStmtClass), Throw(throwExpr) { in ObjCAtThrowStmt() 344 const Expr *getThrowExpr() const { return reinterpret_cast<Expr*>(Throw); } in getThrowExpr() 345 Expr *getThrowExpr() { return reinterpret_cast<Expr*>(Throw); } in getThrowExpr() 346 void setThrowExpr(Stmt *S) { Throw = S; } in setThrowExpr() 353 return Throw ? Throw->getEndLoc() : AtThrowLoc; in getEndLoc() 360 child_range children() { return child_range(&Throw, &Throw+1); } in children() 363 return const_child_range(&Throw, &Throw + 1); in children()
|
/external/compiler-rt/test/asan/TestCases/ |
D | throw_catch.cc | 8 void Throw() { in Throw() function 18 Throw(); in ThrowAndCatch() 45 Throw(); in TestThrowInline()
|
/external/llvm-project/compiler-rt/test/asan/TestCases/ |
D | throw_catch.cpp | 8 void Throw() { in Throw() function 18 Throw(); in ThrowAndCatch() 47 Throw(); in TestThrowInline()
|
D | throw_invoke_test.cpp | 26 void Throw() { in Throw() function 48 Throw(); in main()
|
/external/clang/include/clang/AST/ |
D | StmtObjC.h | 315 Stmt *Throw; variable 319 : Stmt(ObjCAtThrowStmtClass), Throw(throwExpr) { in ObjCAtThrowStmt() 325 const Expr *getThrowExpr() const { return reinterpret_cast<Expr*>(Throw); } in getThrowExpr() 326 Expr *getThrowExpr() { return reinterpret_cast<Expr*>(Throw); } in getThrowExpr() 327 void setThrowExpr(Stmt *S) { Throw = S; } in setThrowExpr() 334 return Throw ? Throw->getLocEnd() : AtThrowLoc; in getLocEnd() 341 child_range children() { return child_range(&Throw, &Throw+1); } in children()
|
/external/clang/test/CXX/except/except.spec/ |
D | p14.cpp | 124 template<typename T> struct Throw { struct 125 Throw() throw(T); 131 struct Derived2 : Base, Throw<X<3>> { 136 Throw<X<4>> x;
|
/external/llvm-project/clang/test/CXX/except/except.spec/ |
D | p14.cpp | 135 template<typename T> struct Throw { struct 136 Throw() throw(T); 142 struct Derived2 : Base, Throw<X<3>> { 147 Throw<X<4>> x;
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_exceptions_test.cc | 11 void Throw(const char& arg) const { in Throw() function in Action 21 a.Throw('c'); in main()
|
/external/llvm-project/compiler-rt/lib/asan/tests/ |
D | asan_exceptions_test.cpp | 11 void Throw(const char& arg) const { in Throw() function in Action 21 a.Throw('c'); in main()
|
/external/llvm-project/compiler-rt/test/asan/TestCases/Windows/ |
D | queue_user_work_item.cpp | 13 void Throw() { in Throw() function 22 Throw(); in ThrowAndCatch()
|
D | seh.cpp | 28 void Throw() { in Throw() function 38 Throw(); in ThrowAndCatch()
|
D | dll_seh.cpp | 21 void Throw() { in Throw() function 31 Throw(); in ThrowAndCatch()
|
D | bind_io_completion_callback.cpp | 13 void Throw() { in Throw() function 22 Throw(); in ThrowAndCatch()
|
/external/compiler-rt/test/asan/TestCases/Windows/ |
D | queue_user_work_item.cc | 18 void Throw() { in Throw() function 27 Throw(); in ThrowAndCatch()
|
D | dll_seh.cc | 21 void Throw() { in Throw() function 31 Throw(); in ThrowAndCatch()
|
D | seh.cc | 28 void Throw() { in Throw() function 38 Throw(); in ThrowAndCatch()
|