Home
last modified time | relevance | path

Searched refs:Rooted (Results 1 – 25 of 28) sorted by relevance

12

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/
Dissue-769-bad-instantiation-test.rs14 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()
Dtype_alias_template_specialized.rs10 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/
Dissue-769-bad-instantiation-test.rs14 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()
Dtype_alias_template_specialized.rs10 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/
Dissue-769-bad-instantiation-test.hpp4 class Rooted { class
8 class AutoValueVector : Rooted<int> {
10 using RootedAlias = Rooted<Alias>;
Dforward-inherit-struct-with-fields.hpp1 template <typename> class Rooted;
5 Rooted<T>* next;
8 template <typename T> class Rooted : js::RootedBase<T> {}; class
Dforward-inherit-struct.hpp1 template <typename> class Rooted;
5 template <typename T> class Rooted : js::RootedBase<T> {}; class
Dtemplate.hpp52 class Rooted { class
54 Rooted<void*>* next;
59 Rooted<void*> root;
Dissue-674-2.hpp4 template <typename T> class Rooted { using ElementType = T; }; class
7 JS::Rooted<int> b;
Dinherit-namespaced.hpp4 template <typename T> class Rooted : js::RootedBase<T> {}; class
Dtype_alias_partial_template_especialization.hpp5 class Rooted { class
Dtype_alias_template_specialized.hpp4 class Rooted { class
Dtemplate_alias.hpp10 struct Rooted { struct
Dtemplate_alias_namespace.hpp10 struct Rooted { struct
Dreplace_template_alias.hpp13 class Rooted { class
Dreplaces_double.hpp12 class Rooted { class
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dforward-inherit-struct-with-fields.rs12 pub next: *mut Rooted<T>,
26 pub struct Rooted<T> { struct
30 impl<T> Default for Rooted<T> { implementation
Dforward-inherit-struct.rs15 pub struct Rooted { struct
18 impl Default for Rooted { implementation
Dinherit-namespaced.rs15 pub struct Rooted { struct
18 impl Default for Rooted { argument
Dtype_alias_partial_template_especialization.rs11 pub struct Rooted<T> { struct
15 impl<T> Default for Rooted<T> { argument
Dtemplate_alias_namespace.rs22 pub struct Rooted<T> { struct
27 impl<T> Default for Rooted<T> { implementation
Dtemplate.rs301 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 …]
Dreplaces_double.rs26 pub struct Rooted<T> { struct
32 impl<T> Default for Rooted<T> { implementation
Dissue-674-2.rs17 pub struct Rooted { struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDDG.h224 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()

12