HomeSort by relevance Sort by last modified time
    Searched defs:t6 (Results 1 - 25 of 98) 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 42 void t6(void) { function
44 // CHECK: t6
attributes.c 23 // CHECK: @t6 = common protected global i32 0
24 int t6 __attribute__((visibility("protected"))); variable
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:__anon8166
53 static int a6[(sizeof(t6) == 4) -1];
complex.c 79 void t6() { function
  /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-naked.c 27 __attribute__((naked)) void t6() { function
attr-cleanup.c 46 void t6(void) { function
warn-char-subscripts.c 33 void t6() { function
  /external/llvm/test/MC/COFF/
cross-section-relative.s 52 .globl t6 # @t6
54 t6: label
58 .long g3-(t6+16)
  /external/clang/test/Analysis/
free.c 31 void t6 () { function
  /external/valgrind/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();
aarch64-aapcs-zerolength-bitfield.cpp 53 struct t6 struct
60 static_assert(offsetof(struct t6, bar2) == 2);
61 static_assert(sizeof(struct t6) == 4);
  /toolchain/binutils/binutils-2.25/gold/testsuite/
two_file_test_1.cc 100 t6() function
two_file_test_1_v1.cc 105 t6() function
  /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 114 void t6(Foo somearg, ... ) { function
  /external/libcxxabi/test/
dynamic_cast5.pass.cpp 730 namespace t6 namespace
871 } // t6
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
dynamic_cast5.pass.cpp 730 namespace t6 namespace
871 } // t6
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/darwin-x86/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/gdb/linux-x86/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)

Completed in 1485 milliseconds

1 2 3 4