Searched refs:InitState (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | tsd_exclusive.h | 22 } 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()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_thread.h | 27 struct InitState; 30 const InitState *state = nullptr); 32 void InitStackAndTls(const InitState *state = nullptr);
|
| H A D | hwasan_fuchsia.cpp | 56 struct Thread::InitState { struct in __hwasan::Thread 77 const Thread::InitState state = { in InitThreads() 94 const Thread::InitState state = { in BeforeThreadCreateHook() 103 void Thread::InitStackAndTls(const InitState *state) { in InitStackAndTls()
|
| H A D | hwasan_thread.cpp | 38 const InitState *state) { in Init()
|
| H A D | hwasan_thread_list.h | 88 Thread *CreateCurrentThread(const Thread::InitState *state = nullptr) {
|
| H A D | hwasan_linux.cpp | 405 void Thread::InitStackAndTls(const InitState *) { in InitStackAndTls() argument
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CoreEngine.cpp | 80 ProgramStateRef InitState) { in ExecuteWorkList() argument 105 if (!InitState) in ExecuteWorkList() 106 InitState = ExprEng.getInitialState(L); in ExecuteWorkList() 109 ExplodedNode *Node = G.getNode(StartLoc, InitState, false, &IsNew); in ExecuteWorkList() 198 ProgramStateRef InitState, in ExecuteWorkListWithInitialState() argument 200 bool DidNotFinish = ExecuteWorkList(L, Steps, InitState); in ExecuteWorkListWithInitialState()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CoreEngine.h | 146 ProgramStateRef InitState); 151 ProgramStateRef InitState,
|
| H A D | ExprEngine.h | 200 ProgramStateRef InitState, in ExecuteWorkListWithInitialState() argument 202 return Engine.ExecuteWorkListWithInitialState(L, Steps, InitState, Dst); in ExecuteWorkListWithInitialState()
|