/aosp_15_r20/external/libcxxabi/test/ |
H A D | catch_class_03.pass.cpp | 52 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() argument 59 ~C2() {count--;} in ~C2() argument
|
H A D | catch_ptr.pass.cpp | 52 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() argument 59 ~C2() {count--;} in ~C2() argument
|
H A D | catch_class_04.pass.cpp | 52 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
|
/aosp_15_r20/external/cronet/third_party/libc++abi/src/test/ |
H A D | catch_class_03.pass.cpp | 49 struct C2 struct 54 explicit C2(int id) : B(id-2), id_(id) {count++;} in C2() argument 55 C2(const C2& a) : B(a.id_-2), id_(a.id_) {count++;} in C2() function 56 ~C2() {count--;} in ~C2() argument
|
H A D | catch_class_04.pass.cpp | 49 struct C2 struct 54 explicit C2(int id) : B(id-2), id_(id) {count++;} in C2() argument 55 C2(const C2& a) : B(a.id_-2), id_(a.id_) {count++;} in C2() argument 56 ~C2() {count--;} in ~C2() argument
|
H A D | catch_ptr.pass.cpp | 49 struct C2 struct 54 explicit C2(int id) : B(id-2), id_(id) {count++;} in C2() function 55 C2(const C2& a) : B(a.id_-2), id_(a.id_) {count++;} in C2() function 56 ~C2() {count--;} in ~C2() argument
|
/aosp_15_r20/external/libcxx/test/libcxx/debug/containers/ |
H A D | db_sequence_container_iterators.pass.cpp | 97 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
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/debug/containers/ |
H A D | sequence_container_iterators.pass.cpp | 96 Container C2; in SpliceFirstElem() local 101 Container C2; in SpliceFirstElem() local 117 Container C2; in SpliceFirstElemAfter() local 122 Container C2; in SpliceFirstElemAfter() local 233 Container C2 = C1; in InsertIterValue() local 258 Container C2 = C1; in EmplaceIterValue() local 278 Container C2 = C1; in InsertIterSizeValue() local 297 Container C2 = C1; in InsertIterIterIter() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | ConstantsContext.h | 64 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, in BinaryConstantExpr() 85 SelectConstantExpr(Constant *C1, Constant *C2, Constant *C3) in SelectConstantExpr() 106 ExtractElementConstantExpr(Constant *C1, Constant *C2) in ExtractElementConstantExpr() 127 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() 149 ShuffleVectorConstantExpr(Constant *C1, Constant *C2, Constant *C3) in ShuffleVectorConstantExpr()
|
H A D | Constants.cpp | 1936 Constant *ConstantExpr::get(unsigned Opcode, Constant *C1, Constant *C2, in get() 2037 Constant *C2, bool OnlyIfReduced) { in getCompare() 2318 Constant *ConstantExpr::getAdd(Constant *C1, Constant *C2, in getAdd() 2325 Constant *ConstantExpr::getFAdd(Constant *C1, Constant *C2) { in getFAdd() 2329 Constant *ConstantExpr::getSub(Constant *C1, Constant *C2, in getSub() 2336 Constant *ConstantExpr::getFSub(Constant *C1, Constant *C2) { in getFSub() 2340 Constant *ConstantExpr::getMul(Constant *C1, Constant *C2, in getMul() 2347 Constant *ConstantExpr::getFMul(Constant *C1, Constant *C2) { in getFMul() 2351 Constant *ConstantExpr::getUDiv(Constant *C1, Constant *C2, bool isExact) { in getUDiv() 2356 Constant *ConstantExpr::getSDiv(Constant *C1, Constant *C2, bool isExact) { in getSDiv() [all …]
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | ConstantsContext.h | 58 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()
|
H A D | Constants.cpp | 1733 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 …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | ConstantsContext.h | 70 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, in BinaryConstantExpr() 97 SelectConstantExpr(Constant *C1, Constant *C2, Constant *C3) in SelectConstantExpr() 124 ExtractElementConstantExpr(Constant *C1, Constant *C2) in ExtractElementConstantExpr() 151 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() 179 ShuffleVectorConstantExpr(Constant *C1, Constant *C2, ArrayRef<int> Mask) in ShuffleVectorConstantExpr()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/ |
D | flat_set.hpp | 752 BOOST_CONTAINER_FORCEINLINE void merge(flat_set<Key, C2, AllocatorOrContainer>& source) in merge() argument 757 …BOOST_CONTAINER_FORCEINLINE void merge(BOOST_RV_REF_BEG flat_set<Key, C2, AllocatorOrContainer> BO… in merge() argument 762 BOOST_CONTAINER_FORCEINLINE void merge(flat_multiset<Key, C2, AllocatorOrContainer>& source) in merge() argument 767 …BOOST_CONTAINER_FORCEINLINE void merge(BOOST_RV_REF_BEG flat_multiset<Key, C2, AllocatorOrContaine… in merge() argument 1689 BOOST_CONTAINER_FORCEINLINE void merge(flat_multiset<Key, C2, AllocatorOrContainer>& source) in merge() argument 1694 …BOOST_CONTAINER_FORCEINLINE void merge(BOOST_RV_REF_BEG flat_multiset<Key, C2, AllocatorOrContaine… in merge() argument 1699 BOOST_CONTAINER_FORCEINLINE void merge(flat_set<Key, C2, AllocatorOrContainer>& source) in merge() argument 1704 …BOOST_CONTAINER_FORCEINLINE void merge(BOOST_RV_REF_BEG flat_set<Key, C2, AllocatorOrContainer> BO… in merge() argument
|
D | set.hpp | 657 BOOST_CONTAINER_FORCEINLINE void merge(set<Key, C2, Allocator, Options>& source) in merge() argument 666 …BOOST_CONTAINER_FORCEINLINE void merge(BOOST_RV_REF_BEG set<Key, C2, Allocator, Options> BOOST_RV_… in merge() argument 671 BOOST_CONTAINER_FORCEINLINE void merge(multiset<Key, C2, Allocator, Options>& source) in merge() argument 680 …BOOST_CONTAINER_FORCEINLINE void merge(BOOST_RV_REF_BEG multiset<Key, C2, Allocator, Options> BOOS… in merge() argument 1442 BOOST_CONTAINER_FORCEINLINE void merge(multiset<Key, C2, Allocator, Options>& source) in merge() argument 1451 …BOOST_CONTAINER_FORCEINLINE void merge(BOOST_RV_REF_BEG multiset<Key, C2, Allocator, Options> BOOS… in merge() argument 1456 BOOST_CONTAINER_FORCEINLINE void merge(set<Key, C2, Allocator, Options>& source) in merge() argument 1465 …BOOST_CONTAINER_FORCEINLINE void merge(BOOST_RV_REF_BEG set<Key, C2, Allocator, Options> BOOST_RV_… in merge() argument
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/num/ |
H A D | int_log10.rs | 15 const C2: u32 = 0b10_00000000 - 100; // 412 in u8() constant 32 const C2: u32 = 0b100_00000000000000000 - 100; // 524188 in less_than_5() constant
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/num/ |
H A D | int_log10.rs | 15 const C2: u32 = 0b10_00000000 - 100; // 412 in u8() constant 32 const C2: u32 = 0b100_00000000000000000 - 100; // 524188 in less_than_5() constant
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/num/ |
H A D | int_log10.rs | 15 const C2: u32 = 0b10_00000000 - 100; // 412 in u8() constant 32 const C2: u32 = 0b100_00000000000000000 - 100; // 524188 in less_than_5() constant
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/num/ |
H A D | int_log10.rs | 15 const C2: u32 = 0b10_00000000 - 100; // 412 in u8() constant 32 const C2: u32 = 0b100_00000000000000000 - 100; // 524188 in less_than_5() constant
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/num/ |
H A D | int_log10.rs | 15 const C2: u32 = 0b10_00000000 - 100; // 412 in u8() constant 32 const C2: u32 = 0b100_00000000000000000 - 100; // 524188 in less_than_5() constant
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | microsoft-abi-non-virtual-base-ordering.cpp | 6 struct C2 { int a; virtual void C2M() {} }; in C2M() argument
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
D | rtl.h | 552 #define RTL_CHECK2(RTX, N, C1, C2) __extension__ \ argument 571 #define RTL_CHECKC2(RTX, N, C1, C2) __extension__ \ argument 660 #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) argument 662 #define RTL_CHECKC2(RTX, N, C1, C2) ((RTX)->u.fld[N]) argument 687 #define RTL_FLAG_CHECK2(NAME, RTX, C1, C2) __extension__ \ argument 694 #define RTL_FLAG_CHECK3(NAME, RTX, C1, C2, C3) __extension__ \ argument 702 #define RTL_FLAG_CHECK4(NAME, RTX, C1, C2, C3, C4) __extension__ \ argument 710 #define RTL_FLAG_CHECK5(NAME, RTX, C1, C2, C3, C4, C5) __extension__ \ argument 719 #define RTL_FLAG_CHECK6(NAME, RTX, C1, C2, C3, C4, C5, C6) \ argument 729 #define RTL_FLAG_CHECK7(NAME, RTX, C1, C2, C3, C4, C5, C6, C7) \ argument [all …]
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | nested-name-spec.cpp | 28 class C2 { class 319 typedef int C2; typedef 326 struct C2 { static const unsigned N1 = 1; }; argument 345 int f(C1::C2), C2 : N1; member 378 int C2:N1; member
|
H A D | member-name-lookup.cpp | 77 struct C2 : virtual A { struct 84 struct D2 : B2, C2 { argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/examples/tensor/ |
D | prod_expressions.cpp | 41 tensor_t C2 = prod(A,vector_t(n[q-1],1),q) + 4; in main() local 92 tensor_t C2 = prod(A,matrix_t(m,n[q-1],1),q) + 4; in main() local 164 tensor_t C2 = tensor_t(shape{na[2],nb[1],nb[3]},2) + prod(A,B,perm_t{1,2},perm_t{3,1}) + 5; in main() local
|