Home
last modified time | relevance | path

Searched defs:T3 (Results 1 – 25 of 95) sorted by relevance

1234

/external/clang/test/Layout/
Dms-x86-misalignedarray.cpp8 struct T3 { T2 a[1]; char c; }; struct
/external/clang/INPUTS/
Dc99-intconst-1.c30 #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/
Dref_vtbX.c44 #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
Dref_vqrshl.c43 #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
Dref_vqshl.c43 #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
Dref_vqshlu_n.c43 #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
Dref_v_comp_f_op.c43 #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
Dref_v_comp_op.c44 #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
Dref_vqshl_n.c54 #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
Dref_vrshl.c38 #define TEST_VRSHL(T3, Q, T1, T2, W, N) \ in exec_vrshl() argument
Dref_vshl.c38 #define TEST_VSHL(T3, Q, T1, T2, W, N) \ in exec_vshl() argument
Dref_vbsl.c38 #define TEST_VBSL(T3, Q, T1, T2, W, N) \ in exec_vbsl() argument
/external/libcxx/test/std/utilities/utility/utility.inplace/
Dinplace.pass.cpp56 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/
DPR10243.cpp20 struct T3 { struct
22 ~T3() = default; argument
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/utility/utility.inplace/
Dinplace.pass.cpp53 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/
Diter_common_reference_t.compile.pass.cpp46 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/
DJazzer.java238 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/
Dpragma-pack-1.c31 struct T3 struct
33 char b;
34 int c;
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest-printers.h517 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/
Dp6.cpp62 …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/
Dtypes.pass.cpp29 typedef std::adopt_lock_t T3; in main() typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/thread/thread.mutex/thread.lock/
Dtypes.pass.cpp30 typedef std::adopt_lock_t T3; in main() typedef
/external/jazzer-api/agent/src/main/java/com/code_intelligence/jazzer/autofuzz/
DMeta.java171 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/
DIceTargetLoweringMIPS32.cpp2397 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/
Dviewable_range.compile.pass.cpp56 struct T3 : test_range<cpp20_input_iterator>, std::ranges::view_base { struct

1234