HomeSort by relevance Sort by last modified time
    Searched defs:Throw (Results 1 - 25 of 140) sorted by null

1 2 3 4 5 6

  /external/compiler-rt/lib/asan/tests/
asan_exceptions_test.cc 11 void Throw(const char& arg) const {
13 throw arg;
21 a.Throw('c');
  /external/compiler-rt/test/asan/TestCases/Windows/
dll_seh.cc 21 void Throw() {
23 fprintf(stderr, "Throw: %p\n", &local);
31 Throw();
queue_user_work_item.cc 1 // Make sure we can throw exceptions from work items executed via
18 void Throw() {
19 fprintf(stderr, "Throw\n");
20 // CHECK: Throw
21 throw 1;
27 Throw();
seh.cc 28 void Throw() {
30 fprintf(stderr, "Throw: %p\n", &local);
38 Throw();
bind_io_completion_callback.cc 1 // Make sure we can throw exceptions from work items executed via
18 void Throw() {
19 fprintf(stderr, "Throw\n");
20 // CHECK: Throw
21 throw 1;
27 Throw();
  /external/compiler-rt/test/asan/TestCases/
throw_catch.cc 8 void Throw() {
10 fprintf(stderr, "Throw: %p\n", &local);
11 throw 1;
18 Throw();
45 Throw();
contiguous_container.cc 51 void Throw() { throw 1; }
56 Throw();
throw_call_test.cc 18 throw 42;
22 void Throw() {
32 fprintf(stderr, "Throw stack = %p\n", &a);
47 Throw();
throw_invoke_test.cc 15 throw 42;
17 throw 1.;
23 void Throw() {
30 fprintf(stderr, "Throw stack = %p\n", &a);
45 Throw();
  /art/test/427-bounds/src/
Main.java 21 $opt$Throw(new int[1]);
31 throw new Error("Wrong length in exception message");
38 throw new Error("Wrong index in exception message");
43 static void $opt$Throw(int[] array) {
  /external/libpng/contrib/visupng/
cexcept.h 69 The Try/Catch and Throw statements (described below) implicitly
97 Try/Catch/Throw macros, so it shouldn't be expensive or have side
118 The Try/Catch/Throw macros are capitalized in order to avoid
132 If a Throw that uses the same exception context as the Try/Catch is
137 such Throw is executed, then the assignment is not performed, and
151 from a Try clause, it will suffice to use Throw, and then return
163 Throw expression;
165 A Throw statement is very much like a return statement, except that
167 where the current function was called, Throw jumps back to the Catch
243 #define Throw \
    [all...]
  /external/compiler-rt/test/asan/TestCases/Linux/
swapcontext_test.cc 21 void Throw() {
22 throw 1;
28 Throw();
  /art/test/003-omnibus-opcodes/src/
Throw.java 20 public class Throw {
22 throw new NullPointerException("npe!");
26 throw new ArithmeticException();
30 System.out.println("Throw.one");
43 System.out.println("Throw.twoA");
65 System.out.println("Throw.twoN");
87 System.out.println("Throw.rethrow");
102 throw (NullPointerException) ex;
117 Throw th = new Throw();
    [all...]
Main.java 50 Throw.run();
68 // We and the RI throw ClassNotFoundException, but that isn't declared so javac
78 throw new Error();
  /external/clang/test/CXX/except/except.spec/
p14.cpp 8 virtual ~X0() throw(A); // expected-note{{overridden virtual function is here}}
11 virtual ~X1() throw(B); // expected-note{{overridden virtual function is here}}
17 CA0 &operator=(const CA0&) throw(A);
20 CA1 &operator=(const CA1&) throw(B);
25 CA2 &(CA2::*captr1)(const CA2&) throw(A, B) = &CA2::operator=;
26 CA2 &(CA2::*captr2)(const CA2&) throw(A, B, C) = &CA2::operator=;
27 CA2 &(CA2::*captr3)(const CA2&) throw(A) = &CA2::operator=; // expected-error{{target exception specification is not superset of source}}
28 CA2 &(CA2::*captr4)(const CA2&) throw(B) = &CA2::operator=; // expected-error{{target exception specification is not superset of source}}
36 int inClassInit = (throw B(), 0);
40 static_assert(noexcept(IC0()), "IC0() does not throw");
    [all...]
  /external/v8/src/compiler/
control-builders.cc 191 void TryCatchBuilder::Throw(Node* exception) {
  /external/clang/include/clang/AST/
StmtObjC.h 312 /// \brief Represents Objective-C's \@throw statement.
315 Stmt *Throw;
319 : Stmt(ObjCAtThrowStmtClass), Throw(throwExpr) {
325 const Expr *getThrowExpr() const { return reinterpret_cast<Expr*>(Throw); }
326 Expr *getThrowExpr() { return reinterpret_cast<Expr*>(Throw); }
327 void setThrowExpr(Stmt *S) { Throw = S; }
334 return Throw ? Throw->getLocEnd() : AtThrowLoc;
341 child_range children() { return child_range(&Throw, &Throw+1);
    [all...]
  /external/clang/test/SemaCXX/
member-init.cpp 43 struct Throw { ThrowCtor tc = 42; };
46 static_assert(!noexcept(Throw()), "incorrect exception specification");
  /external/v8/src/interpreter/
bytecode-array-builder.cc 96 // throw (if expression position filtering is turned on). We only
745 BytecodeArrayBuilder& BytecodeArrayBuilder::Throw() {
    [all...]
  /external/v8/src/
isolate.h 154 return __isolate__->Throw<T>(__isolate__->factory()->call); \
160 return __isolate__->Throw(*__isolate__->factory()->call); \
315 // Communication channel between Isolate::Throw and message consumers.
655 // This method is called by the api after operations that may throw
665 // Return the relevant Promise that a throw/rejection pertains to, based
722 // of Throw() as its return value.
723 Object* Throw(Object* exception, MessageLocation* location = NULL);
727 MUST_USE_RESULT MaybeHandle<T> Throw(Handle<Object> exception,
729 Throw(*exception, location);
733 // Re-throw an exception. This involves no error reporting since erro
    [all...]
d8.cc 156 static Local<Value> Throw(Isolate* isolate, const char* message) {
175 Throw(isolate, "this is not a Worker");
182 Throw(isolate, "Worker is defunct because main thread is terminating");
747 Throw(args.GetIsolate(), "Invalid argument");
754 Throw(args.GetIsolate(), "Invalid realm index");
790 Throw(args.GetIsolate(), "Invalid argument");
863 Throw(args.GetIsolate(), "Invalid realm index");
890 Throw(args.GetIsolate(), "Invalid argument");
981 Throw(args.GetIsolate(), "Error loading file");
    [all...]
  /art/runtime/
check_jni.cc     [all...]
jni_internal.cc 447 static jint Throw(JNIEnv* env, jthrowable java_exception) {
580 // void and doesn't throw any exceptions, but we should probably
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
jni.h 187 jint (*Throw)(JNIEnv*, jthrowable);
539 jint Throw(jthrowable obj)
540 { return functions->Throw(this, obj); }
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
jni.h 187 jint (*Throw)(JNIEnv*, jthrowable);
539 jint Throw(jthrowable obj)
540 { return functions->Throw(this, obj); }
    [all...]

Completed in 539 milliseconds

1 2 3 4 5 6