Home
last modified time | relevance | path

Searched refs:Simple (Results 1 – 25 of 697) sorted by relevance

12345678910>>...28

/external/clang/test/Sema/
Dbuiltins-arm64-exclusive.c3 struct Simple { struct
17 sum += __builtin_arm_ldrex((struct Simple **)addr)->a; in test_ldrex() argument
23 …sum += __builtin_arm_ldrex((struct Simple *)addr).a; // expected-error {{address argument to atomi… in test_ldrex()
32 struct Simple var = {0}; in test_strex()
40 res |= __builtin_arm_strex(&var, (struct Simple **)addr); in test_strex()
47 …res |= __builtin_arm_strex(var, (struct Simple *)addr); // expected-error {{address argument to at… in test_strex()
48 …res |= __builtin_arm_strex(var, (struct Simple **)addr); // expected-error {{passing 'struct Simpl… in test_strex()
49 …res |= __builtin_arm_strex(&var, (struct Simple **)addr).a; // expected-error {{is not a structure… in test_strex()
66 sum += __builtin_arm_ldaex((struct Simple **)addr)->a; in test_ldaex()
72 …sum += __builtin_arm_ldaex((struct Simple *)addr).a; // expected-error {{address argument to atomi… in test_ldaex()
[all …]
Dbuiltins-arm-exclusive.c3 struct Simple { struct
16 sum += __builtin_arm_ldrex((struct Simple **)addr)->a; in test_ldrex() argument
22 …sum += __builtin_arm_ldrex((struct Simple *)addr).a; // expected-error {{address argument to atomi… in test_ldrex()
33 struct Simple var = {0}; in test_strex()
40 res |= __builtin_arm_strex(&var, (struct Simple **)addr); in test_strex()
47 …res |= __builtin_arm_strex(var, (struct Simple *)addr); // expected-error {{address argument to at… in test_strex()
48 …res |= __builtin_arm_strex(var, (struct Simple **)addr); // expected-error {{passing 'struct Simpl… in test_strex()
49 …res |= __builtin_arm_strex(&var, (struct Simple **)addr).a; // expected-error {{is not a structure… in test_strex()
67 sum += __builtin_arm_ldaex((struct Simple **)addr)->a; in test_ldaex()
73 …sum += __builtin_arm_ldaex((struct Simple *)addr).a; // expected-error {{address argument to atomi… in test_ldaex()
[all …]
/external/compiler-rt/test/msan/
Duse-after-dtor.cc18 struct Simple { struct
20 Simple() { in Simple() argument
23 ~Simple() { in ~Simple() argument
30 assert(sizeof(Simple) <= sizeof(buf)); in main()
32 Simple *s = new(&buf) Simple(); in main()
33 s->~Simple(); in main()
Ddtor-member.cc21 struct Simple { struct
23 Simple() { in Simple() argument
26 ~Simple() { } in ~Simple() argument
31 assert(sizeof(Simple) <= sizeof(buf)); in main()
37 Simple *s = new(&buf) Simple(); in main()
38 s->~Simple(); in main()
Ddtor-bit-fields.cc35 struct Simple { struct
37 ~Simple() {} in ~Simple() argument
61 Simple *s = new Simple(); in main()
62 s->~Simple(); in main()
/external/golang-protobuf/jsonpb/jsonpb_test_proto/
Dtest_objects.pb.go58 type Simple struct { struct
73 func (m *Simple) Reset() { *m = Simple{} } argument
74 func (m *Simple) String() string { return proto.CompactTextString(m) } argument
75 func (*Simple) ProtoMessage() {} argument
76 func (*Simple) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{0} } argument
78 func (m *Simple) GetOBool() bool { argument
85 func (m *Simple) GetOInt32() int32 { argument
92 func (m *Simple) GetOInt64() int64 { argument
99 func (m *Simple) GetOUint32() uint32 { argument
106 func (m *Simple) GetOUint64() uint64 { argument
[all …]
/external/clang/test/CodeGen/
Dbuiltins-arm-exclusive.c5 struct Simple { struct
89 sum += __builtin_arm_ldrex((struct Simple **)addr)->a; in test_ldrex()
182 sum += __builtin_arm_ldaex((struct Simple **)addr)->a; in test_ldaex()
199 struct Simple var = {0}; in test_strex()
255 res |= __builtin_arm_strex(&var, (struct Simple **)addr); in test_strex()
273 struct Simple var = {0}; in test_stlex()
329 res |= __builtin_arm_stlex(&var, (struct Simple **)addr); in test_stlex()
/external/tcpdump/tests/
Dbfd-raw-auth-simple-v.out9 Authentication: Simple Password (1), length: 9
19 Authentication: Simple Password (1), length: 9
29 Authentication: Simple Password (1), length: 9
39 Authentication: Simple Password (1), length: 9
49 Authentication: Simple Password (1), length: 9
59 Authentication: Simple Password (1), length: 9
69 Authentication: Simple Password (1), length: 9
79 Authentication: Simple Password (1), length: 9
89 Authentication: Simple Password (1), length: 9
99 Authentication: Simple Password (1), length: 9
[all …]
/external/clang/test/CodeGenCXX/
Dsanitize-dtor-tail-call.cpp5 struct Simple { struct
7 Simple() { in Simple() argument
10 ~Simple() { in ~Simple() argument
15 Simple s;
Dsanitize-dtor-callback.cpp7 struct Simple { struct
9 ~Simple() {} in ~Simple() argument
11 Simple s;
41 Simple s;
Dsanitize-no-dtor-callback.cpp5 struct Simple { struct
6 ~Simple() {} in ~Simple() argument
8 Simple s;
Dsanitize-dtor-bit-field.cpp32 struct Simple { struct
34 ~Simple() {} in ~Simple() argument
36 Simple s;
/external/clang/test/Profile/
Dcxx-class.cpp16 class Simple { class
22 explicit Simple(int Member) : Member(Member) { in Simple() function in Simple
35 ~Simple() { in ~Simple()
66 Simple S(I); in simple_wrapper()
/external/turbine/javatests/com/google/turbine/lower/testdata/
Dmorefields.test1 === pkg/Simple.java ===
4 public class Simple {
6 public Simple myField1;
8 protected Simple myField2;
Dsuperabstract.test1 %%% pkg/Simple.java %%%
4 public abstract class Simple {
12 import pkg.Simple;
15 static final class Inner extends Simple.Inner<Test> {
Dannouse16.test9 int x() default Simple.CONST;
20 Anno1 x() default @Anno1(x=Simple.CONST);
23 === pkg/Simple.java ===
26 public class Simple {
Ddefault_rawfbound.test1 === Simple.java ===
3 public class Simple<T extends Simple> {
Ddefault_fbound.test1 === Simple.java ===
3 public class Simple<T extends Simple<T>> {
Drawfbound.test1 === pkg/Simple.java ===
4 public class Simple<T extends Simple> {
Dmember.test1 === pkg/Simple.java ===
4 public class Simple {
5 public Simple myField;
Dfbound.test1 === pkg/Simple.java ===
4 public class Simple<T extends Simple<T>> {
/external/golang-protobuf/jsonpb/
Djsonpb_test.go62 simpleObject = &pb.Simple{
183 innerSimple = &pb.Simple{OInt32: proto.Int32(-32)}
184 innerSimple2 = &pb.Simple{OInt64: proto.Int64(25)}
190 Simple: innerSimple,
191 RSimple: []*pb.Simple{innerSimple, innerSimple2},
398 &pb.Maps{MBoolSimple: map[bool]*pb.Simple{true: {OInt32: proto.Int32(1)}}},
402 {"force orig_name", Marshaler{OrigName: true}, &pb.Simple{OInt32: proto.Int32(4)},
509 …with allowed option", Unmarshaler{AllowUnknownFields: true}, `{"unknown": "foo"}`, new(pb.Simple)},
531 {"unquoted int64 object", Unmarshaler{}, `{"oInt64":-314}`, &pb.Simple{OInt64: proto.Int64(-314)}},
532 …{"unquoted uint64 object", Unmarshaler{}, `{"oUint64":123}`, &pb.Simple{OUint64: proto.Uint64(123)…
[all …]
/external/guice/core/test/com/google/inject/internal/
DProxyFactoryTest.java48 InjectionPoint injectionPoint = InjectionPoint.forConstructorOf(Simple.class); in testSimpleCase()
51 ProxyFactory<Simple> factory = new ProxyFactory<Simple>(injectionPoint, aspects); in testSimpleCase()
53 ConstructionProxy<Simple> constructionProxy = factory.create(); in testSimpleCase()
55 Simple simple = constructionProxy.newInstance(); in testSimpleCase()
61 static class Simple { class in ProxyFactoryTest
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDOTGraphTraitsPass.h21 template <class Analysis, bool Simple>
35 ViewGraph(Graph, Name, Simple, Title); in runOnFunction()
46 template <class Analysis, bool Simple>
70 WriteGraph(File, Graph, Simple, Title); in runOnFunction()
/external/ply/ply/example/
DREADME1 Simple examples:
2 calc - Simple calculator
3 classcalc - Simple calculate defined as a class

12345678910>>...28