Home
last modified time | relevance | path

Searched defs:is_initialized (Results 1 – 3 of 3) sorted by relevance

/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_signals_standalone.cpp62 static bool is_initialized = false; variable
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp680 bool is_initialized; variable
/llvm-project/offload/plugins-nextgen/common/src/
H A DPluginInterface.cpp1609 int32_t GenericPluginTy::is_initialized() const { return Initialized; } is_initialized() function in GenericPluginTy