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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/
misplaced-3.cpp 4 class C1 { // expected-note{{'C1' begins here}}
5 #include "dummy.h" // expected-error{{import of module 'dummy' appears within 'C1'}}
submodule-visibility-cycles.cpp 5 C1 c1; variable
macro-hiding.cpp 84 #ifdef C1
85 #include "c1.h"
100 #if defined(A1) || defined(B2) || defined(C1) || defined(D1) || defined(E1) || defined(E2)
  /external/clang/test/Modules/Inputs/submodule-visibility/
cycle1.h 6 struct C1 {};
  /external/clang/test/CXX/temp/temp.decls/temp.class.spec/
p9.cpp 5 template<char C1, char C2>
10 template<int C1>
11 struct X<C1, C1> {
22 template<unsigned char C1, unsigned char C3>
23 struct int_values<C1, 12, C3> {
  /external/clang/test/SemaTemplate/
dependent-class-member-operator.cpp 4 template<class T> struct C1 { void operator()(T); };
8 foo(&C1<int>::operator());
9 foo(&C1<int>::operator+); // expected-error {{no member named 'operator+' in 'C1<int>'}}
  /external/clang/test/CodeGenCXX/
microsoft-abi-non-virtual-base-ordering.cpp 5 struct C1 { int a; virtual void C1M() {} };
7 struct C3 : C0, C1, C2 {} a;
9 // Check to see that both C1 and C2 get laid out before C0 does.
10 // CHECK: %struct.C3 = type { %struct.C1, %struct.C2, %struct.C0 }
vtable-layout-extreme.cpp 10 class C1
17 , virtual public C1
23 , virtual public C1
42 , public C1
52 , public C1
71 , public C1
111 // CHECK-NEXT: -- (Test1::C1, 64) vtable address --
122 // CHECK-NEXT: -- (Test1::C1, 104) vtable address --
132 // CHECK-NEXT: -- (Test1::C1, 152) vtable address --
164 // CHECK-NEXT: -- (Test1::C1, 224) vtable address -
    [all...]
  /external/clang/test/Modules/Inputs/wildcard-submodule-exports/
C_one.h 4 long *C1;
  /external/compiler-rt/test/asan/TestCases/Darwin/
mixing-global-constructors.cc 25 struct C1 {
26 C1() {
34 C1 *obj = new C1();
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Row.java 19 public class Row<C0, C1, C2, C3, C4> implements java.lang.Comparable, Cloneable,
20 Freezable<Row<C0, C1, C2, C3, C4>>{
27 public static <C0, C1> R2<C0,C1> of(C0 p0, C1 p1) {
28 return new R2<C0,C1>(p0,p1);
30 public static <C0, C1, C2> R3<C0,C1,C2> of(C0 p0, C1 p1, C2 p2) {
31 return new R3<C0,C1,C2>(p0,p1,p2)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Row.java 15 public class Row<C0, C1, C2, C3, C4> implements java.lang.Comparable, Cloneable,
16 Freezable<Row<C0, C1, C2, C3, C4>>{
23 public static <C0, C1> R2<C0,C1> of(C0 p0, C1 p1) {
24 return new R2<C0,C1>(p0,p1);
26 public static <C0, C1, C2> R3<C0,C1,C2> of(C0 p0, C1 p1, C2 p2) {
27 return new R3<C0,C1,C2>(p0,p1,p2)
    [all...]
  /external/clang/test/SemaCXX/
PR12481.cpp 3 class C1 { };
14 BinaryTrie<C1> c1_trie_;
ambiguous-builtin-unary-operator.cpp 27 struct C1 : B1, A1 { };
29 void test(C1 c) {
out-of-line-def-mismatch.cpp 7 class C1 {};
11 void func(C1&, unsigned, const S1*); // expected-note {{type of 3rd parameter of member declaration does not match definition ('const N2::S1 *' vs 'const N2::N1::S1 *')}}
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'}}
  /prebuilts/go/darwin-x86/test/ken/
cplx1.go 15 C1 = R + I // ADD(5,6)
22 b = (5 + 6i) == C1
28 b = (5 + 6i) != C1
34 b = C1 == (5 + 6i)
40 b = C1 != (5 + 6i)
56 b = a == C1
62 b = a != C1
68 b = C1 == a
74 b = C1 != a
81 if a != C1 {
    [all...]
cplx0.go 15 C1 = R + I // ADD(5,6)
23 println(C1)
24 doprint(C1)
27 c1 := C1
28 println(c1)
29 doprint(c1)
  /prebuilts/go/linux-x86/test/ken/
cplx1.go 15 C1 = R + I // ADD(5,6)
22 b = (5 + 6i) == C1
28 b = (5 + 6i) != C1
34 b = C1 == (5 + 6i)
40 b = C1 != (5 + 6i)
56 b = a == C1
62 b = a != C1
68 b = C1 == a
74 b = C1 != a
81 if a != C1 {
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
deduction.cpp 33 template<int C1, char C3>
34 struct char_values<C1, 12, C3> {
44 template<unsigned char C1, unsigned char C3>
45 struct int_values<C1, 12, C3> {
  /external/libcxxabi/test/
catch_class_03.pass.cpp 31 struct C1
36 explicit C1(int id) : B(id-2), id_(id) {count++;}
37 C1(const C1& a) : B(a.id_-2), id_(a.id_) {count++;}
38 ~C1() {count--;}
41 int C1::count = 0;
56 : C1, C2
60 explicit A(int id) : C1(id-1), C2(id-2), id_(id) {count++;}
61 A(const A& a) : C1(a.id_-1), C2(a.id_-2), id_(a.id_) {count++;}
70 assert(C1::count == 0)
    [all...]
catch_class_04.pass.cpp 31 struct C1
36 explicit C1(int id) : B(id-2), id_(id) {count++;}
37 C1(const C1& a) : B(a.id_-2), id_(a.id_) {count++;}
38 ~C1() {count--;}
41 int C1::count = 0;
56 : C1, C2
60 explicit A(int id) : C1(id-1), C2(id-2), B(id+3), id_(id) {count++;}
61 A(const A& a) : C1(a.id_-1), C2(a.id_-2), B(a.id_+3), id_(a.id_) {count++;}
70 assert(C1::count == 0)
    [all...]
  /ndk/sources/cxx-stl/gabi++/tests/
catch_class_03.cpp 31 struct C1
36 explicit C1(int id) : B(id-2), id_(id) {count++;}
37 C1(const C1& a) : B(a.id_-2), id_(a.id_) {count++;}
38 ~C1() {count--;}
41 int C1::count = 0;
56 : C1, C2
60 explicit A(int id) : C1(id-1), C2(id-2), id_(id) {count++;}
61 A(const A& a) : C1(a.id_-1), C2(a.id_-2), id_(a.id_) {count++;}
70 assert(C1::count == 0)
    [all...]
catch_class_04.cpp 31 struct C1
36 explicit C1(int id) : B(id-2), id_(id) {count++;}
37 C1(const C1& a) : B(a.id_-2), id_(a.id_) {count++;}
38 ~C1() {count--;}
41 int C1::count = 0;
56 : C1, C2
60 explicit A(int id) : C1(id-1), C2(id-2), B(id+3), id_(id) {count++;}
61 A(const A& a) : C1(a.id_-1), C2(a.id_-2), B(a.id_+3), id_(a.id_) {count++;}
70 assert(C1::count == 0)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
catch_class_03.pass.cpp 31 struct C1
36 explicit C1(int id) : B(id-2), id_(id) {count++;}
37 C1(const C1& a) : B(a.id_-2), id_(a.id_) {count++;}
38 ~C1() {count--;}
41 int C1::count = 0;
56 : C1, C2
60 explicit A(int id) : C1(id-1), C2(id-2), id_(id) {count++;}
61 A(const A& a) : C1(a.id_-1), C2(a.id_-2), id_(a.id_) {count++;}
70 assert(C1::count == 0)
    [all...]
catch_class_04.pass.cpp 31 struct C1
36 explicit C1(int id) : B(id-2), id_(id) {count++;}
37 C1(const C1& a) : B(a.id_-2), id_(a.id_) {count++;}
38 ~C1() {count--;}
41 int C1::count = 0;
56 : C1, C2
60 explicit A(int id) : C1(id-1), C2(id-2), B(id+3), id_(id) {count++;}
61 A(const A& a) : C1(a.id_-1), C2(a.id_-2), B(a.id_+3), id_(a.id_) {count++;}
70 assert(C1::count == 0)
    [all...]

Completed in 376 milliseconds

1 2 3 4 5 6 7 8 91011>>