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

1 2 34 5 6 7 8 910

  /external/clang/test/OpenMP/
single_private_messages.cpp 12 class S2 {
16 S2() : a(0) {}
18 const S2 b;
19 const S2 ba[5];
single_copyprivate_messages.cpp 7 class S2 {
11 S2() : a(0) {}
12 S2 &operator=(S2 &s2) { return *this; }
38 S2 k;
for_reduction_messages.cpp 12 class S2 {
14 S2 &operator+=(const S2 &arg) { return (*this); }
17 S2() : a(0) {}
18 S2(S2 &s2) : a(s2.a) {}
22 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}}
23 S2 b; // expected-note 2 {{'b' defined here}
    [all...]
parallel_for_reduction_messages.cpp 12 class S2 {
14 S2 &operator+=(const S2 &arg) { return (*this); }
17 S2() : a(0) {}
18 S2(S2 &s2) : a(s2.a) {}
22 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}}
23 S2 b; // expected-note 2 {{'b' defined here}
    [all...]
simd_reduction_messages.cpp 12 class S2 {
14 S2 &operator+=(const S2 &arg) { return (*this); }
17 S2() : a(0) {}
18 S2(S2 &s2) : a(s2.a) {}
22 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}}
23 S2 b; // expected-note 2 {{'b' defined here}
    [all...]
for_firstprivate_messages.cpp 12 class S2 {
16 S2() : a(0) {}
17 S2(S2 &s2) : a(s2.a) {}
21 const float S2::S2sc = 0;
22 const S2 b;
23 const S2 ba[5];
226 #pragma omp for firstprivate(S2::S2s) // O
    [all...]
for_lastprivate_messages.cpp 12 class S2 {
16 S2() : a(0) {}
17 S2(S2 &s2) : a(s2.a) {}
21 const float S2::S2sc = 0; // expected-note {{static data member is predetermined as shared}}
22 const S2 b;
23 const S2 ba[5];
214 #pragma omp for lastprivate(S2::S2s) // expected-error {{shared variable cannot be lastprivate}
    [all...]
parallel_for_firstprivate_messages.cpp 12 class S2 {
16 S2() : a(0) {}
17 S2(S2 &s2) : a(s2.a) {}
21 const float S2::S2sc = 0;
22 const S2 b;
23 const S2 ba[5];
195 #pragma omp parallel for firstprivate(S2::S2s) // O
    [all...]
parallel_for_lastprivate_messages.cpp 12 class S2 {
16 S2() : a(0) {}
17 S2(S2 &s2) : a(s2.a) {}
21 const float S2::S2sc = 0; // expected-note {{static data member is predetermined as shared}}
22 const S2 b;
23 const S2 ba[5];
184 #pragma omp parallel for lastprivate(S2::S2s) // expected-error {{shared variable cannot be lastprivate}
    [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 {
warn-bool-conversion.cpp 38 struct S2 {
65 b = S2::f4;
66 if (S2::f4) {}
  /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/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}}
  /external/pcre/dist/sljit/
sljitNativeSPARC_32.c 36 #define ARG2(flags, src2) ((flags & SRC2_IMM) ? IMM(src2) : S2(src2))
50 return push_inst(compiler, OR | D(dst) | S1(0) | S2(src2), DR(dst));
79 return push_inst(compiler, XNOR | (flags & SET_FLAGS) | D(dst) | S1(0) | S2(src2), DR(dst) | (flags & SET_FLAGS));
84 FAIL_IF(push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(src2) | S2(0), SET_FLAGS));
85 FAIL_IF(push_inst(compiler, OR | D(TMP_REG1) | S1(0) | S2(src2), DR(TMP_REG1)));
91 FAIL_IF(push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(TMP_REG1) | S2(0), SET_FLAGS));
114 return push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(TMP_REG1) | S2(TMP_LINK), MOVABLE_INS | SET_FLAGS);
127 return !(flags & SET_FLAGS) ? SLJIT_SUCCESS : push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(dst) | S2(0), SET_FLAGS);
131 return !(flags & SET_FLAGS) ? SLJIT_SUCCESS : push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(dst) | S2(0), SET_FLAGS);
135 return !(flags & SET_FLAGS) ? SLJIT_SUCCESS : push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(dst) | S2(0), SET_FLAGS)
    [all...]
  /external/clang/test/CXX/class.access/class.friend/
p1.cpp 35 friend struct S2;
36 friend struct S2* g2();
39 struct S2 { static void f2(); }; // expected-note 2 {{'S2' declared here}}
40 S2* g2() { return 0; } // expected-note 2 {{'g2' declared here}}
52 S2 s2; local
54 ::S2 g_s2; // expected-error{{no type named 'S2' in the global namespace; did you mean simply 'S2'?}
    [all...]
  /external/clang/test/Parser/
recovery.cpp 198 struct S2 {
202 struct S2 :: S3 :: public S2 { // expected-error{{'public' cannot be a part of nested name specifier; did you mean ':'?}}
  /art/runtime/arch/arm/
registers_arm.h 59 S2 = 2,
  /external/clang/test/ASTMerge/Inputs/
struct1.c 21 struct S2 { int i; float f; } x2;
struct2.c 18 union S2 { int i; float f; } x2;

Completed in 1311 milliseconds

1 2 34 5 6 7 8 910