Searched defs:t7 (Results 1 - 25 of 39) 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.c62 char *t7(char *x) { return strncat(x, "", 1); } function
63 // CHECK: t7
H A Dms_struct-bitfield-1.c61 } ATTR t7; variable in typeref:struct:__anon2200
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:__anon2213
95 int s7 = sizeof(t7);
H A Darm-aapcs-zerolength-bitfield.c62 struct t7 struct
69 static int arr7_offset[(offsetof(struct t7, bar2) == 3) ? 0 : -1];
70 static int arr7_sizeof[(sizeof(struct t7) == 4) ? 0 : -1];
/external/libcxx/test/std/utilities/intseq/intseq.general/
H A Dinteger_seq.pass.cpp61 auto t7 = extract ( tup, size7 ()); local
62 static_assert ( std::tuple_size<decltype(t7)>::value == size7::size (), "t7 size wrong");
63 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/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.cpp167 void t7(int n, ...) { function
/external/libcxxabi/test/
H A Ddynamic_cast5.pass.cpp879 namespace t7 namespace
1020 } // t7
1318 t7::test();
H A Ddynamic_cast3.pass.cpp347 namespace t7 namespace
402 } // t7
2425 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/e2fsprogs/lib/ext2fs/
H A Dcrc32c.c84 # define DO_CRC8 (t7[(q) & 255] ^ t6[(q >> 8) & 255] ^ \
91 t6[(q >> 16) & 255] ^ t7[(q >> 24) & 255])
96 const uint32_t *t4 = tab[4], *t5 = tab[5], *t6 = tab[6], *t7 = tab[7]; local
/external/llvm/include/llvm/Support/
H A DAlignOf.h224 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 3273 milliseconds

12