/external/llvm-project/clang/test/Layout/ |
D | ms-x86-misalignedarray.cpp | 8 struct T3 { T2 a[1]; char c; }; argument
|
/external/clang/test/Layout/ |
D | ms-x86-misalignedarray.cpp | 8 struct T3 { T2 a[1]; char c; }; argument
|
/external/clang/INPUTS/ |
D | c99-intconst-1.c | 30 #define type_comb3(T1, T2, T3) type_comb2(T1, type_comb2(T2, T3)) argument 31 #define type_comb4(T1, T2, T3, T4) \ argument 33 #define type_comb6(T1, T2, T3, T4, T5, T6) \ argument 44 #define first_of3p(T1, E1, T2, E2, T3, E3) \ argument 50 #define first_of4p(T1, E1, T2, E2, T3, E3, T4, E4) \ argument 57 #define first_of6p(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \ argument 69 #define first_of3(T1, E1, T2, E2, T3, E3) \ argument 71 #define first_of4(T1, E1, T2, E2, T3, E3, T4, E4) \ argument 73 #define first_of6(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \ argument
|
/external/llvm-project/clang/INPUTS/ |
D | c99-intconst-1.c | 30 #define type_comb3(T1, T2, T3) type_comb2(T1, type_comb2(T2, T3)) argument 31 #define type_comb4(T1, T2, T3, T4) \ argument 33 #define type_comb6(T1, T2, T3, T4, T5, T6) \ argument 44 #define first_of3p(T1, E1, T2, E2, T3, E3) \ argument 50 #define first_of4p(T1, E1, T2, E2, T3, E3, T4, E4) \ argument 57 #define first_of6p(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \ argument 69 #define first_of3(T1, E1, T2, E2, T3, E3) \ argument 71 #define first_of4(T1, E1, T2, E2, T3, E3, T4, E4) \ argument 73 #define first_of6(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \ argument
|
/external/arm-neon-tests/ |
D | ref_vtbX.c | 44 #define TEST_VTBL1(T1, T2, T3, W, N) \ in exec_vtbX() argument 54 #define TEST_VTBLX(T1, T2, T3, W, N, X) \ in exec_vtbX() argument 163 #define TEST_VTBX1(T1, T2, T3, W, N) \ in exec_vtbX() argument 174 #define TEST_VTBXX(T1, T2, T3, W, N, X) \ in exec_vtbX() argument
|
D | ref_vqshl.c | 43 #define TEST_VQSHL2(INSN, T3, Q, T1, T2, W, N) \ in FNNAME() argument 54 #define TEST_VQSHL1(INSN, T3, Q, T1, T2, W, N) \ in FNNAME() argument 57 #define TEST_VQSHL(T3, Q, T1, T2, W, N) \ in FNNAME() argument
|
D | ref_vqrshl.c | 43 #define TEST_VQRSHL2(INSN, T3, Q, T1, T2, W, N) \ in FNNAME() argument 54 #define TEST_VQRSHL1(INSN, T3, Q, T1, T2, W, N) \ in FNNAME() argument 57 #define TEST_VQRSHL(T3, Q, T1, T2, W, N) \ in FNNAME() argument
|
D | ref_vqshlu_n.c | 43 #define TEST_VQSHLU_N2(INSN, Q, T1, T2, T3, T4, W, N, V) \ in FNNAME() argument 54 #define TEST_VQSHLU_N1(INSN, Q, T1, T2, T3, T4, W, N, V) \ in FNNAME() argument 57 #define TEST_VQSHLU_N(Q, T1, T2, T3, T4, W, N, V) \ in FNNAME() argument
|
D | ref_v_comp_op.c | 44 #define TEST_VCOMP1(INSN, Q, T1, T2, T3, W, N) \ in FNNAME() argument 50 #define TEST_VCOMP(INSN, Q, T1, T2, T3, W, N) \ in FNNAME() argument
|
D | ref_v_comp_f_op.c | 43 #define TEST_VCOMP1(INSN, Q, T1, T2, T3, W, N) \ in FNNAME() argument 49 #define TEST_VCOMP(INSN, Q, T1, T2, T3, W, N) \ in FNNAME() argument
|
D | ref_vqshl_n.c | 54 #define TEST_VQSHL_N1(INSN, T3, Q, T1, T2, W, N) \ in FNNAME() argument 57 #define TEST_VQSHL_N(T3, Q, T1, T2, W, N) \ in FNNAME() argument
|
/external/libcxx/test/std/utilities/utility/utility.inplace/ |
D | inplace.pass.cpp | 56 using T3 = std::in_place_type_t<const int>; in main() typedef 67 using T3 = std::in_place_index_t<static_cast<size_t>(-1)>; in main() typedef
|
/external/clang/test/SemaCXX/ |
D | PR10243.cpp | 20 struct T3 { struct 22 ~T3() = default; argument
|
/external/llvm-project/clang/test/SemaCXX/ |
D | PR10243.cpp | 20 struct T3 { struct 22 ~T3() = default; argument
|
/external/llvm-project/libcxx/test/std/utilities/utility/utility.inplace/ |
D | inplace.pass.cpp | 54 using T3 = std::in_place_type_t<const int>; in main() typedef 65 using T3 = std::in_place_index_t<static_cast<size_t>(-1)>; in main() typedef
|
/external/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.id/ |
D | p3.cpp | 125 template<typename T> struct T3 { using type = typename T::type; }; struct
|
/external/clang/test/CodeGen/ |
D | pragma-pack-1.c | 31 struct T3 struct 33 char b; 34 int c;
|
/external/llvm-project/clang/test/CodeGen/ |
D | pragma-pack-1.c | 31 struct T3 struct 33 char b; 34 int c;
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest-printers.h | 517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) { in PrintTo() argument 522 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, in PrintTo() argument 529 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, in PrintTo() argument 536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, in PrintTo() argument 543 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, in PrintTo() argument 550 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, in PrintTo() argument 558 const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>& t, in PrintTo() argument
|
/external/llvm-project/llvm/test/MC/AsmParser/ |
D | directive_print.s | 16 T3: label
|
/external/libcxx/test/std/thread/thread.mutex/thread.lock/ |
D | types.pass.cpp | 29 typedef std::adopt_lock_t T3; in main() typedef
|
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest-printers.h | 621 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) { in PrintTo() argument 626 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, in PrintTo() argument 633 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, in PrintTo() argument 640 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, in PrintTo() argument 647 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, in PrintTo() argument 654 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, in PrintTo() argument 662 const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>& t, in PrintTo() argument
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
D | p6.cpp | 62 …template<typename T> class T3 : public T { // expected-note {{class with virtual base class is not… class 64 constexpr T3() {} in T3() function in TemplateVBase::T3
|
/external/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
D | p6.cpp | 62 …template<typename T> class T3 : public T { // expected-note {{class with virtual base class is not… class 64 constexpr T3() {} in T3() function in TemplateVBase::T3
|
/external/llvm-project/libcxx/test/std/thread/thread.mutex/thread.lock/ |
D | types.pass.cpp | 29 typedef std::adopt_lock_t T3; in main() typedef
|