Home
last modified time | relevance | path

Searched defs:T4 (Results 1 – 25 of 61) sorted by relevance

123

/external/clang/test/CodeGen/
Dtbaa-struct.cpp32 typedef struct T4 { T5 field0; T7 field1; } T4; struct
Dms-inline-asm.cpp57 struct T4 { struct
64 void T4::test() { in test() argument
Dpragma-pack-1.c48 struct T4 struct
50 char b;
51 int c;
Dattr-mode-enums.c19 typedef enum { A4, B4 } T4 __attribute__((mode(DI))); in main() typedef
/external/arm-neon-tests/
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
/external/clang/INPUTS/
Dc99-intconst-1.c31 #define type_comb4(T1, T2, T3, T4) \ argument
33 #define type_comb6(T1, T2, T3, T4, T5, T6) \ 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
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/utils/unittest/googletest/include/gtest/
Dgtest-printers.h522 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/CodeCompletion/
Ddocumentation.cpp13 int T4; ///< Ddd. member in T2
/external/clang/test/Index/
Dcomplete-documentation.cpp13 int T4; ///< Ddd. member in T2
/external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.req/range.refinements/
Dviewable_range.compile.pass.cpp71 struct T4 : test_range<cpp20_input_iterator>, std::ranges::view_base { struct
/external/jazzer-api/agent/src/main/java/com/code_intelligence/jazzer/api/
DJazzer.java268 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
428 public static <T1, T2, T3, T4, T5> void autofuzz( in autofuzz() argument
/external/clang/test/SemaCXX/
Dattr-mode-tmpl.cpp15 typedef enum __attribute__((mode(HI))) { A4, B4 } T4; in CheckEnumerations() typedef
39 …typedef T __attribute__((mode(DI))) T4; // expected-error{{type of machine mode does not match typ… in CheckMachineMode() typedef
Dtrivial-constructor.cpp17 struct T4 : virtual T3 { struct
Dtrivial-destructor.cpp17 struct T4 : virtual T3 { struct
/external/clang/test/CXX/special/class.inhctor/
Dp3.cpp59 template<typename T> struct T4 : B4 { struct
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp2398 auto *T4 = I32Reg(); in lowerAlloca() local
2528 auto *T4 = I32Reg(); in lowerInt64Arithmetic() local
2587 auto *T4 = I32Reg(); in lowerInt64Arithmetic() local
2640 auto *T4 = I32Reg(); in lowerInt64Arithmetic() local
3155 auto *T4 = I32Reg(); in lowerBr() local
3193 auto *T4 = I32Reg(); in lowerBr() local
3231 auto *T4 = I32Reg(); in lowerBr() local
3269 auto *T4 = I32Reg(); in lowerBr() local
4137 auto *T4 = I32Reg(); in lower64Icmp() local
4149 auto *T4 = I32Reg(); in lower64Icmp() local
[all …]
/external/nullaway/nullaway/src/test/resources/com/uber/nullaway/testdata/
DCheckFieldInitNegativeCases.java94 class T4 { class in CheckFieldInitNegativeCases
98 T4() { in T4() method in CheckFieldInitNegativeCases.T4
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/tuple/tuple.tuple/tuple.assign/
Dconvert_move.pass.cpp207 using T4 = std::tuple<CopyAssignable&&, int>; in main() typedef
219 using T4 = std::tuple<NonAssignable&&, int>; in main() typedef
/external/clang/test/CodeGenCXX/
Drtti-linkage.cpp156 struct T4 {}; struct
Dattr-mode-vector-types-tmpl.cpp10 typedef T __attribute__((mode(DI))) T4; in CheckIntScalarTypes() typedef
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/tags/propagation/
DTagContextSerializationTest.java69 private static final Tag T4 = Tag.create(K4, V4); field in TagContextSerializationTest
/external/jazzer-api/agent/src/main/java/com/code_intelligence/jazzer/autofuzz/
DMeta.java179 public static <T1, T2, T3, T4, T5> void autofuzz( 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/libaom/tools/auto_refactor/c_files/
Dstruct_code.c23 } T4; typedef
/external/tensorflow/third_party/absl/abseil-cpp/absl/container/internal/
Dlayout_benchmark.cc102 #define OFFSET_BENCHMARK(NAME, OFFSET, T1, T2, T3, T4) \ argument
/external/cronet/third_party/abseil-cpp/absl/container/internal/
Dlayout_benchmark.cc102 #define OFFSET_BENCHMARK(NAME, OFFSET, T1, T2, T3, T4) \ argument

123