Searched defs:t7 (Results 1 - 25 of 40) sorted by relevance

12

/external/clang/test/CodeGen/
H A Dms-inline-asm.c48 void t7() { function
58 // CHECK: t7
H A Dattributes.c55 // CHECK: define void @t7() [[NR]] {
56 void t7() __attribute__((noreturn, nothrow));
57 void t7() { while (1) {} } function
H A Dlibcalls-fno-builtin.c55 char *t7(char *x) { return strncat(x, "", 1); } function
56 // CHECK: t7
H A Dms_struct-bitfield-1.c61 } ATTR t7; variable in typeref:struct:__anon2031
62 static int a7[(sizeof(t7) == 16) -1];
H A Dcomplex.c91 double t7(double _Complex c) { function
H A Dasm.c40 void t7(int a) { function
42 // CHECK: @t7(i32
H A Dms_struct-bitfield.c94 } ATTR t7; variable in typeref:struct:__anon2044
95 int s7 = sizeof(t7);
/external/libcxx/test/std/utilities/intseq/intseq.general/
H A Dinteger_seq.pass.cpp66 auto t7 = extract ( tup, size7 ()); local
67 static_assert ( std::tuple_size<decltype(t7)>::value == size7::size (), "t7 size wrong");
68 assert ( t7 == std::make_tuple ( 10, 11, 12, 13, 14, 15, 16 ));
/external/clang/test/Sema/
H A Dattr-naked.c31 __attribute__((naked)) void t7() { function
H A Dwarn-char-subscripts.c39 void t7() { function
H A Dms-inline-asm.c119 void t7() { function
H A Dthread-specifier.c39 int f(__thread int t7) { // expected-error {{' is only allowed on variable declarations}} argument
/external/clang/test/Analysis/
H A Dfree.c35 void t7 (char **x) { function
/external/clang/test/CodeGenCXX/
H A Drtti-linkage.cpp175 inline void t7() { function
180 t7();
H A Daarch64-aapcs-zerolength-bitfield.cpp63 struct t7 struct
70 static_assert(offsetof(struct t7, bar2) == 3);
71 static_assert(sizeof(struct t7) == 4);
H A Dnew.cpp87 void t7() { function
/external/opencv3/modules/core/include/opencv2/core/cuda/
H A Dreduce.hpp181 smem_tuple(T0* t0, T1* t1, T2* t2, T3* t3, T4* t4, T5* t5, T6* t6, T7* t7) argument
183 return thrust::make_tuple((volatile T0*) t0, (volatile T1*) t1, (volatile T2*) t2, (volatile T3*) t3, (volatile T4*) t4, (volatile T5*) t5, (volatile T6*) t6, (volatile T7*) t7);
189 smem_tuple(T0* t0, T1* t1, T2* t2, T3* t3, T4* t4, T5* t5, T6* t6, T7* t7, T8* t8) argument
191 return thrust::make_tuple((volatile T0*) t0, (volatile T1*) t1, (volatile T2*) t2, (volatile T3*) t3, (volatile T4*) t4, (volatile T5*) t5, (volatile T6*) t6, (volatile T7*) t7, (volatile T8*) t8);
197 smem_tuple(T0* t0, T1* t1, T2* t2, T3* t3, T4* t4, T5* t5, T6* t6, T7* t7, T8* t8, T9* t9) argument
199 return thrust::make_tuple((volatile T0*) t0, (volatile T1*) t1, (volatile T2*) t2, (volatile T3*) t3, (volatile T4*) t4, (volatile T5*) t5, (volatile T6*) t6, (volatile T7*) t7, (volatile T8*) t8, (volatile T9*) t9);
/external/opencv3/modules/cudev/include/opencv2/cudev/warp/
H A Dreduce.hpp186 smem_tuple(T0* t0, T1* t1, T2* t2, T3* t3, T4* t4, T5* t5, T6* t6, T7* t7) argument
188 return make_tuple((volatile T0*) t0, (volatile T1*) t1, (volatile T2*) t2, (volatile T3*) t3, (volatile T4*) t4, (volatile T5*) t5, (volatile T6*) t6, (volatile T7*) t7);
194 smem_tuple(T0* t0, T1* t1, T2* t2, T3* t3, T4* t4, T5* t5, T6* t6, T7* t7, T8* t8) argument
196 return make_tuple((volatile T0*) t0, (volatile T1*) t1, (volatile T2*) t2, (volatile T3*) t3, (volatile T4*) t4, (volatile T5*) t5, (volatile T6*) t6, (volatile T7*) t7, (volatile T8*) t8);
202 smem_tuple(T0* t0, T1* t1, T2* t2, T3* t3, T4* t4, T5* t5, T6* t6, T7* t7, T8* t8, T9* t9) argument
204 return make_tuple((volatile T0*) t0, (volatile T1*) t1, (volatile T2*) t2, (volatile T3*) t3, (volatile T4*) t4, (volatile T5*) t5, (volatile T6*) t6, (volatile T7*) t7, (volatile T8*) t8, (volatile T9*) t9);
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5.cpp59 unsigned &t7 = (a->var ? a->var : a->bitY); // expected-error {{non-const reference cannot bind to bit-field}} local
/external/clang/test/Misc/
H A Dinteger-literal-printing.cpp76 struct Type7<wcharTy::c, "7"> t7; // expected-error{{value of type 'const char [2]' is not implicitly convertible to 'typename Type7Helper<(wcharTy)L'\x00'>::Ty' (aka 'wcharTy')}} local
/external/clang/test/SemaCXX/
H A Dvararg-non-pod.cpp119 void t7(int n, ...) { function
/external/libcxxabi/test/
H A Ddynamic_cast5.pass.cpp873 namespace t7 namespace
1014 } // t7
1312 t7::test();
H A Ddynamic_cast3.pass.cpp341 namespace t7 namespace
396 } // t7
2419 t7::test();
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_bvgraph_test.cc270 BV t7; local
271 t7.clear();
272 t7.setBit(7);
282 EXPECT_TRUE(g.isReachable(1, t7));
284 EXPECT_EQ(0U, g.findPath(1, t7, path, 1));
286 EXPECT_EQ(2U, g.findPath(1, t7, path, 2));
287 EXPECT_EQ(2U, g.findPath(1, t7, path, 3));
288 EXPECT_EQ(2U, g.findPath(1, t7, path, 4));
289 EXPECT_EQ(2U, g.findPath(1, t7, path, 5));
290 EXPECT_EQ(2U, g.findPath(1, t7, pat
[all...]
/external/llvm/include/llvm/Support/
H A DAlignOf.h197 T1 t1; T2 t2; T3 t3; T4 t4; T5 t5; T6 t6; T7 t7; T8 t8; T9 t9; T10 t10; member in class:llvm::detail::AlignerImpl

Completed in 674 milliseconds

12