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

1 2 3

  /external/clang/test/Sema/
warn-char-subscripts.c 46 void t8() { function
thread-specifier.c 40 __thread int t8; local
  /external/clang/test/Analysis/
free.c 37 void t8 (char **x) { function
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5.cpp 60 unsigned &t8 = (a->bitX = 3); // expected-error {{non-const reference cannot bind to bit-field 'bitX'}} local
  /external/clang/test/CodeGen/
complex.c 95 void t8() { function
libcalls-fno-builtin.c 59 char *t8(void) { return strchr("hello, world", 'w'); } function
60 // CHECK: t8
ms_struct-bitfield-1.c 70 } ATTR t8; variable in typeref:struct:__anon18313
71 static int a8[(sizeof(t8) == 4) -1];
ms_struct-bitfield.c 78 } ATTR t8; variable in typeref:struct:__anon18326
124 static int arr8[(sizeof(t8) == 0) -1];
asm.c 46 void t8() { function
47 __asm__ volatile("T8 NAMED MODIFIER: %c[input]" :: [input] "i" (4));
48 // CHECK: @t8()
49 // CHECK: T8 NAMED MODIFIER: ${0:c}
  /external/clang/test/Index/
complete-documentation-templates.cpp 39 /// This is T8.
40 class T8 {};
59 T3<int>::T8 t8; local
128 // CHECK-CC4: ClassDecl:{TypedText T8}{{.*}}(brief comment: This is T8.)
  /external/clang/test/CodeGenCXX/
microsoft-abi-vtables-multiple-nonvirtual-inheritance.cpp 187 Test8 t8; member in namespace:no_thunks
new.cpp 89 void t8(int n) { function
  /external/clang/test/Misc/
integer-literal-printing.cpp 77 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/
vararg-non-pod.cpp 127 void t8(int n, ...) { function
abstract.cpp 77 void t8() { function
  /external/pixman/pixman/
pixman-mips-dspr2-asm.h 59 #define t8 $24 macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pkg.py 279 ("t8", None),
280 ("t8 __init__"+os.extsep+"py", "'doc for t8'"),
284 import t8 namespace
285 self.assertEqual(t8.__doc__, "doc for t8")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pkg.py 279 ("t8", None),
280 ("t8 __init__"+os.extsep+"py", "'doc for t8'"),
284 import t8 namespace
285 self.assertEqual(t8.__doc__, "doc for t8")
  /bionic/libc/arch-mips/include/machine/
regdef.h 83 #define t8 $24 /* two more temp registers */ macro
  /bionic/libc/kernel/arch-mips/asm/
regdef.h 54 #define t8 $24 macro
104 #define t8 $24 macro
  /development/ndk/platforms/android-9/arch-mips/include/asm/
regdef.h 54 #define t8 $24 macro
104 #define t8 $24 macro
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regdef.h 83 #define t8 $24 /* two more temp registers */ macro
  /external/kernel-headers/original/asm-mips/
regdef.h 44 #define t8 $24 /* caller saved */ macro
87 #define t8 $24 /* caller saved */ macro
  /external/libffi/src/mips/
ffitarget.h 119 #define t8 $24 macro
  /external/lzma/C/Util/Lzma/
LzmaUtil.c 201 size_t t8 = sizeof(UInt64); local
202 if (t4 != 4 || t8 != 8)

Completed in 465 milliseconds

1 2 3