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

12

/external/clang/test/CodeGen/
H A Dms-inline-asm.c45 void t6(void) { function
47 // 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 Dcomplex.c79 void t6() { function
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:__anon18671
53 static int a6[(sizeof(t6) == 4) -1];
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:__anon18684
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 Dwarn-char-subscripts.c33 void t6() { function
/external/clang/test/Analysis/
H A Dfree.c29 void t6 () { function
H A Dreference.cpp55 char t6 (char* p) { function
/external/valgrind/main/memcheck/tests/
H A Dorigin3-no.c22 __attribute__((noinline)) int t6(void);
33 x += t6();
87 __attribute__((noinline)) int t6(void) function
/external/chromium_org/chrome/browser/extensions/
H A Dextension_notification_observer.cc86 extensions::NotificationType t6) {
93 types.push_back(t6);
80 CheckNotifications( extensions::NotificationType t1, extensions::NotificationType t2, extensions::NotificationType t3, extensions::NotificationType t4, extensions::NotificationType t5, extensions::NotificationType t6) argument
/external/clang/test/CodeGenCXX/
H A Drtti-linkage.cpp167 inline void t6() { function
172 t6();
H A Dnew.cpp78 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.cpp111 void t6(Foo somearg, ... ) { function
H A Dundefined-internal.cpp304 T6 &t6 = c; // expected-note {{used here}} local
/external/pixman/pixman/
H A Dpixman-mips-dspr2-asm.h49 #define t6 $14 macro
/external/chromium_org/sync/sessions/
H A Dnudge_tracker_unittest.cc604 const base::TimeTicks t6 = t0 + base::TimeDelta::FromSeconds(6); local
626 nudge_tracker_.SetSyncCycleStartTime(t6);
637 const base::TimeTicks t6 = t0 + base::TimeDelta::FromSeconds(6); local
660 nudge_tracker_.SetSyncCycleStartTime(t6);
695 const base::TimeTicks t6 = t0 + base::TimeDelta::FromSeconds(6); local
726 nudge_tracker_.SetSyncCycleStartTime(t6);
/external/libcxxabi/test/
H A Ddynamic_cast3.cpp283 namespace t6 namespace
338 } // t6
2423 t6::test();
H A Ddynamic_cast5.cpp729 namespace t6 namespace
870 } // t6
1315 t6::test();

Completed in 2728 milliseconds

12