/external/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.require/ |
D | bullet_7.pass.cpp | 63 void*& freeFunction03(A0&) { in freeFunction03() argument 69 void*& freeFunction03(A0&, ...) { in freeFunction03() argument 74 void*& freeFunction03(A0&, A1&) { in freeFunction03() argument 80 void*& freeFunction03(A0&, A1&, ...) { in freeFunction03() argument 85 void*& freeFunction03(A0&, A1&, A2&) { in freeFunction03() argument 90 void*& freeFunction03(A0&, A1&, A2&, ...) { in freeFunction03() argument
|
/external/libcxx/test/libcxx/utilities/function.objects/func.require/ |
D | bullet_7.pass.cpp | 64 void*& freeFunction03(A0&) { in freeFunction03() argument 70 void*& freeFunction03(A0&, ...) { in freeFunction03() argument 75 void*& freeFunction03(A0&, A1&) { in freeFunction03() argument 81 void*& freeFunction03(A0&, A1&, ...) { in freeFunction03() argument 86 void*& freeFunction03(A0&, A1&, A2&) { in freeFunction03() argument 91 void*& freeFunction03(A0&, A1&, A2&, ...) { in freeFunction03() argument
|
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/ |
D | destroy.pass.cpp | 50 struct A0 struct 53 ~A0() {++count;} in ~A0() argument
|
D | construct.pass.cpp | 52 struct A0 struct 55 A0() {++count;} in A0() argument
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | property-atomic-bool.m | 21 @interface A0 interface 24 @implementation A0 implementation
|
/external/clang/test/CodeGenObjC/ |
D | property-atomic-bool.m | 21 @interface A0 interface 24 @implementation A0 implementation
|
/external/llvm-project/clang/test/AST/ |
D | property-atomic-bool.m | 39 @interface A0 interface 42 @implementation A0 implementation
|
/external/clang/test/SemaObjC/ |
D | property-atomic-bool.m | 31 @interface A0 interface 34 @implementation A0 implementation
|
/external/llvm-project/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/ |
D | construct.pass.cpp | 60 struct A0 struct 62 TEST_CONSTEXPR_CXX20 A0(int* count) {++*count;} in A0() argument
|
/external/webp/src/dsp/ |
D | rescaler_sse2.c | 148 const __m128i A0 = _mm_mullo_epi16(sum, mult0); in RescalerImportRowShrink_SSE2() local 177 const __m128i A0 = _mm_loadu_si128((const __m128i*)(src + 0)); in LoadDispatchAndMult_SSE2() local 194 static WEBP_INLINE void ProcessRow_SSE2(const __m128i* const A0, in ProcessRow_SSE2() 241 __m128i A0, A1, A2, A3; in RescalerExportRowExpand_SSE2() local 257 __m128i A0, A1, A2, A3, B0, B1, B2, B3; in RescalerExportRowExpand_SSE2() local 301 __m128i A0, A1, A2, A3, B0, B1, B2, B3; in RescalerExportRowShrink_SSE2() local 333 __m128i A0, A1, A2, A3; in RescalerExportRowShrink_SSE2() local
|
D | filters_sse2.c | 41 const __m128i A0 = _mm_loadu_si128((const __m128i*)&src[i + 0]); in PredictLineTop_SSE2() local 59 const __m128i A0 = _mm_loadu_si128((const __m128i*)(src + i + 0 )); in PredictLineLeft_SSE2() local 152 const __m128i A0 = _mm_loadl_epi64((const __m128i*)&row[i - 1]); in GradientPredictDirect_SSE2() local 231 const __m128i A0 = _mm_loadl_epi64((const __m128i*)(in + i)); in HorizontalUnfilter_SSE2() local 254 const __m128i A0 = _mm_loadu_si128((const __m128i*)&in[i + 0]); in VerticalUnfilter_SSE2() local
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | readability-identifier-naming-member-decl-usage.cpp | 134 struct A0 { struct 135 int value; 137 A0 &operator=(const A0 &Other) { in operator =()
|
/external/fec/ |
D | encode_rs.h | 31 #define A0 (NN) /* Special reserved value encoding zero in index form */ macro
|
D | char.h | 20 #define A0 (NN) macro
|
/external/llvm-project/clang/test/CodeGen/ |
D | pr5406.c | 5 typedef struct { char x[3]; } A0; typedef
|
/external/clang/test/CodeGen/ |
D | pr5406.c | 5 typedef struct { char x[3]; } A0; typedef
|
/external/llvm-project/clang/INPUTS/ |
D | macro_pounder_obj.c | 6 #define A0 a b macro
|
/external/clang/INPUTS/ |
D | macro_pounder_obj.c | 6 #define A0 a b macro
|
/external/clang/test/SemaTemplate/ |
D | class-template-spec.cpp | 62 struct A0<void> { struct 63 typedef void* pointer; 69 struct A0 { struct
|
/external/eigen/Eigen/src/Core/products/ |
D | SelfadjointMatrixVector.h | 73 const Scalar* EIGEN_RESTRICT A0 = lhs + j*lhsStride; in run() local 140 const Scalar* EIGEN_RESTRICT A0 = lhs + j*lhsStride; in run() local
|
/external/eigen/doc/examples/ |
D | TutorialInplaceLU.cpp | 30 MatrixXd A0(2,2); A0 << 2, -1, 1, 3; in main() local
|
/external/clang/test/Index/ |
D | annotate-comments-preprocessor.c | 14 #define A0 0 macro
|
/external/llvm-project/clang/test/Index/ |
D | annotate-comments-preprocessor.c | 14 #define A0 0 macro
|
/external/llvm-project/clang/test/Analysis/ |
D | NewDeleteLeaks-PR19102.cpp | 4 class A0 {}; class
|
/external/clang/test/Analysis/ |
D | NewDeleteLeaks-PR19102.cpp | 3 class A0 {}; class
|