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

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
setjmp_h.pass.cpp 17 jmp_buf jb; local
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++/test/language.support/support.runtime/
csetjmp.pass.cpp 21 std::jmp_buf jb; local
22 static_assert((std::is_same<__typeof__(std::longjmp(jb, 0)), void>::value),
23 "std::is_same<__typeof__(std::longjmp(jb, 0)), void>::value");
  /dalvik/vm/compiler/template/ia32/
TEMPLATE_INTERPRET.S 32 jb 1f
  /bionic/libc/arch-x86/bionic/
vfork.S 15 jb 1f
  /bionic/libc/arch-x86/syscalls/
getegid.S 10 jb 1f
geteuid.S 10 jb 1f
getgid.S 10 jb 1f
getpid.S 10 jb 1f
getppid.S 10 jb 1f
gettid.S 10 jb 1f
getuid.S 10 jb 1f
munlockall.S 10 jb 1f
pause.S 10 jb 1f
setsid.S 10 jb 1f
__brk.S 12 jb 1f
__fork.S 12 jb 1f
__set_thread_area.S 12 jb 1f
__setuid.S 12 jb 1f
__timer_delete.S 12 jb 1f
__timer_getoverrun.S 12 jb 1f
_exit.S 12 jb 1f
_exit_thread.S 12 jb 1f
acct.S 12 jb 1f
  /external/llvm/test/MC/MachO/
relax-jumps.s 21 jb L2
  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.modifying.operations/alg.reverse/
reverse_copy.pass.cpp 36 int jb[sb] = {-1}; local
37 r = std::reverse_copy(InIter(ib), InIter(ib+sb), OutIter(jb));
38 assert(base(r) == jb+sb);
39 assert(jb[0] == 1);
40 assert(jb[1] == 0);

Completed in 237 milliseconds

1 2 3 4 5 6 7 8 91011>>