/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/ |
D | issue-769-bad-instantiation-test.rs | 14 pub struct Rooted<T> { struct 18 impl<T> Default for Rooted<T> { implementation 31 ::std::mem::size_of::<root::Rooted<::std::os::raw::c_int>>(), in __bindgen_test_layout_Rooted_open0_int_close0_instantiation() argument 35 stringify!(root::Rooted<::std::os::raw::c_int>) in __bindgen_test_layout_Rooted_open0_int_close0_instantiation() 39 ::std::mem::align_of::<root::Rooted<::std::os::raw::c_int>>(), in __bindgen_test_layout_Rooted_open0_int_close0_instantiation() 43 stringify!(root::Rooted<::std::os::raw::c_int>) in __bindgen_test_layout_Rooted_open0_int_close0_instantiation() 51 ::std::mem::size_of::<root::Rooted<root::AutoValueVector_Alias>>(), in __bindgen_test_layout_Rooted_open0_AutoValueVector_Alias_close0_instantiation() 55 stringify!(root::Rooted<root::AutoValueVector_Alias>) in __bindgen_test_layout_Rooted_open0_AutoValueVector_Alias_close0_instantiation() 59 ::std::mem::align_of::<root::Rooted<root::AutoValueVector_Alias>>(), in __bindgen_test_layout_Rooted_open0_AutoValueVector_Alias_close0_instantiation() 63 stringify!(root::Rooted<root::AutoValueVector_Alias>) in __bindgen_test_layout_Rooted_open0_AutoValueVector_Alias_close0_instantiation()
|
D | type_alias_template_specialized.rs | 10 pub struct Rooted { struct 15 const UNINIT: ::std::mem::MaybeUninit<Rooted> = in bindgen_test_layout_Rooted() argument 19 ::std::mem::size_of::<Rooted>(), in bindgen_test_layout_Rooted() 21 concat!("Size of: ", stringify!(Rooted)) in bindgen_test_layout_Rooted() 24 ::std::mem::align_of::<Rooted>(), in bindgen_test_layout_Rooted() 26 concat!("Alignment of ", stringify!(Rooted)) in bindgen_test_layout_Rooted() 33 stringify!(Rooted), in bindgen_test_layout_Rooted() 39 impl Default for Rooted { implementation
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-5/ |
D | issue-769-bad-instantiation-test.rs | 14 pub struct Rooted<T> { struct 18 impl<T> Default for Rooted<T> { implementation 31 ::std::mem::size_of::<root::Rooted<::std::os::raw::c_int>>(), in __bindgen_test_layout_Rooted_open0_int_close0_instantiation() argument 35 stringify!(root::Rooted<::std::os::raw::c_int>) in __bindgen_test_layout_Rooted_open0_int_close0_instantiation() 39 ::std::mem::align_of::<root::Rooted<::std::os::raw::c_int>>(), in __bindgen_test_layout_Rooted_open0_int_close0_instantiation() 43 stringify!(root::Rooted<::std::os::raw::c_int>) in __bindgen_test_layout_Rooted_open0_int_close0_instantiation() 51 ::std::mem::size_of::<root::Rooted<root::AutoValueVector_Alias>>(), in __bindgen_test_layout_Rooted_open0_AutoValueVector_Alias_close0_instantiation() 55 stringify!(root::Rooted<root::AutoValueVector_Alias>) in __bindgen_test_layout_Rooted_open0_AutoValueVector_Alias_close0_instantiation() 59 ::std::mem::align_of::<root::Rooted<root::AutoValueVector_Alias>>(), in __bindgen_test_layout_Rooted_open0_AutoValueVector_Alias_close0_instantiation() 63 stringify!(root::Rooted<root::AutoValueVector_Alias>) in __bindgen_test_layout_Rooted_open0_AutoValueVector_Alias_close0_instantiation()
|
D | type_alias_template_specialized.rs | 10 pub struct Rooted { struct 15 const UNINIT: ::std::mem::MaybeUninit<Rooted> = in bindgen_test_layout_Rooted() argument 19 ::std::mem::size_of::<Rooted>(), in bindgen_test_layout_Rooted() 21 concat!("Size of: ", stringify!(Rooted)) in bindgen_test_layout_Rooted() 24 ::std::mem::align_of::<Rooted>(), in bindgen_test_layout_Rooted() 26 concat!("Alignment of ", stringify!(Rooted)) in bindgen_test_layout_Rooted() 33 stringify!(Rooted), in bindgen_test_layout_Rooted() 39 impl Default for Rooted { implementation
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | issue-769-bad-instantiation-test.hpp | 4 class Rooted { class 8 class AutoValueVector : Rooted<int> { 10 using RootedAlias = Rooted<Alias>;
|
D | forward-inherit-struct-with-fields.hpp | 1 template <typename> class Rooted; 5 Rooted<T>* next; 8 template <typename T> class Rooted : js::RootedBase<T> {}; class
|
D | forward-inherit-struct.hpp | 1 template <typename> class Rooted; 5 template <typename T> class Rooted : js::RootedBase<T> {}; class
|
D | template.hpp | 52 class Rooted { class 54 Rooted<void*>* next; 59 Rooted<void*> root;
|
D | issue-674-2.hpp | 4 template <typename T> class Rooted { using ElementType = T; }; class 7 JS::Rooted<int> b;
|
D | inherit-namespaced.hpp | 4 template <typename T> class Rooted : js::RootedBase<T> {}; class
|
D | type_alias_partial_template_especialization.hpp | 5 class Rooted { class
|
D | type_alias_template_specialized.hpp | 4 class Rooted { class
|
D | template_alias.hpp | 10 struct Rooted { struct
|
D | template_alias_namespace.hpp | 10 struct Rooted { struct
|
D | replace_template_alias.hpp | 13 class Rooted { class
|
D | replaces_double.hpp | 12 class Rooted { class
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | forward-inherit-struct-with-fields.rs | 12 pub next: *mut Rooted<T>, 26 pub struct Rooted<T> { struct 30 impl<T> Default for Rooted<T> { implementation
|
D | forward-inherit-struct.rs | 15 pub struct Rooted { struct 18 impl Default for Rooted { implementation
|
D | inherit-namespaced.rs | 15 pub struct Rooted { struct 18 impl Default for Rooted { argument
|
D | type_alias_partial_template_especialization.rs | 11 pub struct Rooted<T> { struct 15 impl<T> Default for Rooted<T> { argument
|
D | template_alias_namespace.rs | 22 pub struct Rooted<T> { struct 27 impl<T> Default for Rooted<T> { implementation
|
D | template.rs | 301 pub struct Rooted<T> { struct 303 pub next: *mut Rooted<*mut ::std::os::raw::c_void>, argument 307 impl<T> Default for Rooted<T> { argument 319 pub root: Rooted<*mut ::std::os::raw::c_void>, 942 ::std::mem::size_of::<Rooted<*mut ::std::os::raw::c_void>>(), in __bindgen_test_layout_Rooted_open0_ptr_void_close0_instantiation() 946 stringify!(Rooted<*mut ::std::os::raw::c_void>) in __bindgen_test_layout_Rooted_open0_ptr_void_close0_instantiation() 950 ::std::mem::align_of::<Rooted<*mut ::std::os::raw::c_void>>(), in __bindgen_test_layout_Rooted_open0_ptr_void_close0_instantiation() 954 stringify!(Rooted<*mut ::std::os::raw::c_void>) in __bindgen_test_layout_Rooted_open0_ptr_void_close0_instantiation() 961 ::std::mem::size_of::<Rooted<*mut ::std::os::raw::c_void>>(), in __bindgen_test_layout_Rooted_open0_ptr_void_close0_instantiation_1() 965 stringify!(Rooted<*mut ::std::os::raw::c_void>) in __bindgen_test_layout_Rooted_open0_ptr_void_close0_instantiation_1() [all …]
|
D | replaces_double.rs | 26 pub struct Rooted<T> { struct 32 impl<T> Default for Rooted<T> { implementation
|
D | issue-674-2.rs | 17 pub struct Rooted { struct
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | DDG.h | 224 Rooted, enumerator 225 Last = Rooted // Must be equal to the largest enum value. 255 bool isRooted() const { return Kind == EdgeKind::Rooted; } in isRooted() 378 auto *E = new DDGEdge(Tgt, DDGEdge::EdgeKind::Rooted); in createRootedEdge()
|