HomeSort by relevance Sort by last modified time
    Searched refs:TTT_jmpbuf (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/exp-ptrcheck/tests/
arith_include1.c 8 static jmp_buf TTT_jmpbuf;
13 __builtin_longjmp(TTT_jmpbuf, 1);
arith_include2.c 6 if (__builtin_setjmp(TTT_jmpbuf) == 0) \
8 if (__builtin_setjmp(TTT_jmpbuf) == 0) \
mm.c 44 if (__builtin_setjmp(TTT_jmpbuf) == 0) { c = res3[i]; }

Completed in 243 milliseconds