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

1 2 3 4

  /external/clang/test/CodeGen/
asm_arm64.c 41 void t6 (void *f, int g) { function
42 // CHECK: t6
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 79 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:__anon2376
53 static int a6[(sizeof(t6) == 4) -1];
  /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/
attr-cleanup.c 46 void t6(void) { function
warn-char-subscripts.c 33 void t6() { function
  /external/clang/test/Analysis/
free.c 29 void t6 () { 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/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5.cpp 58 unsigned &t6 = (a->var ? a->bitX : a->var); // expected-error {{non-const reference cannot bind to bit-field}} local
  /external/clang/test/CodeGenCXX/
rtti-linkage.cpp 167 inline void t6() { function
172 t6();
  /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/clang/test/SemaCXX/
vararg-non-pod.cpp 111 void t6(Foo somearg, ... ) { function
  /external/pixman/pixman/
pixman-mips-dspr2-asm.h 49 #define t6 $14 macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 190 def t6(a, b=None, *args, **kw): "(a, b=None, ..., ***)" function
201 def t6(self, ai, b=None, *args, **kw): "(ai, b=None, ..., ***)" member in class:.TC
223 tests = (t1, t2, t3, t4, t5, t6, t7,
224 TC, tc.t1, tc.t2, tc.t3, tc.t4, tc.t5, tc.t6, tc.t7)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pkg.py 208 ("t6", None),
209 ("t6 __init__"+os.extsep+"py",
211 ("t6 spam"+os.extsep+"py", ""),
212 ("t6 ham"+os.extsep+"py", ""),
213 ("t6 eggs"+os.extsep+"py", ""),
217 import t6 namespace
218 self.assertEqual(fixdir(dir(t6)),
222 import t6
223 from t6 import *
224 self.assertEqual(fixdir(dir(t6)),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 190 def t6(a, b=None, *args, **kw): "(a, b=None, ..., ***)" function
201 def t6(self, ai, b=None, *args, **kw): "(ai, b=None, ..., ***)" member in class:.TC
223 tests = (t1, t2, t3, t4, t5, t6, t7,
224 TC, tc.t1, tc.t2, tc.t3, tc.t4, tc.t5, tc.t6, tc.t7)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pkg.py 208 ("t6", None),
209 ("t6 __init__"+os.extsep+"py",
211 ("t6 spam"+os.extsep+"py", ""),
212 ("t6 ham"+os.extsep+"py", ""),
213 ("t6 eggs"+os.extsep+"py", ""),
217 import t6 namespace
218 self.assertEqual(fixdir(dir(t6)),
222 import t6
223 from t6 import *
224 self.assertEqual(fixdir(dir(t6)),
    [all...]
  /bionic/libc/arch-mips/include/machine/
regdef.h 68 #define t6 $14 macro
  /bionic/libc/arch-mips64/include/machine/
regdef.h 75 #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
  /development/ndk/platforms/android-L/arch-mips/include/machine/
regdef.h 68 #define t6 $14 macro

Completed in 790 milliseconds

1 2 3 4