Searched defs:UNINIT (Results 1 – 12 of 12) sorted by relevance
37 pub const UNINIT: usize = usize::max_value(); constant
99 const UNINIT: *mut c_void = 1 as *mut c_void; constant
38 const UNINIT: Self = Self { constant
99 public static final byte UNINIT = 1; field in RegisterType
98 public static final byte UNINIT = 1; field in RegisterType
52 const UNINIT: Self = Self { constant
74 public static final Type UNINIT = new Type(null); field in Type
1202 const UNINIT: Self = Self { constant
111 public static final int UNINIT = 8; field in StackMap
143 public static final int UNINIT = 8; field in StackMapTable
432 #define UNINIT(T, x, y) T x; T y = x; macro
2269 …const UNINIT: ::#prefix::mem::MaybeUninit<#canonical_ident> = ::#prefix::mem::MaybeUninit::uninit(… in codegen() constant