OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_GUID
(Results
1 - 13
of
13
) sorted by null
/external/clang/test/PCH/
uuidof.cpp
6
struct
_GUID
{};
7
const
_GUID
&x = __uuidof(0);
/external/clang/test/CodeGenCXX/
microsoft-uuidof-mangling.cpp
4
typedef struct
_GUID
microsoft-uuidof.cpp
7
struct
_GUID
{
18
typedef struct
_GUID
GUID;
28
// CHECK-DEFINE-GUID: @thing = global %struct.
_GUID
zeroinitializer, align 4
29
// CHECK-DEFINE-WRONG-GUID: @thing = global %struct.
_GUID
zeroinitializer, align 4
32
// CHECK-DEFINE-GUID: @g = global %struct.
_GUID
zeroinitializer, align 4
33
// CHECK-DEFINE-WRONG-GUID: @g = global %struct.
_GUID
zeroinitializer, align 4
39
// 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-64: @gr = constant %struct.
_GUID
* bitcast ({ i32, i16, i16, [8 x i8] }* @_GUID_12345678_1234_1234_1234_1234567890ab to %struct.
_GUID
*), align
[
all
...]
mangle-ms-templates.cpp
253
struct
_GUID
{};
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>
/external/clang/test/SemaCXX/
borland-extensions.cpp
43
typedef struct
_GUID
{
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsiwmi.h
49
typedef struct
_GUID
{
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
guiddef.h
19
typedef struct
_GUID
{
nspapi.h
27
typedef struct
_GUID
{
tapi.h
[
all
...]
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
p5.cpp
237
typedef struct
_GUID
{
/external/clang/test/Parser/
MicrosoftExtensions.cpp
39
typedef struct
_GUID
121
COM_CLASS_TEMPLATE<int, __uuidof(struct_with_uuid)> bad_template_arg; // expected-error {{non-type template argument of type 'const
_GUID
' is not a constant expression}}
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/valgrind/coregrind/m_debuginfo/
readpdb.c
289
typedef struct
_GUID
/* 16 bytes */
[
all
...]
/external/mesa3d/include/D3D9/
d3d9types.h
108
typedef struct
_GUID
{
[
all
...]
Completed in 2386 milliseconds