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-5/
H A Dissue-769-bad-instantiation-test.rs14 pub struct Rooted<T> { structure names
18 impl<T> Default for Rooted<T> {
31 ::std::mem::size_of::<root::Rooted<::std::os::raw::c_int>>(), in __bindgen_test_layout_Rooted_open0_int_close0_instantiation()
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<roo in __bindgen_test_layout_Rooted_open0_AutoValueVector_Alias_close0_instantiation()
[all...]
H A Dtype_alias_template_specialized.rs10 pub struct Rooted { structure names
15 const UNINIT: ::std::mem::MaybeUninit<Rooted> = in bindgen_test_layout_Rooted()
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 {
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/
H A Dissue-769-bad-instantiation-test.rs14 pub struct Rooted<T> { structure names
18 impl<T> Default for Rooted<T> {
31 ::std::mem::size_of::<root::Rooted<::std::os::raw::c_int>>(), in __bindgen_test_layout_Rooted_open0_int_close0_instantiation()
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<roo in __bindgen_test_layout_Rooted_open0_AutoValueVector_Alias_close0_instantiation()
[all...]
H A Dtype_alias_template_specialized.rs10 pub struct Rooted { structure names
15 const UNINIT: ::std::mem::MaybeUninit<Rooted> = in bindgen_test_layout_Rooted()
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 {
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dissue-769-bad-instantiation-test.hpp1 // bindgen-flags: --enable-cxx-namespaces --allowlist-type Rooted
4 class Rooted { class
8 class AutoValueVector : Rooted<int> {
10 using RootedAlias = Rooted<Alias>;
H A Dforward-inherit-struct-with-fields.hpp1 template <typename> class Rooted;
5 Rooted<T>* next;
8 template <typename T> class Rooted : js::RootedBase<T> {}; class
H A Dtemplate.hpp52 class Rooted { class
54 Rooted<void*>* next;
59 Rooted<void*> root;
H A Dforward-inherit-struct.hpp1 template <typename> class Rooted;
5 template <typename T> class Rooted : js::RootedBase<T> {}; class
H A Dissue-674-2.hpp1 // bindgen-flags: --enable-cxx-namespaces --allowlist-type StaticRefPtr --opaque-type 'JS::Rooted' -- -std=c++14
4 template <typename T> class Rooted { using ElementType = T; }; class
7 JS::Rooted<int> b;
H A Dinherit-namespaced.hpp4 template <typename T> class Rooted : js::RootedBase<T> {}; class
H A Dtype_alias_template_specialized.hpp1 // bindgen-flags: --allowlist-type Rooted -- -std=c++14
4 class Rooted { class
H A Dtype_alias_partial_template_especialization.hpp5 class Rooted { class
H A Dreplace_template_alias.hpp13 class Rooted { class
H A Dtemplate_alias_namespace.hpp10 struct Rooted { struct
H A Dtemplate_alias.hpp10 struct Rooted { struct
H A Dreplaces_double.hpp12 class Rooted { class
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dforward-inherit-struct-with-fields.rs12 pub next: *mut Rooted<T>,
26 pub struct Rooted<T> { structure names
30 impl<T> Default for Rooted<T> {
H A Dforward-inherit-struct.rs15 pub struct Rooted { structure names
18 impl Default for Rooted {
H A Dinherit-namespaced.rs15 pub struct Rooted { structure names
18 impl Default for Rooted {
H A Dtype_alias_partial_template_especialization.rs11 pub struct Rooted<T> { structure names
15 impl<T> Default for Rooted<T> {
H A Dreplaces_double.rs26 pub struct Rooted<T> { structure names
32 impl<T> Default for Rooted<T> {
H A Dtemplate_alias_namespace.rs22 pub struct Rooted<T> { structure names
27 impl<T> Default for Rooted<T> {
H A Dtemplate.rs301 pub struct Rooted<T> { structure names
303 pub next: *mut Rooted<*mut ::std::os::raw::c_void>,
307 impl<T> Default for Rooted<T> {
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<*mu in __bindgen_test_layout_Rooted_open0_ptr_void_close0_instantiation_1()
[all...]
H A Dissue-674-2.rs17 pub struct Rooted { structure names
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DDDG.h224 Rooted, member in llvm::DDGEdge::EdgeKind
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);

Completed in 6 milliseconds

12