/external/clang/test/CodeGenCXX/ |
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> >);
|
D | debug-info-uuid.cpp | 32 struct _GUID; 33 template <const _GUID *> 40 template <const _GUID &>
|
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>
|
D | microsoft-uuidof.cpp | 7 struct _GUID { struct 18 typedef struct _GUID GUID; argument
|
D | microsoft-uuidof-mangling.cpp | 4 typedef struct _GUID struct
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | microsoft-templ-uuidof.cpp | 3 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> >);
|
D | debug-info-uuid.cpp | 31 struct _GUID { struct 34 template <const _GUID *> argument 41 template <const _GUID &>
|
D | microsoft-uuidof.cpp | 8 struct _GUID { struct 19 typedef struct _GUID GUID; argument 136 template<const _GUID &g> const _GUID &f() { return g; } in f()
|
D | mangle-ms-templates.cpp | 277 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>
|
D | microsoft-uuidof-mangling.cpp | 4 typedef struct _GUID struct
|
/external/llvm-project/clang/test/PCH/ |
D | uuidof.cpp | 6 struct _GUID {}; struct 7 const _GUID &x = __uuidof(0);
|
/external/clang/test/PCH/ |
D | uuidof.cpp | 6 struct _GUID {}; struct 7 const _GUID &x = __uuidof(0);
|
/external/llvm-project/clang/test/SemaCXX/ |
D | PR40395.cpp | 6 struct _GUID {}; struct 9 template <const _GUID* piid>
|
D | ms-iunknown-template-function.cpp | 5 typedef struct _GUID { struct
|
D | borland-extensions.cpp | 43 typedef struct _GUID { struct
|
D | ms-uuid.cpp | 4 typedef struct _GUID { struct
|
/external/clang/test/Parser/ |
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…
|
/external/llvm-project/clang/test/Parser/ |
D | MicrosoftExtensions.cpp | 39 typedef struct _GUID struct 154 const struct _GUID *w = &__uuidof(inher); // expected-error{{cannot call operator __uuidof on a typ… 155 const struct _GUID *x = &__uuidof(thing<uuid, inher>); 156 const struct _GUID *y = &__uuidof(thing<uuid2, uuid>); // expected-error{{cannot call operator __uu… 158 const struct _GUID *z = &__uuidof(thing_obj); // expected-error{{cannot call operator __uuidof on a…
|
D | ms-square-bracket-attributes.mm | 3 typedef struct _GUID { struct
|
/external/clang/test/SemaCXX/ |
D | borland-extensions.cpp | 43 typedef struct _GUID { struct
|
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | p5.cpp | 237 typedef struct _GUID { struct
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | p5.cpp | 237 typedef struct _GUID { struct
|
/external/mesa3d/include/D3D9/ |
D | d3d9types.h | 108 typedef struct _GUID { struct
|
/external/google-breakpad/src/processor/testdata/ |
D | module0.out | 7676 FUNC 4010 ae 4 google_breakpad::GUIDString::GUIDToWString(_GUID *) 7681 FUNC 40c0 ae 4 google_breakpad::GUIDString::GUIDToSymbolServerWString(_GUID *)
|
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/ |
D | test_app.sym | 7676 FUNC 4010 ae 4 google_breakpad::GUIDString::GUIDToWString(_GUID *) 7681 FUNC 40c0 ae 4 google_breakpad::GUIDString::GUIDToSymbolServerWString(_GUID *)
|