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

12

/external/clang/test/CodeGen/
H A Dms-inline-asm.c45 void t6(void) { function
47 // 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:__anon15916
53 static int a6[(sizeof(t6) == 4) -1];
H A Dms_struct-bitfield.c53 } ATTR t6; variable in typeref:struct:__anon15929
122 static int arr6[(sizeof(t6) == 1) -1];
H A Dasm.c36 void t6(void) { function
37 __asm__ volatile("" : : "i" (t6));
H A Darm-aapcs-zerolength-bitfield.c52 struct t6 struct
59 static int arr6_offset[(offsetof(struct t6, bar2) == 2) ? 0 : -1];
60 static int arr6_sizeof[(sizeof(struct t6) == 4) ? 0 : -1];
H A Darm-apcs-zerolength-bitfield.c56 struct t6 struct
63 static int arr6_offset[(offsetof(struct t6, bar2) == 5) ? 0 : -1];
64 static int arr6_sizeof[(sizeof(struct t6) == 8) ? 0 : -1];
/external/clang/test/Index/
H A Dcomplete-documentation.cpp36 T6 t6; local
37 t6.T8();
/external/clang/test/Sema/
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.cc79 chrome::NotificationType t6) {
86 types.push_back(t6);
73 CheckNotifications( chrome::NotificationType t1, chrome::NotificationType t2, chrome::NotificationType t3, chrome::NotificationType t4, chrome::NotificationType t5, chrome::NotificationType t6) argument
/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/CodeGenCXX/
H A Dmicrosoft-abi-vtables-multiple-nonvirtual-inheritance.cpp150 Test6 t6; member in namespace:no_thunks
H A Dnew.cpp76 int *t6() { function
/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/llvm/include/llvm/Support/
H A DAlignOf.h175 T1 t1; T2 t2; T3 t3; T4 t4; T5 t5; T6 t6; T7 t7; member in class:llvm::detail::AlignerImpl
/external/pixman/pixman/
H A Dpixman-mips-dspr2-asm.h49 #define t6 $14 macro
/external/kernel-headers/original/asm-mips/
H A Dregdef.h34 #define t6 $14 macro
/external/libffi/src/mips/
H A Dffitarget.h117 #define t6 $14 macro

Completed in 516 milliseconds

12