HomeSort by relevance Sort by last modified time
    Searched refs:S2 (Results 151 - 175 of 506) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/clang/test/OpenMP/
sections_firstprivate_messages.cpp 12 class S2 {
16 S2() : a(0) {}
17 S2(const S2 &s2) : a(s2.a) {}
21 const float S2::S2sc = 0;
22 const S2 b;
23 const S2 ba[5];
267 #pragma omp sections firstprivate(S2::S2s) // O
    [all...]
single_firstprivate_messages.cpp 12 class S2 {
16 S2() : a(0) {}
17 S2(const S2 &s2) : a(s2.a) {}
21 const float S2::S2sc = 0;
22 const S2 b;
23 const S2 ba[5];
199 #pragma omp single firstprivate(S2::S2s) // O
    [all...]
parallel_for_simd_lastprivate_messages.cpp 12 class S2 {
16 S2() : a(0) {}
17 S2(S2 &s2) : a(s2.a) {}
18 const S2 &operator=(const S2 &) const;
22 const float S2::S2sc = 0; // expected-note {{static data member is predetermined as shared}}
23 const S2 b
    [all...]
simd_lastprivate_messages.cpp 12 class S2 {
16 S2() : a(0) {}
17 S2(S2 &s2) : a(s2.a) {}
18 const S2 &operator=(const S2 &) const;
22 const float S2::S2sc = 0; // expected-note {{static data member is predetermined as shared}}
23 const S2 b
    [all...]
target_update_from_messages.cpp 12 class S2 {
15 S2():a(0) { }
16 S2(S2 &s2):a(s2.a) { }
20 const float S2::S2sc = 0;
21 const S2 b;
22 const S2 ba[5];
91 #pragma omp target update from(S2::S2s
    [all...]
target_update_to_messages.cpp 12 class S2 {
15 S2():a(0) { }
16 S2(S2 &s2):a(s2.a) { }
20 const float S2::S2sc = 0;
21 const S2 b;
22 const S2 ba[5];
91 #pragma omp target update to(S2::S2s
    [all...]
  /external/clang/test/SemaCXX/
new-null.cpp 17 struct S2 {
function-extern-c.cpp 22 struct S2 {
32 extern "C" S2 f5( void );
type-definition-in-specifier.cpp 5 struct S2;
16 (void)((struct S2 { int x; }*)0); // expected-error{{cannot be defined}}
warn-overloaded-virtual.cpp 12 struct S2 : public B1 {
20 struct MS1 : public S2, public B2 {
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue13337.go 16 type S2 struct{ S1 }
17 type S3 struct{ S2 }
issue4734.go 15 type S2 struct {
  /prebuilts/go/linux-x86/test/fixedbugs/
issue13337.go 16 type S2 struct{ S1 }
17 type S3 struct{ S2 }
issue4734.go 15 type S2 struct {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
insns-c674x-sploop.s 13 spmask S2
20 spmask L1,S1,D1,M1,M2,D2,S2,L2
29 spmaskr S2
36 spmaskr L1,S1,D1,M1,M2,D2,S2,L2
reloc-bad-2.s 53 addkpc .S2 $dsbt_index(__c6xabi_DSBT_BASE),b3,0
54 addkpc .S2 $GOT(b),b3,0
55 addkpc .S2 $DPR_GOT(b),b3,0
56 addkpc .S2 $DPR_BYTE(b),b3,0
57 addkpc .S2 $DPR_HWORD(b),b3,0
58 addkpc .S2 $DPR_WORD(b),b3,0
59 addkpc .S2 $PCR_OFFSET(b,f),b3,0
81 bpos .S2 $dsbt_index(__c6xabi_DSBT_BASE),b1
82 bpos .S2 $GOT(b),b1
83 bpos .S2 $DPR_GOT(b),b
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
k_sinl.c 34 S2 = 0.0083333333333333333333333333333331135404851288270047L,
55 r = S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*(S8+
  /external/clang/test/Modules/Inputs/
redecl-merge-right.h 25 struct S2;
28 struct S2 *produce_S2(void);
  /external/clang/test/Preprocessor/
pragma_diagnostic_sections.cpp 59 struct S2 {
61 S2() :
  /external/llvm/unittests/ADT/
IntrusiveRefCntPtrTest.cpp 35 SimpleRefCounted *S2 = new SimpleRefCounted(*S1);
36 IntrusiveRefCntPtr<SimpleRefCounted> R2 = S2;
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyInstructions.cpp 48 SmallPtrSet<const Instruction*, 8> S1, S2, *ToSimplify = &S1, *Next = &S2;
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
lib.h 51 IN CHAR16 *S2
  /prebuilts/go/darwin-x86/src/go/printer/testdata/
comments.x 21 // The S2 struct; all fields are exported.
22 type S2 struct {
  /prebuilts/go/linux-x86/src/go/printer/testdata/
comments.x 21 // The S2 struct; all fields are exported.
22 type S2 struct {
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p5.cpp 83 template <volatile int& N> struct S2 { }; // expected-note 2 {{template parameter is declared here}}
100 S2<i> s2; local
101 S2<ci> s2c; // expected-error{{reference binding of non-type template parameter of type 'volatile int &' to template argument of type 'const int' ignores qualifiers}}
102 S2<vi> s2v;
103 S2<cvi> s2cv; // expected-error{{reference binding of non-type template parameter of type 'volatile int &' to template argument of type 'const volatile int' ignores qualifiers}}

Completed in 980 milliseconds

1 2 3 4 5 67 8 91011>>