OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JmpBuf
(Results
1 - 5
of
5
) sorted by null
/external/llvm/tools/llvm-as-fuzzer/
llvm-as-fuzzer.cpp
30
static jmp_buf
JmpBuf
;
39
longjmp(
JmpBuf
, 1);
59
if (setjmp(
JmpBuf
))
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-as-fuzzer/
llvm-as-fuzzer.cpp
30
static jmp_buf
JmpBuf
;
39
longjmp(
JmpBuf
, 1);
59
if (setjmp(
JmpBuf
))
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LowerInvoke.cpp
136
// Now that we've done that, insert the
jmpbuf
list head global, unless it
453
AllocaInst *
JmpBuf
=
459
OldJmpBufPtr = GetElementPtrInst::Create(
JmpBuf
, Idx, "OldBuf",
468
new StoreInst(
JmpBuf
, JBListHead, true, EntryBB->getTerminator());
506
Value *JmpBufPtr = GetElementPtrInst::Create(
JmpBuf
, Idx, "TheJmpBuf",
532
// Create three new blocks, the block to load the
jmpbuf
ptr and compare
557
// Get a pointer to the
jmpbuf
and longjmp.
560
Idx[0] = GetElementPtrInst::Create(BufPtr, Idx, "
JmpBuf
", UnwindBlock);
589
// invoke, restore the old
jmpbuf
pointer to its input value.
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h
319
struct
JmpBuf
{
393
Vector<
JmpBuf
> jmp_bufs;
tsan_interceptors.cc
451
JmpBuf
*buf = &thr->jmp_bufs[i];
467
JmpBuf
*buf = thr->jmp_bufs.PushBack();
494
JmpBuf
*buf = &thr->jmp_bufs[i];
[
all
...]
Completed in 339 milliseconds