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

12

/external/clang/test/Sema/
H A Dattr-naked.c38 __attribute__((naked)) void t8(int z) { // expected-note{{attribute is here}} function
H A Dwarn-char-subscripts.c46 void t8() { function
H A Dms-inline-asm.c127 void t8() { function
H A Dthread-specifier.c40 __thread int t8; local
/external/clang/test/Analysis/
H A Dfree.c39 void t8 (char **x) { function
/external/clang/test/CodeGen/
H A Dlibcalls-fno-builtin.c66 char *t8(void) { return strchr("hello, world", 'w'); } function
67 // CHECK: t8
H A Dms_struct-bitfield-1.c70 } ATTR t8; variable in typeref:struct:__anon2570
71 static int a8[(sizeof(t8) == 4) -1];
H A Dcomplex.c95 void t8() { function
H A Dasm.c46 void t8() { function
48 // CHECK: @t8()
H A Dms_struct-bitfield.c104 } ATTR t8; variable in typeref:struct:__anon2583
105 int s8 = sizeof(t8);
H A Darm-aapcs-zerolength-bitfield.c72 struct t8 struct
79 static int arr8_offset[(offsetof(struct t8, bar2) == 5) ? 0 : -1];
80 static int arr8_sizeof[(sizeof(struct t8) == 8) ? 0 : -1];
/external/clang/test/Index/
H A Dcomplete-documentation-templates.cpp59 T3<int>::T8 t8; local
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DAlignOf.h111 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
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5.cpp60 unsigned &t8 = (a->bitX = 3); // expected-error {{non-const reference cannot bind to bit-field 'bitX'}} local
/external/clang/test/CodeGenCXX/
H A Daarch64-aapcs-zerolength-bitfield.cpp73 struct t8 struct
80 static_assert(offsetof(struct t8, bar2) == 5);
81 static_assert(sizeof(struct t8) == 8);
H A Dnew.cpp95 void t8(int n) { function
/external/clang/test/Misc/
H A Dinteger-literal-printing.cpp77 struct Type8<char16Ty::c, "8"> t8; // expected-error{{value of type 'const char [2]' is not implicitly convertible to 'typename Type8Helper<(char16Ty)u'\x00'>::Ty' (aka 'char16Ty')}} local
/external/clang/test/SemaCXX/
H A Dvararg-non-pod.cpp178 void t8(int n, ...) { function
H A Dabstract.cpp81 void t8() { function
/external/libcxxabi/test/
H A Ddynamic_cast5.pass.cpp1022 namespace t8 namespace
1163 } // t8
1319 t8::test();
H A Ddynamic_cast3.pass.cpp404 namespace t8 namespace
458 } // t8
2426 t8::test();
/external/python/cpython2/Lib/test/
H A Dtest_pkg.py279 ("t8", None),
280 ("t8 __init__"+os.extsep+"py", "'doc for t8'"),
284 import t8 namespace
285 self.assertEqual(t8.__doc__, "doc for t8")
/external/python/cpython3/Lib/test/
H A Dtest_pkg.py286 ("t8", None),
287 ("t8 __init__"+os.extsep+"py", "'doc for t8'"),
291 import t8 namespace
292 self.assertEqual(t8.__doc__, "doc for t8")
/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
/external/lzma/C/Util/Lzma/
H A DLzmaUtil.c197 size_t t8 = sizeof(UInt64); local
198 if (t4 != 4 || t8 != 8)

Completed in 802 milliseconds

12