Home
last modified time | relevance | path

Searched refs:InitState (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h22 } InitState : 2; member
60 if (LIKELY(State.InitState != ThreadState::NotInitialized)) in initThreadMaybe()
66 if (LIKELY(State.InitState == ThreadState::Initialized && in getTSDAndLock()
111 State.InitState = ThreadState::Initialized; in initThread()
147 TSDRegistryT::State.InitState = ThreadState::TornDown; in teardownThread()
/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_thread.h27 struct InitState;
30 const InitState *state = nullptr);
32 void InitStackAndTls(const InitState *state = nullptr);
H A Dhwasan_fuchsia.cpp59 struct Thread::InitState { struct in __hwasan::Thread
80 const Thread::InitState state = { in InitThreads()
97 const Thread::InitState state = { in BeforeThreadCreateHook()
106 void Thread::InitStackAndTls(const InitState *state) { in InitStackAndTls()
H A Dhwasan_thread.cpp40 const InitState *state) { in Init()
H A Dhwasan_thread_list.h88 Thread *CreateCurrentThread(const Thread::InitState *state = nullptr)
H A Dhwasan_linux.cpp499 void Thread::InitStackAndTls(const InitState *) { in InitStackAndTls() argument
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp89 ProgramStateRef InitState) { in ExecuteWorkList() argument
114 if (!InitState) in ExecuteWorkList()
115 InitState = ExprEng.getInitialState(L); in ExecuteWorkList()
118 ExplodedNode *Node = G.getNode(StartLoc, InitState, false, &IsNew); in ExecuteWorkList()
227 ProgramStateRef InitState, in ExecuteWorkListWithInitialState() argument
229 bool DidNotFinish = ExecuteWorkList(L, Steps, InitState); in ExecuteWorkListWithInitialState()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h149 ProgramStateRef InitState);
154 ProgramStateRef InitState,
H A DExprEngine.h198 ProgramStateRef InitState, in ExecuteWorkListWithInitialState() argument
200 return Engine.ExecuteWorkListWithInitialState(L, Steps, InitState, Dst); in ExecuteWorkListWithInitialState()