HomeSort by relevance Sort by last modified time
    Searched refs:Simple (Results 1 - 25 of 174) sorted by null

1 2 3 4 5 6 7

  /external/clang/test/CodeGenCXX/
sanitize-dtor-tail-call.cpp 5 struct Simple {
7 Simple() {
10 ~Simple() {
15 Simple s;
16 // Simple internal member is poisoned by compiler-generated dtor
sanitize-no-dtor-callback.cpp 5 struct Simple {
6 ~Simple() {}
8 Simple s;
sanitize-dtor-callback.cpp 7 struct Simple {
9 ~Simple() {}
11 Simple s;
12 // Simple internal member is poisoned by compiler-generated dtor
22 // Simple internal member is poisoned by compiler-generated dtor
41 Simple s;
46 // By including a Simple member in the struct, the compiler is
sanitize-dtor-bit-field.cpp 32 struct Simple {
34 ~Simple() {}
36 Simple s;
  /external/compiler-rt/test/msan/
dtor-member.cc 21 struct Simple {
23 Simple() {
26 ~Simple() { }
31 assert(sizeof(Simple) <= sizeof(buf));
37 Simple *s = new(&buf) Simple();
38 s->~Simple();
use-after-dtor.cc 18 struct Simple {
20 Simple() {
23 ~Simple() {
30 assert(sizeof(Simple) <= sizeof(buf));
32 Simple *s = new(&buf) Simple();
33 s->~Simple();
42 // CHECK-ORIGINS: {{#1 0x.* in Simple::~Simple}}
dtor-bit-fields.cc 35 struct Simple {
37 ~Simple() {}
61 Simple *s = new Simple();
62 s->~Simple();
  /external/clang/test/Profile/
cxx-class.cpp 16 class Simple {
22 explicit Simple(int Member) : Member(Member) {
35 ~Simple() {
66 Simple S(I);
  /external/testng/src/test/java/test/objectfactory/
Simple.java 10 public class Simple
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
basep-1.s 0 # Simple base-plus-offset
reloc16.s 0 # Simple relocations against 16-bit extern symbols.
basep-2.s 0 # Simple base-plus-offset
reloc8.s 0 # Simple relocations against 8-bit extern symbols.
geta-op.s 0 # Simple GETA/BRANCH/PUSHJ operands.
  /external/clang/test/Sema/
builtins-arm-exclusive.c 3 struct Simple {
16 sum += __builtin_arm_ldrex((struct Simple **)addr)->a;
22 sum += __builtin_arm_ldrex((struct Simple *)addr).a; // expected-error {{address argument to atomic builtin must be a pointer to}}
33 struct Simple var = {0};
40 res |= __builtin_arm_strex(&var, (struct Simple **)addr);
47 res |= __builtin_arm_strex(var, (struct Simple *)addr); // expected-error {{address argument to atomic builtin must be a pointer to}}
48 res |= __builtin_arm_strex(var, (struct Simple **)addr); // expected-error {{passing 'struct Simple' to parameter of incompatible type 'struct Simple *'}}
49 res |= __builtin_arm_strex(&var, (struct Simple **)addr).a; // expected-error {{is not a structure or union}
    [all...]
builtins-arm64-exclusive.c 3 struct Simple {
17 sum += __builtin_arm_ldrex((struct Simple **)addr)->a;
23 sum += __builtin_arm_ldrex((struct Simple *)addr).a; // expected-error {{address argument to atomic builtin must be a pointer to}}
32 struct Simple var = {0};
40 res |= __builtin_arm_strex(&var, (struct Simple **)addr);
47 res |= __builtin_arm_strex(var, (struct Simple *)addr); // expected-error {{address argument to atomic builtin must be a pointer to}}
48 res |= __builtin_arm_strex(var, (struct Simple **)addr); // expected-error {{passing 'struct Simple' to parameter of incompatible type 'struct Simple *'}}
49 res |= __builtin_arm_strex(&var, (struct Simple **)addr).a; // expected-error {{is not a structure or union}
    [all...]
  /external/clang/test/CodeGen/
builtins-arm-exclusive.c 31 struct Simple {
110 sum += __builtin_arm_ldrex((struct Simple **)addr)->a;
112 // CHECK: inttoptr i32 [[INTRES]] to %struct.Simple*
115 // CHECK-ARM64: inttoptr i64 [[INTRES]] to %struct.Simple*
194 sum += __builtin_arm_ldaex((struct Simple **)addr)->a;
196 // CHECK: inttoptr i32 [[INTRES]] to %struct.Simple*
199 // CHECK-ARM64: inttoptr i64 [[INTRES]] to %struct.Simple*
207 struct Simple var = {0};
243 res |= __builtin_arm_strex(&var, (struct Simple **)addr);
257 struct Simple var = {0}
    [all...]
  /external/regex-re2/re2/testing/
exhaustive1_test.cc 14 // Test simple repetition operators
15 TEST(Repetition, Simple) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
point_const_iterator.hpp 53 template<typename Value_Type, typename Entry, bool Simple,
108 return to_ptr(integral_constant<int, Simple>());
116 return *to_ptr(integral_constant<int, Simple>());
const_iterator.hpp 53 binary_heap_point_const_iterator_<Value_Type, Entry, Simple, _Alloc>
58 bool Simple,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
point_const_iterator.hpp 53 template<typename Value_Type, typename Entry, bool Simple,
108 return to_ptr(integral_constant<int, Simple>());
116 return *to_ptr(integral_constant<int, Simple>());
const_iterator.hpp 53 binary_heap_point_const_iterator_<Value_Type, Entry, Simple, _Alloc>
58 bool Simple,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
point_const_iterator.hpp 53 template<typename Value_Type, typename Entry, bool Simple,
108 return to_ptr(integral_constant<int, Simple>());
116 return *to_ptr(integral_constant<int, Simple>());
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
point_const_iterator.hpp 53 template<typename Value_Type, typename Entry, bool Simple,
108 return to_ptr(integral_constant<int, Simple>());
116 return *to_ptr(integral_constant<int, Simple>());
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
crange-2a.s 0 ! Simple example with assembler-generated .cranges that do not need more

Completed in 407 milliseconds

1 2 3 4 5 6 7