Home
last modified time | relevance | path

Searched defs:C1 (Results 1 – 25 of 273) sorted by relevance

1234567891011

/external/libcxxabi/test/
Dcatch_class_03.pass.cpp40 struct C1 struct
45 explicit C1(int id) : B(id-2), id_(id) {count++;} in C1() argument
46 C1(const C1& a) : B(a.id_-2), id_(a.id_) {count++;} in C1() argument
47 ~C1() {count--;} in ~C1() argument
Dcatch_ptr.pass.cpp40 struct C1 struct
45 explicit C1(int id) : B(id-2), id_(id) {count++;} in C1() argument
46 C1(const C1& a) : B(a.id_-2), id_(a.id_) {count++;} in C1() argument
47 ~C1() {count--;} in ~C1() argument
Dcatch_class_04.pass.cpp40 struct C1 struct
45 explicit C1(int id) : B(id-2), id_(id) {count++;} in C1() function
46 C1(const C1& a) : B(a.id_-2), id_(a.id_) {count++;} in C1() function
47 ~C1() {count--;} in ~C1() argument
/external/compiler-rt/test/asan/TestCases/Darwin/
Dmixing-global-constructors.cc25 struct C1 { struct
26 C1() { in C1() function
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-non-virtual-base-ordering.cpp5 struct C1 { int a; virtual void C1M() {} }; in C1M() argument
/external/clang/test/SemaTemplate/
Dundefined-template.cpp3 template <class T> struct C1 { struct
21 extern template char C1<int>::s_var_2; argument
Ddependent-class-member-operator.cpp4 template<class T> struct C1 { void operator()(T); }; struct
/external/libcxx/test/libcxx/debug/containers/
Ddb_sequence_container_iterators.pass.cpp180 Container C1 = makeContainer(3); in EraseIterIter() local
202 Container C1 = makeContainer(2); in PopBack() local
214 Container C1 = makeContainer(2); in PopFront() local
225 Container C1 = makeContainer(2); in InsertIterValue() local
250 Container C1 = makeContainer(2); in EmplaceIterValue() local
270 Container C1 = makeContainer(2); in InsertIterSizeValue() local
289 Container C1 = makeContainer(2); in InsertIterIterIter() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DValueLatticeTest.cpp34 auto *C1 = ConstantInt::get(I32Ty, 1); in TEST_F() local
49 auto *C1 = ConstantInt::get(I32Ty, 1); in TEST_F() local
94 auto *C1 = ConstantInt::get(I32Ty, 1); in TEST_F() local
139 auto *C1 = ConstantFP::get(FloatTy, 1.0); in TEST_F() local
/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/CodeGenObjC/
Dproperty-list-in-class.m16 @interface C1 { id isa; } @end interface
24 @implementation C1 implementation
/external/clang/test/CodeGenObjCXX/
Dproperty-objects.mm178 struct C1 { struct
180 friend C1 operator+(C1, void(&)()); argument
184 @property C1 c1; argument
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstantsContext.h65 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, in BinaryConstantExpr()
86 SelectConstantExpr(Constant *C1, Constant *C2, Constant *C3) in SelectConstantExpr()
107 ExtractElementConstantExpr(Constant *C1, Constant *C2) in ExtractElementConstantExpr()
128 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr()
150 ShuffleVectorConstantExpr(Constant *C1, Constant *C2, Constant *C3) in ShuffleVectorConstantExpr()
/external/clang/test/SemaCXX/
Dout-of-line-def-mismatch.cpp7 class C1 {}; class
21 void N2::N1::S2::func(C1&, unsigned, const S1*) {} // expected-error {{out-of-line definition of 'f… in func() argument
Dvtable-instantiation.cpp4 template<class T1> struct C1 { struct
5 virtual void c1() { in c1()
/external/clang/test/Modules/
Dmisplaced-3.cpp4 class C1 { // expected-note{{'C1' begins here}} class
/external/clang/test/Modules/Inputs/wildcard-submodule-exports/
DC_one.h4 long *C1; variable
/external/clang/test/Modules/Inputs/submodule-visibility/
Dcycle1.h6 struct C1 {}; struct
/external/clang/test/CXX/temp/temp.param/
Dp12.cpp37 class C1 {}; class
/external/libhevc/encoder/
Dihevce_frame_process_utils.h44 #define C1 13317 /* This value is twice of (0.01*255)^2 in Q11*/ macro
/external/testng/src/test/java/test/dependent/
DC1.java8 public class C1 { 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/webp/src/dsp/
Drescaler_neon.c54 const uint64x2_t C1 = vmull_n_u32(vget_high_u32(A0), A); in Interpolate_NEON() local
83 const uint16x4_t C1 = vmovn_u32(B1); in RescalerExportRowExpand_NEON() local
98 const uint32x4_t C1 = in RescalerExportRowExpand_NEON() local
141 const uint32x4_t C1 = MULT_FIX(B1, fxy_scale_half); in RescalerExportRowShrink_NEON() local

1234567891011