Searched refs:_GUID (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Ddebug-info-uuid.cpp8 // CHECK: [[CONST_GUID]] = {{.*}}, metadata [[GUID:![0-9]*]]} ; [ DW_TAG_const_type ] [line 0, size 0, align 0, offset 0] [from _GUID]
9 // CHECK: [[GUID]] = {{.*}} ; [ DW_TAG_structure_type ] [_GUID]
13 struct _GUID;
14 template <const _GUID *>
H A Dmicrosoft-uuidof.cpp6 struct _GUID { struct
17 typedef struct _GUID GUID;
26 // CHECK-DEFINE-GUID: @thing = global %struct._GUID zeroinitializer, align 4
27 // CHECK-DEFINE-WRONG-GUID: @thing = global %struct._GUID zeroinitializer, align 4
30 // CHECK-DEFINE-GUID: @g = global %struct._GUID zeroinitializer, align 4
31 // CHECK-DEFINE-WRONG-GUID: @g = global %struct._GUID zeroinitializer, align 4
37 // CHECK: @gr = constant %struct._GUID* bitcast ({ i32, i16, i16, [8 x i8] }* @_GUID_12345678_1234_1234_1234_1234567890ab to %struct._GUID*), align 4
40 // CHECK: @gp = global %struct._GUID* bitcast ({ i32, i16, i16, [8 x i8] }* @_GUID_12345678_1234_1234_1234_1234567890ab to %struct._GUID*), alig
[all...]
H A Dmangle-ms-templates.cpp243 struct _GUID {}; struct
246 template <typename T, const _GUID *G = &__uuidof(T)>
249 template <typename T, const _GUID &G = __uuidof(T)>
268 template <const _GUID *G>
272 template <const _GUID *G>
/external/clang/test/SemaCXX/
H A Dborland-extensions.cpp43 typedef struct _GUID { struct
/external/clang/test/Parser/
H A DMicrosoftExtensions.cpp39 typedef struct _GUID struct
121 COM_CLASS_TEMPLATE<int, __uuidof(struct_with_uuid)> bad_template_arg; // expected-error {{non-type template argument of type 'const _GUID' cannot be converted to a value of type 'const GUID *' (aka 'const _GUID *')}}
135 const struct _GUID *w = &__uuidof(inher); // expected-error{{cannot call operator __uuidof on a type with no GUID}}
136 const struct _GUID *x = &__uuidof(thing<uuid, inher>);
137 const struct _GUID *y = &__uuidof(thing<uuid2, uuid>); // expected-error{{cannot call operator __uuidof on a type with multiple GUIDs}}
139 const struct _GUID *z = &__uuidof(thing_obj); // expected-error{{cannot call operator __uuidof on a type with multiple GUIDs}}
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp237 typedef struct _GUID { struct
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c289 typedef struct _GUID /* 16 bytes */ struct

Completed in 214 milliseconds