Home
last modified time | relevance | path

Searched defs:initOnce (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_tsd_exclusive.cpp49 static void initOnce() { in initOnce() function
H A Dscudo_tsd_shared.cpp33 static void initOnce() { in initOnce() function
/llvm-project-15.0.7/mlir/lib/CAPI/ExecutionEngine/
H A DExecutionEngine.cpp23 static bool initOnce = [] { in mlirExecutionEngineCreate() local
/llvm-project-15.0.7/openmp/libomptarget/src/
H A Ddevice.cpp491 int32_t DeviceTy::initOnce() { in initOnce() function in DeviceTy