HomeSort by relevance Sort by last modified time
    Searched defs:t6 (Results 1 - 25 of 45) sorted by null

1 2

  /external/clang/test/CodeGen/
ms-inline-asm.c 45 void t6(void) { function
47 // CHECK: t6
attributes.c 23 // CHECK: @t6 = common protected global i32 0
24 int t6 __attribute__((visibility("protected"))); variable
complex.c 81 void t6() { function
libcalls-fno-builtin.c 51 char *t6(char *x) { return strcat(x, ""); } function
52 // CHECK: t6
ms_struct-bitfield-1.c 52 } ATTR t6; variable in typeref:struct:__anon6381
53 static int a6[(sizeof(t6) == 4) -1];
ms_struct-bitfield.c 53 } ATTR t6; variable in typeref:struct:__anon6394
122 static int arr6[(sizeof(t6) == 1) -1];
asm.c 36 void t6(void) { function
37 __asm__ volatile("" : : "i" (t6));
  /external/clang/test/Index/
complete-documentation.cpp 20 struct T6 {
28 void T6::T7() {
36 T6 t6; local
37 t6.T8();
  /external/clang/test/Sema/
warn-char-subscripts.c 33 void t6() { function
  /external/clang/test/Analysis/
free.c 29 void t6 () { function
reference.cpp 55 char t6 (char* p) { function
  /external/valgrind/main/memcheck/tests/
origin3-no.c 22 __attribute__((noinline)) int t6(void);
33 x += t6();
87 __attribute__((noinline)) int t6(void) function
  /external/clang/test/SemaCXX/
vararg-non-pod.cpp 99 void t6(Foo somearg, ... ) { function
undefined-internal.cpp 274 class T1 {}; class T2 {}; class T3 {}; class T4 {}; class T5 {}; class T6 {};
288 operator T6&(); // expected-warning {{function 'test12::<anonymous namespace>::Cls::operator class test12::T6 &' has internal linkage but is not defined}}
304 T6 &t6 = c; // expected-note {{used here}} local
  /external/clang/test/Misc/
integer-literal-printing.cpp 75 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/llvm/include/llvm/Support/
AlignOf.h 173 typename T5 = char, typename T6 = char, typename T7 = char>
175 T1 t1; T2 t2; T3 t3; T4 t4; T5 t5; T6 t6; T7 t7; member in class:llvm::detail::AlignerImpl
182 typename T5 = char, typename T6 = char, typename T7 = char>
185 arr5[sizeof(T5)], arr6[sizeof(T6)], arr7[sizeof(T7)];
198 typename T5 = char, typename T6 = char, typename T7 = char>
200 AlignOf<detail::AlignerImpl<T1, T2, T3, T4, T5, T6, T7> >::Alignment,
201 sizeof(detail::SizerImpl<T1, T2, T3, T4, T5, T6, T7>)> {
  /bionic/libc/arch-mips/include/machine/
regdef.h 68 #define t6 $14 macro
  /bionic/libc/kernel/arch-mips/asm/
regdef.h 41 #define t6 $14 macro
  /development/ndk/platforms/android-9/arch-mips/include/asm/
regdef.h 41 #define t6 $14 macro
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regdef.h 68 #define t6 $14 macro
  /external/clang/test/CodeGenCXX/
new.cpp 54 int *t6() { function
  /external/kernel-headers/original/asm-mips/
regdef.h 34 #define t6 $14 macro
  /external/libffi/src/mips/
ffitarget.h 117 #define t6 $14 macro
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
regdef.h 41 #define t6 $14 macro
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
regdef.h 68 #define t6 $14 macro

Completed in 825 milliseconds

1 2