HomeSort by relevance Sort by last modified time
    Searched refs:S2 (Results 101 - 125 of 237) sorted by null

1 2 3 45 6 7 8 910

  /external/clang/test/CXX/class/class.mem/
p1.cpp 24 struct S2
  /external/clang/test/CodeGen/
tbaa-class.cpp 149 uint32_t g9(StructS *S, StructS2 *S2, uint64_t count) {
157 S2->f32 = 4;
161 uint32_t g10(StructS *S, StructS2 *S2, uint64_t count) {
169 S2->f32_2 = 4;
tbaa.cpp 143 uint32_t g9(StructS *S, StructS2 *S2, uint64_t count) {
151 S2->f32 = 4;
155 uint32_t g10(StructS *S, StructS2 *S2, uint64_t count) {
163 S2->f16 = 4;
  /external/clang/test/CodeGenCXX/
catch-undef-behavior.cpp 423 struct S2 {
427 void callee2(S2);
429 S2 s21;
431 S2 s22;
  /external/clang/test/OpenMP/
for_private_messages.cpp 12 class S2 {
16 S2() : a(0) {}
18 const S2 b;
19 const S2 ba[5];
parallel_sections_private_messages.cpp 12 class S2 {
16 S2() : a(0) {}
18 const S2 b;
19 const S2 ba[5];
simd_ast_print.cpp 62 template<int LEN> struct S2 {
76 // S2<4>::func is called below in main.
77 // CHECK: template <int LEN = 4> struct S2 {
122 S2<4>::func(0,arr,arr,arr);
parallel_for_private_messages.cpp 12 class S2 {
16 S2() : a(0) {}
18 const S2 b;
19 const S2 ba[5];
simd_aligned_messages.cpp 77 class S2 {
80 S2():a(0) { }
82 const S2 b; // expected-note 1 {{'b' defined here}}
83 const S2 ba[5];
189 // expected-error@+1 {{argument of aligned clause should be array, pointer, reference to array or reference to pointer, not 'S2'}}
  /external/clang/test/SemaCXX/
constructor-initializer.cpp 259 struct S2 {
261 S2() : s1(s1.FOO) {}
290 struct S2 { union { union { int n; }; char c; }; S2() : n(n) {} }; // expected-warning {{field 'n' is uninitialized when used here}}
typo-correction.cpp 259 struct S2 {
260 S2();
268 const S2 s;
269 s.methodd(&b); // expected-error{{no member named 'methodd' in 'b6956809_test1::S2'; did you mean 'method'}} expected-error{{no matching member function for call to 'method'}}
empty-class-layout.cpp 45 struct S2 : virtual Derived<10> {
48 SA(7, sizeof(S2) == 24);
  /external/llvm/lib/Transforms/Utils/
SimplifyInstructions.cpp 55 SmallPtrSet<const Instruction*, 8> S1, S2, *ToSimplify = &S1, *Next = &S2;
  /external/ceres-solver/include/ceres/internal/
fixed_array.h 150 static const size_type S2 = (S1 <= 0) ? 1 : S1;
151 static const size_type kInlineElements = S2;
  /external/clang/test/Analysis/
reference.cpp 74 struct S2 {
90 S2 s2 = { a }; local
93 if (s2.x != a) return;
97 clang_analyzer_eval(s2.x[0] == 42); // expected-warning{{TRUE}}
  /external/clang/test/FixIt/
fixit-cxx0x.cpp 50 struct S2 {
55 void S2::f(int i) {
  /external/valgrind/main/memcheck/tests/
dw4.stderr.exp 11 Location 0x........ is 0 bytes inside S2[0].i,
  /art/runtime/arch/mips/
quick_method_frame_info_mips.h 28 (1 << art::mips::S2) | (1 << art::mips::S3) | (1 << art::mips::S4) | (1 << art::mips::S5) |
registers_mips.h 48 S2 = 18,
  /bionic/libc/arch-mips/include/machine/
regnum.h 54 #define S2 18
  /bionic/libc/arch-mips64/include/machine/
regnum.h 54 #define S2 18
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regnum.h 54 #define S2 18
  /development/ndk/platforms/android-L/arch-mips/include/machine/
regnum.h 54 #define S2 18
  /development/ndk/platforms/android-L/arch-mips64/include/machine/
regnum.h 54 #define S2 18
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
p5.cpp 22 struct alignas(2) S2 { // expected-error {{requested alignment is less than minimum alignment of 4 for type 'S2'}}

Completed in 490 milliseconds

1 2 3 45 6 7 8 910