Home
last modified time | relevance | path

Searched defs:C2 (Results 1 – 25 of 191) sorted by relevance

12345678

/external/libcxxabi/test/
Dcatch_class_03.pass.cpp52 struct C2 struct
57 explicit C2(int id) : B(id-2), id_(id) {count++;} in C2() function
58 C2(const C2& a) : B(a.id_-2), id_(a.id_) {count++;} in C2() function
59 ~C2() {count--;} in ~C2() argument
Dcatch_class_04.pass.cpp52 struct C2 struct
57 explicit C2(int id) : B(id-2), id_(id) {count++;} in C2() argument
58 C2(const C2& a) : B(a.id_-2), id_(a.id_) {count++;} in C2() function
59 ~C2() {count--;} in ~C2() argument
Dcatch_ptr.pass.cpp52 struct C2 struct
57 explicit C2(int id) : B(id-2), id_(id) {count++;} in C2() function
58 C2(const C2& a) : B(a.id_-2), id_(a.id_) {count++;} in C2() function
59 ~C2() {count--;} in ~C2() argument
/external/libcxx/test/libcxx/debug/containers/
Ddb_sequence_container_iterators.pass.cpp97 Container C2; in SpliceFirstElem() local
102 Container C2; in SpliceFirstElem() local
113 Container C2; in SpliceFirstElemAfter() local
118 Container C2; in SpliceFirstElemAfter() local
229 Container C2 = C1; in InsertIterValue() local
254 Container C2 = C1; in EmplaceIterValue() local
274 Container C2 = C1; in InsertIterSizeValue() local
293 Container C2 = C1; in InsertIterIterIter() local
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-non-virtual-base-ordering.cpp6 struct C2 { int a; virtual void C2M() {} }; in C2M() argument
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantsContext.h55 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, in BinaryConstantExpr()
75 SelectConstantExpr(Constant *C1, Constant *C2, Constant *C3) in SelectConstantExpr()
95 ExtractElementConstantExpr(Constant *C1, Constant *C2) in ExtractElementConstantExpr()
115 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr()
136 ShuffleVectorConstantExpr(Constant *C1, Constant *C2, Constant *C3) in ShuffleVectorConstantExpr()
DConstants.cpp1441 Constant *ConstantExpr::get(unsigned Opcode, Constant *C1, Constant *C2, in get()
1562 Constant *C1, Constant *C2) { in getCompare()
1780 Constant *ConstantExpr::getAdd(Constant *C1, Constant *C2, in getAdd()
1787 Constant *ConstantExpr::getFAdd(Constant *C1, Constant *C2) { in getFAdd()
1791 Constant *ConstantExpr::getSub(Constant *C1, Constant *C2, in getSub()
1798 Constant *ConstantExpr::getFSub(Constant *C1, Constant *C2) { in getFSub()
1802 Constant *ConstantExpr::getMul(Constant *C1, Constant *C2, in getMul()
1809 Constant *ConstantExpr::getFMul(Constant *C1, Constant *C2) { in getFMul()
1813 Constant *ConstantExpr::getUDiv(Constant *C1, Constant *C2, bool isExact) { in getUDiv()
1818 Constant *ConstantExpr::getSDiv(Constant *C1, Constant *C2, bool isExact) { in getSDiv()
[all …]
/external/clang/test/SemaCXX/
Dvisibility.cpp5 struct C2 struct
7 static int p __attribute__((visibility("hidden")));
Dmember-name-lookup.cpp77 struct C2 : virtual A { struct
84 struct D2 : B2, C2 { argument
Dvtable-instantiation.cpp10 template<class T2> struct C2 { struct
11 void c2() { in c2()
Dnested-name-spec.cpp28 class C2 { class
319 typedef int C2; typedef
326 struct C2 { static const unsigned N1 = 1; }; struct
345 int f(C1::C2), C2 : N1; member
378 int C2:N1; member
DPR12481.cpp4 class C2 { }; class
/external/llvm/lib/IR/
DConstantsContext.h58 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, in BinaryConstantExpr()
79 SelectConstantExpr(Constant *C1, Constant *C2, Constant *C3) in SelectConstantExpr()
100 ExtractElementConstantExpr(Constant *C1, Constant *C2) in ExtractElementConstantExpr()
121 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr()
143 ShuffleVectorConstantExpr(Constant *C1, Constant *C2, Constant *C3) in ShuffleVectorConstantExpr()
DConstants.cpp1733 Constant *ConstantExpr::get(unsigned Opcode, Constant *C1, Constant *C2, in get()
1856 Constant *C2, bool OnlyIfReduced) { in getCompare()
2132 Constant *ConstantExpr::getAdd(Constant *C1, Constant *C2, in getAdd()
2139 Constant *ConstantExpr::getFAdd(Constant *C1, Constant *C2) { in getFAdd()
2143 Constant *ConstantExpr::getSub(Constant *C1, Constant *C2, in getSub()
2150 Constant *ConstantExpr::getFSub(Constant *C1, Constant *C2) { in getFSub()
2154 Constant *ConstantExpr::getMul(Constant *C1, Constant *C2, in getMul()
2161 Constant *ConstantExpr::getFMul(Constant *C1, Constant *C2) { in getFMul()
2165 Constant *ConstantExpr::getUDiv(Constant *C1, Constant *C2, bool isExact) { in getUDiv()
2170 Constant *ConstantExpr::getSDiv(Constant *C1, Constant *C2, bool isExact) { in getSDiv()
[all …]
/external/clang/test/CodeGenObjC/
Dproperty-list-in-class.m18 @interface C2 : C1 <P, P2> { interface
28 @implementation C2 implementation
/external/clang/test/SemaTemplate/
Dundefined-template.cpp12 template<typename T1> struct C2 { struct
13 static char s_var_2; // expected-note{{forward declaration of template entity is here}}
16 …ass T2> static char s_tvar_2; // expected-note{{forward declaration of template entity is here}}
Dclass-template-id-2.cpp14 class C2 : public N::A<float> { }; // expected-error{{base class has incomplete type}} class
/external/pdfium/core/fdrm/crypto/
Dfx_crypt_aes.cpp456 const int C1 = 1, C2 = 2, C3 = 3, Nb = 4; in aes_encrypt_nb_4() local
484 const int C1 = 1, C2 = 2, C3 = 3, Nb = 6; in aes_encrypt_nb_6() local
520 const int C1 = 1, C2 = 3, C3 = 4, Nb = 8; in aes_encrypt_nb_8() local
576 const int C1 = 4 - 1, C2 = 4 - 2, C3 = 4 - 3, Nb = 4; in aes_decrypt_nb_4() local
604 const int C1 = 6 - 1, C2 = 6 - 2, C3 = 6 - 3, Nb = 6; in aes_decrypt_nb_6() local
640 const int C1 = 8 - 1, C2 = 8 - 3, C3 = 8 - 4, Nb = 8; in aes_decrypt_nb_8() local
/external/clang/test/Layout/
Dms-x86-empty-nonvirtual-bases.cpp16 struct C2 { int a; C2() : a(0xf00000C2) {printf("C2 : %p\n", this);} }; in C2() argument
/external/clang/test/Modules/Inputs/wildcard-submodule-exports/
DC_two.h4 unsigned long *C2; variable
/external/llvm/unittests/ExecutionEngine/Orc/
DRPCUtilsTest.cpp83 QueueChannel C2(Q2, Q1); in TEST_F() local
112 QueueChannel C2(Q2, Q1); in TEST_F() local
142 QueueChannel C2(Q2, Q1); in TEST_F() local
/external/clang/test/Modules/Inputs/submodule-visibility/
Dcycle2.h6 struct C2 {}; struct
/external/testng/src/test/java/test/dependent/
DC2.java7 public class C2 { class
/external/annotation-tools/annotation-file-utilities/tests/
DConstructorReceivers.java14 class C2 { class in ConstructorReceivers
15 public C2() {} in C2() method in ConstructorReceivers.C2
/external/clang/test/Parser/
Dcxx-concept-declaration.cpp8 template<typename T> concept bool C2() { return true; } in C2() function

12345678