/external/clang/test/Sema/ |
D | builtins-arm64-exclusive.c | 3 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 …]
|
D | builtins-arm-exclusive.c | 3 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/ |
D | use-after-dtor.cc | 18 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()
|
D | dtor-member.cc | 21 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()
|
D | dtor-bit-fields.cc | 35 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/ |
D | test_objects.pb.go | 72 type Simple struct { struct 97 func (m *Simple) Reset() { *m = Simple{} } argument 98 func (m *Simple) String() string { return proto.CompactTextString(m) } argument 99 func (*Simple) ProtoMessage() {} argument 100 func (*Simple) Descriptor() ([]byte, []int) { argument 104 func (m *Simple) XXX_Unmarshal(b []byte) error { argument 107 func (m *Simple) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument 110 func (m *Simple) XXX_Merge(src proto.Message) { argument 113 func (m *Simple) XXX_Size() int { argument 116 func (m *Simple) XXX_DiscardUnknown() { argument [all …]
|
/external/clang/test/CodeGen/ |
D | builtins-arm-exclusive.c | 5 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/clang/test/CodeGenCXX/ |
D | sanitize-dtor-tail-call.cpp | 5 struct Simple { struct 7 Simple() { in Simple() argument 10 ~Simple() { in ~Simple() argument 15 Simple s;
|
D | sanitize-dtor-callback.cpp | 7 struct Simple { struct 9 ~Simple() {} in ~Simple() argument 11 Simple s; 41 Simple s;
|
D | sanitize-no-dtor-callback.cpp | 5 struct Simple { struct 6 ~Simple() {} in ~Simple() argument 8 Simple s;
|
D | sanitize-dtor-bit-field.cpp | 32 struct Simple { struct 34 ~Simple() {} in ~Simple() argument 36 Simple s;
|
/external/tcpdump/tests/ |
D | bfd-raw-auth-simple-v.out | 9 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/Profile/ |
D | cxx-class.cpp | 16 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/ |
D | morefields.test | 1 === pkg/Simple.java === 4 public class Simple { 6 public Simple myField1; 8 protected Simple myField2;
|
D | superabstract.test | 1 %%% pkg/Simple.java %%% 4 public abstract class Simple { 12 import pkg.Simple; 15 static final class Inner extends Simple.Inner<Test> {
|
D | annouse16.test | 9 int x() default Simple.CONST; 20 Anno1 x() default @Anno1(x=Simple.CONST); 23 === pkg/Simple.java === 26 public class Simple {
|
D | default_rawfbound.test | 1 === Simple.java === 3 public class Simple<T extends Simple> {
|
D | default_fbound.test | 1 === Simple.java === 3 public class Simple<T extends Simple<T>> {
|
D | rawfbound.test | 1 === pkg/Simple.java === 4 public class Simple<T extends Simple> {
|
D | member.test | 1 === pkg/Simple.java === 4 public class Simple { 5 public Simple myField;
|
D | fbound.test | 1 === pkg/Simple.java === 4 public class Simple<T extends Simple<T>> {
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | DOTGraphTraitsPass.h | 21 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/golang-protobuf/jsonpb/ |
D | jsonpb_test.go | 62 simpleObject = &pb.Simple{ 251 innerSimple = &pb.Simple{OInt32: proto.Int32(-32)} 252 innerSimple2 = &pb.Simple{OInt64: proto.Int64(25)} 258 Simple: innerSimple, 259 RSimple: []*pb.Simple{innerSimple, innerSimple2}, 465 &pb.Maps{MBoolSimple: map[bool]*pb.Simple{true: {OInt32: proto.Int32(1)}}}, 469 {"force orig_name", Marshaler{OrigName: true}, &pb.Simple{OInt32: proto.Int32(4)}, 540 var msg *pb.Simple 715 …with allowed option", Unmarshaler{AllowUnknownFields: true}, `{"unknown": "foo"}`, new(pb.Simple)}, 737 {"unquoted int64 object", Unmarshaler{}, `{"oInt64":-314}`, &pb.Simple{OInt64: proto.Int64(-314)}}, [all …]
|
/external/ply/ply/example/ |
D | README | 1 Simple examples: 2 calc - Simple calculator 3 classcalc - Simple calculate defined as a class
|
/external/grpc-grpc-java/testing-proto/src/main/proto/io/grpc/testing/protobuf/ |
D | simpleservice.proto | 28 // Simple unary RPC. 31 // Simple client-to-server streaming RPC. 34 // Simple server-to-client streaming RPC. 37 // Simple bidirectional streaming RPC.
|