HomeSort by relevance Sort by last modified time
    Searched refs:t6 (Results 51 - 75 of 155) sorted by null

1 23 4 5 6 7

  /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/CodeGen/
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
  /external/clang/test/Sema/
function.c 21 int t6(int x, g); // expected-warning {{type specifier missing, defaults to 'int'}}
thread-specifier.c 30 __thread int t6();
  /external/kernel-headers/original/asm-mips/
regdef.h 34 #define t6 $14 macro
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
regdef.h 41 #define t6 $14 macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
regdef.h 41 #define t6 $14 macro
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
regdef.h 41 #define t6 $14 macro
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
regdef.h 41 #define t6 $14 macro
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
regdef.h 41 #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/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)
  /external/chromium_org/chrome/browser/extensions/
extension_notification_observer.cc 79 chrome::NotificationType t6) {
86 types.push_back(t6);
  /external/clang/test/CodeGenCXX/
microsoft-abi-vtables-multiple-nonvirtual-inheritance.cpp 150 Test6 t6; member in namespace:no_thunks
new.cpp 76 int *t6() { function
  /bionic/libc/arch-mips/string/
memset.S 202 andi t6,t7,0x3f # t6 is past "64-byte safe chunks" reminder
203 subu t5,t7,t6 # subtract from t7 the reminder
  /external/v8/src/mips/
stub-cache-mips.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext3D.cpp 161 #define DELEGATE_TO_WEBCONTEXT_6(name, t1, t2, t3, t4, t5, t6) \
162 void GraphicsContext3D::name(t1 a1, t2 a2, t3 a3, t4 a4, t5 a5, t6 a6) \
167 #define DELEGATE_TO_WEBCONTEXT_6R(name, t1, t2, t3, t4, t5, t6, rt) \
168 rt GraphicsContext3D::name(t1 a1, t2 a2, t3 a3, t4 a4, t5 a5, t6 a6) \
173 #define DELEGATE_TO_WEBCONTEXT_7(name, t1, t2, t3, t4, t5, t6, t7) \
174 void GraphicsContext3D::name(t1 a1, t2 a2, t3 a3, t4 a4, t5 a5, t6 a6, t7 a7) \
179 #define DELEGATE_TO_WEBCONTEXT_7R(name, t1, t2, t3, t4, t5, t6, t7, rt) \
180 rt GraphicsContext3D::name(t1 a1, t2 a2, t3 a3, t4 a4, t5 a5, t6 a6, t7 a7) \
185 #define DELEGATE_TO_WEBCONTEXT_8(name, t1, t2, t3, t4, t5, t6, t7, t8) \
186 void GraphicsContext3D::name(t1 a1, t2 a2, t3 a3, t4 a4, t5 a5, t6 a6, t7 a7, t8 a8)
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
priv_types_n_macros.h 575 #define PRE_REG_READ6(tr, s, t1, a1, t2, a2, t3, a3, t4, a4, t5, a5, t6, a6) \
579 PRA4(s,t4,a4); PRA5(s,t5,a5); PRA6(s,t6,a6); \
581 #define PRE_REG_READ7(tr, s, t1, a1, t2, a2, t3, a3, t4, a4, t5, a5, t6, a6, t7, a7) \
585 PRA4(s,t4,a4); PRA5(s,t5,a5); PRA6(s,t6,a6); \
589 #define PRE_REG_READ8(tr, s, t1, a1, t2, a2, t3, a3, t4, a4, t5, a5, t6, a6, t7, a7, t8, a8) \
593 PRA4(s,t4,a4); PRA5(s,t5,a5); PRA6(s,t6,a6); \
  /dalvik/vm/compiler/template/mips/
TEMPLATE_RESTORE_STATE.S 29 lw t6, r_T6*4(a0) # restore t6
TEMPLATE_SAVE_STATE.S 41 sw t6, r_T6*4(a0) # save t6
  /external/chromium_org/v8/src/mips/
builtins-mips.cc 432 __ Allocate(a3, t4, t5, t6, &rt_call, SIZE_IN_WORDS);
440 __ LoadRoot(t6, Heap::kEmptyFixedArrayRootIndex);
443 __ sw(t6, MemOperand(t5, JSObject::kPropertiesOffset));
444 __ sw(t6, MemOperand(t5, JSObject::kElementsOffset));
457 __ addu(t6, t4, t0); // End of object.
469 a0, Operand(t6));
475 __ InitializeFieldsWithFiller(t5, t6, t7);
492 __ Ext(t6, a0, Map::kPreAllocatedPropertyFieldsByte * kBitsPerByte,
494 __ Addu(a3, a3, Operand(t6));
495 __ Ext(t6, a0, Map::kInObjectPropertiesByte * kBitsPerByte
    [all...]
  /external/clang/test/Analysis/
reference.cpp 55 char t6 (char* p) { function

Completed in 2859 milliseconds

1 23 4 5 6 7