HomeSort by relevance Sort by last modified time
    Searched full:raise_exception (Results 1 - 21 of 21) sorted by null

  /ndk/tests/device/test-stlport_shared-exception/jni/
gcsec1.cpp 12 void raise_exception() function
20 raise_exception ();
30 raise_exception ();
  /ndk/tests/device/test-stlport_static-exception/jni/
gcsec1.cpp 12 void raise_exception() function
20 raise_exception ();
30 raise_exception ();
  /external/qemu/target-i386/
int_helper.c 51 raise_exception(env, EXCP00_DIVZ);
55 raise_exception(env, EXCP00_DIVZ);
68 raise_exception(env, EXCP00_DIVZ);
72 raise_exception(env, EXCP00_DIVZ);
85 raise_exception(env, EXCP00_DIVZ);
89 raise_exception(env, EXCP00_DIVZ);
103 raise_exception(env, EXCP00_DIVZ);
107 raise_exception(env, EXCP00_DIVZ);
122 raise_exception(env, EXCP00_DIVZ);
127 raise_exception(env, EXCP00_DIVZ)
    [all...]
excp_helper.c 28 qemu_log("raise_exception line=%d\n", __LINE__);\
40 raise_exception(env, exception_index);
117 void raise_exception(CPUX86State *env, int exception_index) function
mem_helper.c 68 raise_exception(env, EXCP0D_GPF);
95 raise_exception(env, EXCP05_BOUND);
105 raise_exception(env, EXCP05_BOUND);
misc_helper.c 113 raise_exception(env, EXCP01_DB);
226 raise_exception(env, EXCP0D_GPF);
238 raise_exception(env, EXCP0D_GPF);
538 raise_exception(env, EXCP0D_GPF);
546 raise_exception(env, EXCP0D_GPF);
helper.h 67 DEF_HELPER_2(raise_exception, void, env, int)
svm_helper.c 285 raise_exception(env, EXCP06_ILLOP);
374 raise_exception(env, EXCP06_ILLOP);
helper.c     [all...]
cpu.h     [all...]
fpu_helper.c 142 raise_exception(env, EXCP10_COPR);
  /external/llvm/test/Analysis/ScalarEvolution/
trip-count6.ll 32 tail call void @raise_exception( ) noreturn
38 declare void @raise_exception() noreturn
  /external/libunwind/tests/
Gtest-exc.c 52 raise_exception (void) function
65 /* unwind to top-most frame a(), skipping over b() and raise_exception(): */
127 printf ("b(n=%d) calling raise_exception()\n", n);
128 raise_exception ();
130 panic ("FAILURE: b() returned from raise_exception()!!\n");
  /external/llvm/test/Transforms/LoopRotate/
simplifylatch.ll 33 tail call void @raise_exception( ) noreturn
39 declare void @raise_exception() noreturn
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_testcapi.so 
  /external/qemu/target-arm/
op_helper.c 27 static void raise_exception(CPUARMState *env, int tt) function
89 raise_exception(env, env->exception_index);
  /external/qemu/target-mips/
helper.h 4 DEF_HELPER_2(raise_exception, void, env, i32)
translate.c 809 gen_helper_1i(raise_exception, cpu_env, excp);
    [all...]
  /external/zlib/src/contrib/ada/
zlib.adb 155 Ada.Exceptions.Raise_Exception
384 Ada.Exceptions.Raise_Exception (ZLib_Error'Identity, Message);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_exceptions.py 162 _testcapi.raise_exception(BadException, 1)
174 _testcapi.raise_exception(BadException, 0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_exceptions.py 162 _testcapi.raise_exception(BadException, 1)
174 _testcapi.raise_exception(BadException, 0)

Completed in 670 milliseconds