Searched defs:t8 (Results 1 - 25 of 37) 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.c59 char *t8(void) { return strchr("hello, world", 'w'); } function
60 // CHECK: t8
H A Dms_struct-bitfield-1.c70 } ATTR t8; variable in typeref:struct:__anon2201
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:__anon2214
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];
H A Darm-apcs-zerolength-bitfield.c76 struct t8 struct
83 static int arr8_offset[(offsetof(struct t8, bar2) == 5) ? 0 : -1];
84 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/opencv3/modules/core/include/opencv2/core/cuda/
H A Dreduce.hpp189 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.hpp194 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.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.cpp130 void t8(int n, ...) { function
H A Dabstract.cpp81 void t8() { function
/external/libcxxabi/test/
H A Ddynamic_cast5.pass.cpp1016 namespace t8 namespace
1157 } // t8
1313 t8::test();
H A Ddynamic_cast3.pass.cpp398 namespace t8 namespace
452 } // t8
2420 t8::test();
/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
/external/lzma/C/Util/Lzma/
H A DLzmaUtil.c201 size_t t8 = sizeof(UInt64); local
202 if (t4 != 4 || t8 != 8)

Completed in 1363 milliseconds

12