/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | microsoft-templ-uuidof.cpp | 3 struct _GUID; 18 const _GUID &xa = __uuidof(X<A>); 21 const _GUID &xb = __uuidof(X<B>); 23 const _GUID &xc = __uuidof(X<C>); 33 const _GUID &xd = __uuidof(X<C>); 36 const _GUID &yd = __uuidof(Y<X<C> >);
|
H A D | mangle-ms-templates.cpp | 253 struct _GUID {}; struct 256 template <typename T, const _GUID *G = &__uuidof(T)> 259 template <typename T, const _GUID &G = __uuidof(T)> 278 template <const _GUID *G> 282 template <const _GUID *G>
|
H A D | debug-info-uuid.cpp | 32 struct _GUID; 33 template <const _GUID *> 40 template <const _GUID &>
|
H A D | microsoft-uuidof.cpp | 7 struct _GUID { struct 18 typedef struct _GUID GUID; argument
|
H A D | microsoft-uuidof-mangling.cpp | 4 typedef struct _GUID struct
|
/aosp_15_r20/external/clang/test/Parser/ |
H A D | MicrosoftExtensions.cpp | 39 typedef struct _GUID struct 135 const struct _GUID *w = &__uuidof(inher); // expected-error{{cannot call operator __uuidof on a typ… 136 const struct _GUID *x = &__uuidof(thing<uuid, inher>); 137 const struct _GUID *y = &__uuidof(thing<uuid2, uuid>); // expected-error{{cannot call operator __uu… 139 const struct _GUID *z = &__uuidof(thing_obj); // expected-error{{cannot call operator __uuidof on a…
|
/aosp_15_r20/external/clang/test/PCH/ |
H A D | uuidof.cpp | 6 struct _GUID {}; struct 7 const _GUID &x = __uuidof(0);
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | comdef.h | 122 inline _GUID _com_error::GUID_() const throw() { in GUID_() 123 _GUID guid; in GUID_() 124 memset (&guid, 0, sizeof (_GUID)); in GUID_()
|
D | guiddef.h | 19 typedef struct _GUID { struct
|
D | nspapi.h | 27 typedef struct _GUID { struct
|
D | tapi.h | 993 typedef struct _GUID { struct
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | borland-extensions.cpp | 43 typedef struct _GUID { struct
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
D | scsiwmi.h | 49 typedef struct _GUID { struct
|
/aosp_15_r20/external/cronet/base/win/ |
H A D | windows_types.h | 98 typedef struct _GUID GUID;
|
/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
H A D | p5.cpp | 237 typedef struct _GUID { struct
|
/aosp_15_r20/external/mesa3d/include/D3D9/ |
H A D | d3d9types.h | 108 typedef struct _GUID { struct
|
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/ |
H A D | bindings.rs | 21866 pub struct _GUID { struct 21874 const UNINIT: ::std::mem::MaybeUninit<_GUID> = ::std::mem::MaybeUninit::uninit(); in bindgen_test_layout__GUID() argument 21876 assert_eq!(::std::mem::size_of::<_GUID>(), 16usize, concat!("Size of: ", stringify!(_GUID))); in bindgen_test_layout__GUID() 21878 ::std::mem::align_of::<_GUID>(), in bindgen_test_layout__GUID() 21880 concat!("Alignment of ", stringify!(_GUID)) in bindgen_test_layout__GUID() 21885 concat!("Offset of field: ", stringify!(_GUID), "::", stringify!(Data1)) in bindgen_test_layout__GUID() 21890 concat!("Offset of field: ", stringify!(_GUID), "::", stringify!(Data2)) in bindgen_test_layout__GUID() 21895 concat!("Offset of field: ", stringify!(_GUID), "::", stringify!(Data3)) in bindgen_test_layout__GUID() 21900 concat!("Offset of field: ", stringify!(_GUID), "::", stringify!(Data4)) in bindgen_test_layout__GUID() 21903 pub type GUID = _GUID;
|
/aosp_15_r20/external/google-breakpad/src/processor/testdata/ |
H A D | module0.out | 7676 FUNC 4010 ae 4 google_breakpad::GUIDString::GUIDToWString(_GUID *) 7681 FUNC 40c0 ae 4 google_breakpad::GUIDString::GUIDToSymbolServerWString(_GUID *)
|
/aosp_15_r20/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/ |
H A D | test_app.sym | 7676 FUNC 4010 ae 4 google_breakpad::GUIDString::GUIDToWString(_GUID *) 7681 FUNC 40c0 ae 4 google_breakpad::GUIDString::GUIDToSymbolServerWString(_GUID *)
|