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

1 2 3 4 5 6 7 8 9

  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
source.py 8 class Simple:
  /external/clang/test/CodeGen/
builtins-arm-exclusive.c 5 struct Simple {
89 sum += __builtin_arm_ldrex((struct Simple **)addr)->a;
90 // CHECK: [[TMP4:%.*]] = bitcast i8* %addr to %struct.Simple**
91 // CHECK: [[TMP5:%.*]] = bitcast %struct.Simple** [[TMP4]] to i32*
93 // CHECK: inttoptr i32 [[INTRES]] to %struct.Simple*
95 // CHECK-ARM64: [[TMP4:%.*]] = bitcast i8* %addr to %struct.Simple**
96 // CHECK-ARM64: [[TMP5:%.*]] = bitcast %struct.Simple** [[TMP4]] to i64*
98 // CHECK-ARM64: inttoptr i64 [[INTRES]] to %struct.Simple*
182 sum += __builtin_arm_ldaex((struct Simple **)addr)->a;
183 // CHECK: [[TMP4:%.*]] = bitcast i8* %addr to %struct.Simple**
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DOTGraphTraitsPass.h 21 template <class Analysis, bool Simple>
35 ViewGraph(Graph, Name, Simple, Title);
46 template <class Analysis, bool Simple>
70 WriteGraph(File, Graph, Simple, Title);
  /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>());
  /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>());
  /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/r10/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>());
  /prebuilts/ndk/r11/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>());

Completed in 553 milliseconds

1 2 3 4 5 6 7 8 9