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

1 2 3

  /external/clang/test/CodeGen/
ms-inline-asm.c 51 void t7() { function
56 // CHECK: t7
attributes.c 55 // CHECK: define void @t7() [[NR]] {
56 void t7() __attribute__((noreturn, nothrow));
57 void t7() { while (1) {} } function
complex.c 91 double t7(double _Complex c) { function
libcalls-fno-builtin.c 55 char *t7(char *x) { return strncat(x, "", 1); } function
56 // CHECK: t7
ms_struct-bitfield-1.c 61 } ATTR t7; variable in typeref:struct:__anon18312
62 static int a7[(sizeof(t7) == 16) -1];
ms_struct-bitfield.c 71 } ATTR t7; variable in typeref:struct:__anon18325
123 static int arr7[(sizeof(t7) == 9) -1];
asm.c 40 void t7(int a) { function
41 __asm__ volatile("T7 NAMED: %[input]" : "+r"(a): [input] "i" (4));
42 // CHECK: @t7(i32
43 // CHECK: T7 NAMED: $1
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/intseq/intseq.general/
integer_seq.pass.cpp 66 auto t7 = extract ( tup, size7 ()); local
67 static_assert ( std::tuple_size<decltype(t7)>::value == size7::size (), "t7 size wrong");
68 assert ( t7 == std::make_tuple ( 10, 11, 12, 13, 14, 15, 16 ));
  /external/clang/test/Sema/
warn-char-subscripts.c 39 void t7() { function
  /external/clang/test/Analysis/
free.c 33 void t7 (char **x) { function
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5.cpp 59 unsigned &t7 = (a->var ? a->var : a->bitY); // expected-error {{non-const reference cannot bind to bit-field}} local
  /external/clang/test/CodeGenCXX/
microsoft-abi-vtables-multiple-nonvirtual-inheritance.cpp 168 Test7 t7; member in namespace:no_thunks
new.cpp 81 void t7() { function
  /external/clang/test/Misc/
integer-literal-printing.cpp 76 struct Type7<wcharTy::c, "7"> t7; // expected-error{{value of type 'const char [2]' is not implicitly convertible to 'typename Type7Helper<(wcharTy)L'\x00'>::Ty' (aka 'wcharTy')}} local
  /external/clang/test/SemaCXX/
vararg-non-pod.cpp 116 void t7(int n, ...) { 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 50 #define t7 $15 macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 191 def t7((a, b), c, (d, e)): "(<tuple>, c, <tuple>)" function
202 def t7(self, (ai, b), c, (d, e)): "(<tuple>, c, <tuple>)" 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/idlelib/
CallTips.py 191 def t7((a, b), c, (d, e)): "(<tuple>, c, <tuple>)" function
202 def t7(self, (ai, b), c, (d, e)): "(<tuple>, c, <tuple>)" 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)
  /bionic/libc/arch-mips/include/machine/
regdef.h 69 #define t7 $15 macro
  /bionic/libc/kernel/arch-mips/asm/
regdef.h 42 #define t7 $15 macro
  /development/ndk/platforms/android-9/arch-mips/include/asm/
regdef.h 42 #define t7 $15 macro
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regdef.h 69 #define t7 $15 macro
  /external/kernel-headers/original/asm-mips/
regdef.h 35 #define t7 $15 macro
  /external/libffi/src/mips/
ffitarget.h 118 #define t7 $15 macro

Completed in 681 milliseconds

1 2 3