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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/
MethodPoolString2.h 2 @interface S2
elaborated-type-structs.h 2 struct S2 { int x; };
redecl-merge-top.h 15 struct S2;
16 struct S2;
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-tic6x/
pcrel-reloc-local-1.s 4 addkpc .S2 f1,b1,0
5 addkpc .S2 f2,b1,0
6 b .S2 f1
7 b .S2 f2
8 bdec .S2 f1,b1
9 bdec .S2 f2,b1
10 bnop .S2 f1,0
11 bnop .S2 f2,0
pcrel-reloc-local-2.s 4 bnop .S2 f3,0
5 bnop .S2 f4,0
6 bdec .S2 f3,b1
7 bdec .S2 f4,b1
8 b .S2 f3
9 b .S2 f4
10 addkpc .S2 f3,b1,0
11 addkpc .S2 f4,b1,0
reloc-overflow-pcr-s12.s 3 bnop .S2 s,0
reloc-overflow-pcr-s21.s 3 b .S2 s
reloc-overflow-pcr-s10.s 3 bdec .S2 s,b1
reloc-overflow-pcr-s7.s 3 addkpc .S2 s,b1,0
pcrel-reloc-global.s 11 addkpc .S2 s7a,b1,0
12 addkpc .S2 s7b,b1,0
13 b .S2 s21a
14 b .S2 s21b
15 bdec .S2 s10a,b1
16 bdec .S2 s10b,b1
17 bnop .S2 s12a,0
18 bnop .S2 s12b,0
pcrel-reloc-local-rel.d 15 10000004:[ \t]+00900162[ \t]+addkpc \.S2 10000040 <[^>]*>,b1,0
16 10000008:[ \t]+00910162[ \t]+addkpc \.S2 10000044 <[^>]*>,b1,0
17 1000000c:[ \t]+00000812[ \t]+b \.S2 10000040 <[^>]*>
18 10000010:[ \t]+00000892[ \t]+b \.S2 10000044 <[^>]*>
19 10000014:[ \t]+00821022[ \t]+bdec \.S2 10000040 <[^>]*>,b1
20 10000018:[ \t]+00823022[ \t]+bdec \.S2 10000044 <[^>]*>,b1
21 1000001c:[ \t]+00100122[ \t]+bnop \.S2 10000040 <[^>]*>,0
22 10000020:[ \t]+00090122[ \t]+bnop \.S2 10000044 <[^>]*>,0
30 10000064:[ \t]+00100122[ \t]+bnop \.S2 100000a0 <[^>]*>,0
31 10000068:[ \t]+00110122[ \t]+bnop \.S2 100000a4 <[^>]*>,
    [all...]
pcrel-reloc-local.d 15 10000004:[ \t]+00900162[ \t]+addkpc \.S2 10000040 <[^>]*>,b1,0
16 10000008:[ \t]+00910162[ \t]+addkpc \.S2 10000044 <[^>]*>,b1,0
17 1000000c:[ \t]+00000812[ \t]+b \.S2 10000040 <[^>]*>
18 10000010:[ \t]+00000892[ \t]+b \.S2 10000044 <[^>]*>
19 10000014:[ \t]+00821022[ \t]+bdec \.S2 10000040 <[^>]*>,b1
20 10000018:[ \t]+00823022[ \t]+bdec \.S2 10000044 <[^>]*>,b1
21 1000001c:[ \t]+00100122[ \t]+bnop \.S2 10000040 <[^>]*>,0
22 10000020:[ \t]+00090122[ \t]+bnop \.S2 10000044 <[^>]*>,0
30 10000064:[ \t]+00100122[ \t]+bnop \.S2 100000a0 <[^>]*>,0
31 10000068:[ \t]+00110122[ \t]+bnop \.S2 100000a4 <[^>]*>,
    [all...]
  /external/clang/test/SemaCXX/
out-of-line-def-mismatch.cpp 9 struct S2 {
20 void N2::N1::S2::func(S1*) {} // expected-error {{out-of-line definition of 'func' does not match any declaration in 'N2::N1::S2'}}
21 void N2::N1::S2::func(C1&, unsigned, const S1*) {} // expected-error {{out-of-line definition of 'func' does not match any declaration in 'N2::N1::S2'}}
22 void N2::N1::S2::func(S1*, double) {} // expected-error {{out-of-line definition of 'func' does not match any declaration in 'N2::N1::S2'}}
23 void N2::N1::S2::func(S1, unsigned) {} // expected-error {{out-of-line definition of 'func' does not match any declaration in 'N2::N1::S2'}}
24 void N2::N1::S2::func(unsigned*, S1*) {} // expected-error {{out-of-line definition of 'func' does not match any d (…)
    [all...]
cxx11-crashes.cpp 6 struct S2 {
7 S2(const S2&);
8 S2();
13 S2 y;
25 S2 y;
30 S2 y;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
insns-c674x-pcrel.s 19 addkpc .S2 f,b1,3
20 [a2] addkpc .S2 f+4,b3,7
21 addkpc .S2 g,b4,0
22 addkpc .S2 ext1+8,b5,4
32 b .S2 ext3+4
34 b .S2 (nrp)
35 b .S2 (irp)
37 b .S2 f2
38 [b2] b .S2 f2+4
39 b .S2 g
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.unused/
p1.cpp 4 struct [[maybe_unused maybe_unused]] S2 {}; // expected-error {{attribute 'maybe_unused' cannot appear multiple times in an attribute specifier}}
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread_signal.h 27 #define pthread_sigmask(H, S1, S2) 0
  /external/clang/test/CXX/class/class.nest/
p3.cpp 21 struct S2 {
24 struct S2::S1 { };
  /external/clang/test/CodeGenCXX/
cfi-blacklist.cpp 11 struct S2 {
27 void s2f(std::S2 *s2) {
28 s2->f();
debug-info-nodebug.cpp 33 struct S2 {
37 int S2::static_member = 5;
39 S2 junk;
40 func1(S2::static_const_member);
  /external/clang/test/PCH/
pragma-pointers_to_members.cpp 23 struct S2;
31 static_assert(sizeof(int S2::*) == 4, "");
  /external/clang/test/Modules/Inputs/PR24954/
B.h 19 template <class _CharT> class S2;
22 operator<<(basic_ostream<_CharT>& __os, const S2<_CharT>& __x);
25 struct S2 {
27 operator<<(basic_ostream<_Cp>& __os, const S2<_Cp>& __x);
  /external/llvm/include/llvm/ADT/
SetOperations.h 23 bool set_union(S1Ty &S1, const S2Ty &S2) {
26 for (typename S2Ty::const_iterator SI = S2.begin(), SE = S2.end();
37 /// elements that are not contained in S2.
40 void set_intersect(S1Ty &S1, const S2Ty &S2) {
44 if (!S2.count(E)) S1.erase(E); // Erase element if not in S2
51 S1Ty set_difference(const S1Ty &S1, const S2Ty &S2) {
55 if (!S2.count(*SI)) // if the element is not in set2
63 void set_subtract(S1Ty &S1, const S2Ty &S2) {
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
SetOperations.h 23 bool set_union(S1Ty &S1, const S2Ty &S2) {
26 for (typename S2Ty::const_iterator SI = S2.begin(), SE = S2.end();
37 /// elements that are not contained in S2.
40 void set_intersect(S1Ty &S1, const S2Ty &S2) {
44 if (!S2.count(E)) S1.erase(E); // Erase element if not in S2
51 S1Ty set_difference(const S1Ty &S1, const S2Ty &S2) {
55 if (!S2.count(*SI)) // if the element is not in set2
63 void set_subtract(S1Ty &S1, const S2Ty &S2) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SetOperations.h 23 bool set_union(S1Ty &S1, const S2Ty &S2) {
26 for (typename S2Ty::const_iterator SI = S2.begin(), SE = S2.end();
37 /// elements that are not contained in S2.
40 void set_intersect(S1Ty &S1, const S2Ty &S2) {
44 if (!S2.count(E)) S1.erase(E); // Erase element if not in S2
51 S1Ty set_difference(const S1Ty &S1, const S2Ty &S2) {
55 if (!S2.count(*SI)) // if the element is not in set2
63 void set_subtract(S1Ty &S1, const S2Ty &S2) {
    [all...]

Completed in 614 milliseconds

1 2 3 4 5 6 7 8 91011>>