Lines Matching refs:canonical_ident
612 let canonical_ident = ctx.rust_ident(&canonical_name); in codegen() localVariable
627 pub const #canonical_ident : #ty = #val ; in codegen()
646 pub const #canonical_ident : #ty = #val ; in codegen()
663 pub const #canonical_ident : &'static #ty = #cstr ; in codegen()
669 pub const #canonical_ident : #ty = #bytes ; in codegen()
677 pub const #canonical_ident : #ty = #expr ; in codegen()
684 pub const #canonical_ident : #ty = #c ; in codegen()
710 pub static #maybe_mut #canonical_ident: #ty; in codegen()
1712 let canonical_ident = ctx.rust_ident(&canonical_name); in codegen() localVariable
1998 pub union #canonical_ident in codegen()
2003 pub struct #canonical_ident in codegen()
2030 canonical_ident in codegen()
2044 format!("bindgen_test_layout_{}", canonical_ident); in codegen()
2048 ::#prefix::mem::size_of::<#canonical_ident>() in codegen()
2051 ::#prefix::mem::align_of::<#canonical_ident>() in codegen()
2065 concat!("Alignment of ", stringify!(#canonical_ident))); in codegen()
2100 … &(*(::#prefix::ptr::null::<#canonical_ident>())).#field_name as *const _ as usize in codegen()
2103 … concat!("Offset of field: ", stringify!(#canonical_ident), "::", stringify!(#field_name)) in codegen()
2118 concat!("Size of: ", stringify!(#canonical_ident))); in codegen()
2177 #canonical_ident #generics in codegen()