| /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/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_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_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_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_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_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_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
  | 
| D | ref_vrshl.c | 38 #define TEST_VRSHL(T3, Q, T1, T2, W, N)					\  in exec_vrshl()  argument
  | 
| D | ref_vshl.c | 38 #define TEST_VSHL(T3, Q, T1, T2, W, N)					\  in exec_vshl()  argument
  | 
| D | ref_vbsl.c | 38 #define TEST_VBSL(T3, Q, T1, T2, W, N)					\  in exec_vbsl()  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/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/utility/utility.inplace/ | 
| D | inplace.pass.cpp | 53         using T3 = std::in_place_type_t<const int>;  in main()  typedef 64         using T3 = std::in_place_index_t<static_cast<std::size_t>(-1)>;  in main()  typedef
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.readable/ | 
| D | iter_common_reference_t.compile.pass.cpp | 46 struct T3 {  struct 50 static_assert(std::same_as<std::iter_common_reference_t<T3>, Common>);  argument
  | 
| /external/jazzer-api/agent/src/main/java/com/code_intelligence/jazzer/api/ | 
| D | Jazzer.java | 238   public static <T1, T2, T3, R> R autofuzz(FuzzedDataProvider data, Function3<T1, T2, T3, R> func) {  in autofuzz()  argument 268   public static <T1, T2, T3, T4, R> R autofuzz(  in autofuzz()  argument 299   public static <T1, T2, T3, T4, T5, R> R autofuzz(  in autofuzz()  argument 402   public static <T1, T2, T3, T4> void autofuzz(  in autofuzz()  argument 428   public static <T1, T2, T3, T4, T5> void autofuzz(  in autofuzz()  argument
  | 
| /external/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/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/libcxx/test/std/thread/thread.mutex/thread.lock/ | 
| D | types.pass.cpp | 29     typedef std::adopt_lock_t T3;  in main()  typedef
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/thread/thread.mutex/thread.lock/ | 
| D | types.pass.cpp | 30     typedef std::adopt_lock_t T3;  in main()  typedef
  | 
| /external/jazzer-api/agent/src/main/java/com/code_intelligence/jazzer/autofuzz/ | 
| D | Meta.java | 171   public static <T1, T2, T3, T4> void autofuzz(  in autofuzz()  argument 179   public static <T1, T2, T3, T4, T5> void autofuzz(  in autofuzz()  argument 200   public static <T1, T2, T3, R> R autofuzz(FuzzedDataProvider data, Function3<T1, T2, T3, R> func) {  in autofuzz()  argument 207   public static <T1, T2, T3, T4, R> R autofuzz(  in autofuzz()  argument 215   public static <T1, T2, T3, T4, T5, R> R autofuzz(  in autofuzz()  argument
  | 
| /external/swiftshader/third_party/subzero/src/ | 
| D | IceTargetLoweringMIPS32.cpp | 2397     auto *T3 = I32Reg();  in lowerAlloca()  local 2527     auto *T3 = I32Reg();  in lowerInt64Arithmetic()  local 2586     auto *T3 = I32Reg();  in lowerInt64Arithmetic()  local 2639     auto *T3 = I32Reg();  in lowerInt64Arithmetic()  local 3124         auto *T3 = I32Reg();  in lowerBr()  local 3139         auto *T3 = I32Reg();  in lowerBr()  local 3154         auto *T3 = I32Reg();  in lowerBr()  local 3175         auto *T3 = I32Reg();  in lowerBr()  local 3192         auto *T3 = I32Reg();  in lowerBr()  local 3213         auto *T3 = I32Reg();  in lowerBr()  local [all …] 
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.req/range.refinements/ | 
| D | viewable_range.compile.pass.cpp | 56 struct T3 : test_range<cpp20_input_iterator>, std::ranges::view_base {  struct
  |