Home
last modified time | relevance | path

Searched refs:_GUID (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmicrosoft-templ-uuidof.cpp3 struct _GUID { struct
24 const _GUID &xa = __uuidof(X<A>); argument
27 const _GUID &xb = __uuidof(X<B>);
29 const _GUID &xc = __uuidof(X<C>);
39 const _GUID &xd = __uuidof(X<C>);
42 const _GUID &yd = __uuidof(Y<X<C> >);
H A Ddebug-info-uuid.cpp31 struct _GUID { struct
34 template <const _GUID *> argument
41 template <const _GUID &>
H A Dmicrosoft-uuidof.cpp8 struct _GUID { struct
19 typedef struct _GUID GUID; argument
136 template<const _GUID &g> const _GUID &f() { return g; } in f()
H A Dmangle-ms-templates.cpp277 struct _GUID {}; struct
280 template <typename T, const _GUID *G = &__uuidof(T)>
283 template <typename T, const _GUID &G = __uuidof(T)>
302 template <const _GUID *G>
306 template <const _GUID *G>
H A Dmicrosoft-uuidof-mangling.cpp5 typedef struct _GUID struct
/llvm-project-15.0.7/clang/test/PCH/
H A Duuidof.cpp6 struct _GUID {}; struct
7 const _GUID &x = __uuidof(0);
/llvm-project-15.0.7/clang/test/SemaCXX/
H A DPR40395.cpp6 struct _GUID {}; struct
9 template <const _GUID* piid>
H A Dms-iunknown-template-function.cpp5 typedef struct _GUID { struct
H A Dborland-extensions.cpp43 typedef struct _GUID { struct
H A Dms-uuid.cpp4 typedef struct _GUID { struct
/llvm-project-15.0.7/clang/test/Parser/
H A DMicrosoftExtensions.cpp39 typedef struct _GUID struct
162 const struct _GUID *w = &__uuidof(inher); // expected-error{{cannot call operator __uuidof on a typ…
163 const struct _GUID *x = &__uuidof(thing<uuid, inher>);
164 const struct _GUID *y = &__uuidof(thing<uuid2, uuid>); // expected-error{{cannot call operator __uu…
166 const struct _GUID *z = &__uuidof(thing_obj); // expected-error{{cannot call operator __uuidof on a…
H A Dms-square-bracket-attributes.mm3 typedef struct _GUID { struct
/llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp237 typedef struct _GUID { struct