Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h24 } InitState : 2; member
97 if (LIKELY(State.InitState != ThreadState::NotInitialized)) in initThreadMaybe()
136 if (LIKELY(State.InitState == ThreadState::Initialized && in getTSDAndLock()
156 State.InitState = ThreadState::Initialized; in initThread()
193 TSDRegistryT::State.InitState = ThreadState::TornDown; in teardownThread()
/freebsd/contrib/llvm-project/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.cpp68 struct Thread::InitState { struct in __hwasan::Thread
89 const Thread::InitState state = { in InitThreads()
106 const Thread::InitState state = { in BeforeThreadCreateHook()
115 void Thread::InitStackAndTls(const InitState *state) { in InitStackAndTls()
H A Dhwasan_thread_list.h90 Thread *CreateCurrentThread(const Thread::InitState *state = nullptr)
H A Dhwasan_thread.cpp40 const InitState *state) { in Init()
H A Dhwasan_linux.cpp501 void Thread::InitStackAndTls(const InitState *) { in InitStackAndTls() argument
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp88 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()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DDescriptor.h60 GlobalInitState InitState = GlobalInitState::InitializerFailed; member
H A DPointer.cpp418 return GD.InitState == GlobalInitState::Initialized; in isInitialized()
456 GD.InitState = GlobalInitState::Initialized; in initialize()
H A DProgram.cpp273 GD->InitState = GlobalInitState::NoInitializer; in createGlobal()
H A DCompiler.cpp4576 GD.InitState = GlobalInitState::InitializerFailed; in visitDecl()
4640 GD.InitState = GlobalInitState::InitializerFailed; in visitDeclAndReturn()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h152 ProgramStateRef InitState);