Home
last modified time | relevance | path

Searched refs:Throw (Results 1 – 25 of 135) sorted by relevance

123456

/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/
Dthrow_delegate.cc30 [[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/
Dthrow_delegate.cc30 [[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/
Dthrow_delegate.cc30 [[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/
Dthrow_delegate.cc30 [[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/
Dthrow_delegate.cc36 [[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/
Dthrow_delegate.cc36 [[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/
Dcatch_multi_level_pointer.pass.cpp50 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/
Dcatch_multi_level_pointer.pass.cpp51 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/
Dp1.cpp6 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/
DStmtObjC.h334 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/
Dthrow_catch.cc8 void Throw() { in Throw() function
18 Throw(); in ThrowAndCatch()
45 Throw(); in TestThrowInline()
/external/llvm-project/compiler-rt/test/asan/TestCases/
Dthrow_catch.cpp8 void Throw() { in Throw() function
18 Throw(); in ThrowAndCatch()
47 Throw(); in TestThrowInline()
Dthrow_invoke_test.cpp26 void Throw() { in Throw() function
48 Throw(); in main()
/external/clang/include/clang/AST/
DStmtObjC.h315 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/
Dp14.cpp124 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/
Dp14.cpp135 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/
Dasan_exceptions_test.cc11 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/
Dasan_exceptions_test.cpp11 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/
Dqueue_user_work_item.cpp13 void Throw() { in Throw() function
22 Throw(); in ThrowAndCatch()
Dseh.cpp28 void Throw() { in Throw() function
38 Throw(); in ThrowAndCatch()
Ddll_seh.cpp21 void Throw() { in Throw() function
31 Throw(); in ThrowAndCatch()
Dbind_io_completion_callback.cpp13 void Throw() { in Throw() function
22 Throw(); in ThrowAndCatch()
/external/compiler-rt/test/asan/TestCases/Windows/
Dqueue_user_work_item.cc18 void Throw() { in Throw() function
27 Throw(); in ThrowAndCatch()
Ddll_seh.cc21 void Throw() { in Throw() function
31 Throw(); in ThrowAndCatch()
Dseh.cc28 void Throw() { in Throw() function
38 Throw(); in ThrowAndCatch()

123456