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

1 2 3

  /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 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:__anon18311
53 static int a6[(sizeof(t6) == 4) -1];
ms_struct-bitfield.c 53 } ATTR t6; variable in typeref:struct:__anon18324
122 static int arr6[(sizeof(t6) == 1) -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/
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/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/
microsoft-abi-vtables-multiple-nonvirtual-inheritance.cpp 150 Test6 t6; member in namespace:no_thunks
  /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/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>)> {
  /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/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

Completed in 684 milliseconds

1 2 3