Home
last modified time | relevance | path

Searched defs:InitState (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_fuchsia.cpp59 struct Thread::InitState { struct in __hwasan::Thread
60 uptr stack_bottom, stack_top;
H A Dhwasan_linux.cpp501 void Thread::InitStackAndTls(const InitState *) { in InitStackAndTls()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h24 } InitState : 2; member
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.h59 GlobalInitState InitState = GlobalInitState::InitializerFailed; member
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp89 ProgramStateRef InitState) { in ExecuteWorkList()