HomeSort by relevance Sort by last modified time
    Searched refs:longjmp (Results 1 - 25 of 255) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/libcxx/test/depr/depr.c.headers/
setjmp_h.pass.cpp 18 static_assert((std::is_same<__typeof__(longjmp(jb, 0)), void>::value),
19 "std::is_same<__typeof__(longjmp(jb, 0)), void>::value");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
setjmp_h.pass.cpp 18 static_assert((std::is_same<__typeof__(longjmp(jb, 0)), void>::value),
19 "std::is_same<__typeof__(longjmp(jb, 0)), void>::value");
  /system/extras/tests/bionic/libstdc++/
test_csetjmp.cpp 43 #ifdef longjmp
44 #error "longjmp must not be a macro"
51 using std::longjmp;
  /external/compiler-rt/test/tsan/
longjmp.cc 7 longjmp(env, 42);
  /external/libcxx/test/language.support/support.runtime/
csetjmp.pass.cpp 22 static_assert((std::is_same<__typeof__(std::longjmp(jb, 0)), void>::value),
23 "std::is_same<__typeof__(std::longjmp(jb, 0)), void>::value");
  /external/lldb/test/functionalities/longjmp/
main.c 20 longjmp(j, 1); // non-local goto
28 return 0; // destination of longjmp
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
csetjmp.pass.cpp 22 static_assert((std::is_same<__typeof__(std::longjmp(jb, 0)), void>::value),
23 "std::is_same<__typeof__(std::longjmp(jb, 0)), void>::value");
  /external/stlport/stlport/stl/
_csetjmp.h 60 using _STLP_VENDOR_CSTD::longjmp;
62 using ::longjmp;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_csetjmp.h 60 using _STLP_VENDOR_CSTD::longjmp;
62 using ::longjmp;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
setjmp2.h 24 /* Variant of the longjmp functions which perform some sanity checking. */
26 extern void __REDIRECT_NTH (longjmp,
38 # define longjmp __longjmp_chk macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
setjmp2.h 24 /* Variant of the longjmp functions which perform some sanity checking. */
26 extern void __REDIRECT_NTH (longjmp,
38 # define longjmp __longjmp_chk macro
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_csetjmp.h 60 using _STLP_VENDOR_CSTD::longjmp;
62 using ::longjmp;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_csetjmp.h 60 using _STLP_VENDOR_CSTD::longjmp;
62 using ::longjmp;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_csetjmp.h 60 using _STLP_VENDOR_CSTD::longjmp;
62 using ::longjmp;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_csetjmp.h 60 using _STLP_VENDOR_CSTD::longjmp;
62 using ::longjmp;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_csetjmp.h 60 using _STLP_VENDOR_CSTD::longjmp;
62 using ::longjmp;
  /bionic/libstdc++/include/
csetjmp 48 using ::longjmp;
  /ndk/sources/cxx-stl/gabi++/include/
csetjmp 48 using ::longjmp;
  /ndk/sources/cxx-stl/system/include/
csetjmp 48 using ::longjmp;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
csetjmp 46 using ::longjmp;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
csetjmp 46 using ::longjmp;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
csetjmp 48 using ::longjmp;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
csetjmp 48 using ::longjmp;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
csetjmp 48 using ::longjmp;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
csetjmp 48 using ::longjmp;

Completed in 380 milliseconds

1 2 3 4 5 6 7 8 91011