OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:union
(Results
426 - 450
of
11132
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/test/Sema/
anonymous-struct-union-c11.c
16
union
{ // expected-warning{{anonymous unions are a C11 extension}}
overloaded-func-transparent-union.c
11
typedef
union
{
/external/clang/test/SemaCXX/
gnu-flags.cpp
11
// RUN: -Wgnu-flexible-array-
union
-member -Wgnu-folding-constant \
15
// RUN: -Wgnu-flexible-array-
union
-member -Wgnu-folding-constant \
19
// RUN: -Wgnu-flexible-array-
union
-member -Wgnu-folding-constant \
24
// RUN: -Wno-gnu-flexible-array-
union
-member -Wno-gnu-folding-constant \
28
// RUN: -Wno-gnu-flexible-array-
union
-member -Wno-gnu-folding-constant \
32
// RUN: -Wno-gnu-flexible-array-
union
-member -Wno-gnu-folding-constant \
38
// %clang_cc1 -fsyntax-only -verify %s -DFLEXIBLEARRAYUNIONMEMBER -Wno-gnu -Wgnu-flexible-array-
union
-member
75
// expected-warning@+6 {{flexible array member 'c1' in a
union
is a GNU extension}}
80
union
{
warn-reorder-ctor-initialization.cpp
74
int c;
union
{int a,b;}; int d;
78
int c;
union
{int a,b;}; int d;
84
union
{int a,b;};
116
union
{
/external/clang/test/SemaObjC/
transparent-union.m
4
typedef
union
{
/external/dhcpcd-6.8.2/
ifaddrs.h
21
union
{
/external/flatbuffers/samples/
monster.fbs
7
union
Equipment { Weapon } // Optionally add more tables.
/external/iptables/include/linux/netfilter/
xt_recent.h
42
union
nf_inet_addr mask;
/external/kernel-headers/original/uapi/linux/netfilter/
nf_conntrack_tuple_common.h
20
union
nf_conntrack_man_proto {
xt_bpf.h
33
union
{
xt_ecn.h
29
union
{
xt_ipvs.h
21
union
nf_inet_addr vaddr, vmask;
/external/kernel-headers/original/uapi/linux/
qrtr.h
34
union
{
/external/libchrome/base/
event_types.h
13
typedef
union
_XEvent XEvent;
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
is_array.pass.cpp
57
union
Union
{};
78
test_is_array<
Union
[]>();
88
test_is_not_array<
Union
>();
union.pass.cpp
12
//
union
47
union
Union
57
test_union<
Union
>();
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
21-1-buildonly.c
17
union
sigval tvalue;
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_query.h
16
boolean,
union
pipe_query_result *);
/external/nanopb-c/examples/using_union_messages/
unionproto.proto
1
// This is an example of how to handle '
union
' style messages
/external/skia/src/pathops/
SkReduceOrder.h
16
union
SkReduceOrder {
/external/skia/src/sfnt/
SkOTTable_loca.h
23
union
Offsets {
SkOTTable_maxp.h
24
union
Version {
/external/skqp/src/pathops/
SkReduceOrder.h
16
union
SkReduceOrder {
/external/skqp/src/sfnt/
SkOTTable_loca.h
23
union
Offsets {
SkOTTable_maxp.h
24
union
Version {
Completed in 1117 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>