Searched refs:_GUID (Results 1 – 15 of 15) sorted by relevance
3 struct _GUID { struct24 const _GUID &xa = __uuidof(X<A>); argument27 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> >);
15 struct _GUID { struct26 typedef struct _GUID GUID; argument137 template<const _GUID &g> const _GUID &f() { return g; } in f()
31 struct _GUID { struct34 template <const _GUID *> argument41 template <const _GUID &>
292 struct _GUID {}; struct295 template <typename T, const _GUID *G = &__uuidof(T)>298 template <typename T, const _GUID &G = __uuidof(T)>317 template <const _GUID *G>321 template <const _GUID *G>
4 typedef struct _GUID struct
6 struct _GUID {}; struct7 const _GUID &x = __uuidof(0);
7 struct _GUID {}; struct10 template <const _GUID* piid>
5 typedef struct _GUID { struct
43 typedef struct _GUID { struct
6 typedef struct _GUID { struct
39 typedef struct _GUID struct162 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…
3 typedef struct _GUID { struct
1 template <class T, const _GUID &ID = __uuidof(T)>
242 typedef struct _GUID { struct