Home
last modified time | relevance | path

Searched defs:UNINIT (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/Sema/
H A Duninit-variables.c433 #define UNINIT(T, x, y) T x; T y = x; macro
/llvm-project/openmp/runtime/src/
H A Dkmp_ftn_entry.h1113 typedef enum { UNINIT = -1, UNLOCKED, LOCKED } kmp_stub_lock_t; enumerator