Searched defs:t6 (Results 1 - 25 of 41) sorted by relevance

12

/external/clang/test/CodeGen/
H A Dms-inline-asm.c42 void t6(void) { function
44 // CHECK: t6
H A Dasm_arm64.c41 void t6 (void *f, int g) { function
42 // CHECK: t6
H A Dattributes.c23 // CHECK: @t6 = common protected global i32 0
24 int t6 __attribute__((visibility("protected"))); variable
H A Dlibcalls-fno-builtin.c51 char *t6(char *x) { return strcat(x, ""); } function
52 // CHECK: t6
H A Dms_struct-bitfield-1.c52 } ATTR t6; variable in typeref:struct:__anon1833
53 static int a6[(sizeof(t6) == 4) -1];
H A Dcomplex.c79 void t6() { function
H A Dasm.c36 void t6(void) { function
37 __asm__ volatile("" : : "i" (t6));
H A Dms_struct-bitfield.c73 } ATTR t6; variable in typeref:struct:__anon1846
74 int s6 = sizeof(t6);
/external/clang/test/Index/
H A Dcomplete-documentation.cpp36 T6 t6; local
37 t6.T8();
/external/clang/test/Sema/
H A Dattr-cleanup.c46 void t6(void) { function
H A Dattr-naked.c27 __attribute__((naked)) void t6() { function
H A Dwarn-char-subscripts.c33 void t6() { function
/external/valgrind/memcheck/tests/
H A Dorigin3-no.c22 __attribute__((noinline)) int t6(void);
33 x += t6();
87 __attribute__((noinline)) int t6(void) function
/external/clang/test/Analysis/
H A Dfree.c31 void t6 () { function
H A Dreference.cpp55 char t6 (char* p) { function
/external/clang/test/CodeGenCXX/
H A Drtti-linkage.cpp167 inline void t6() { function
172 t6();
H A Daarch64-aapcs-zerolength-bitfield.cpp53 struct t6 struct
60 static_assert(offsetof(struct t6, bar2) == 2);
61 static_assert(sizeof(struct t6) == 4);
H A Dnew.cpp82 int *t6() { function
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5.cpp58 unsigned &t6 = (a->var ? a->bitX : a->var); // expected-error {{non-const reference cannot bind to bit-field}} local
/external/clang/test/Misc/
H A Dinteger-literal-printing.cpp75 struct Type6<ucharTy::c, "6"> t6; // expected-error{{value of type 'const char [2]' is not implicitly convertible to 'typename Type6Helper<(ucharTy)'\x00'>::Ty' (aka 'ucharTy')}} local
/external/clang/test/SemaCXX/
H A Dvararg-non-pod.cpp114 void t6(Foo somearg, ... ) { function
H A Dundefined-internal.cpp304 T6 &t6 = c; // expected-note {{used here}} local
/external/libcxxabi/test/
H A Ddynamic_cast5.pass.cpp730 namespace t6 namespace
871 } // t6
1311 t6::test();
H A Ddynamic_cast3.pass.cpp284 namespace t6 namespace
339 } // t6
2418 t6::test();
/external/llvm/include/llvm/Support/
H A DAlignOf.h176 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 559 milliseconds

12