/external/clang/lib/Sema/ |
SemaCXXCast.cpp | 632 TryCastResult tcr = local 635 if (tcr != TC_Success && msg != 0) 649 } else if (tcr == TC_Success && Self.getLangOptions().ObjCAutoRefCount) { 697 TryCastResult tcr local 700 if (tcr != TC_Success && msg != 0) { 712 } else if (tcr == TC_Success) { 754 TryCastResult tcr; local 759 tcr = TryStaticReferenceDowncast(Self, SrcExpr.get(), DestType, CStyle, OpRange, 761 if (tcr != TC_NotApplicable) 762 return tcr; 1749 TryCastResult tcr = TryConstCast(*this, CastExpr, CastTy, \/*CStyle*\/true, local [all...] |
/external/qemu/hw/ |
smc91c111.c | 24 uint16_t tcr; member in struct:__anon9913 62 qemu_put_be16(f, s->tcr); 98 s->tcr = qemu_get_be16(f); 244 if ((s->tcr & TCR_TXEN) == 0) 262 if (len < 64 && (s->tcr & TCR_PAD_EN)) { 271 add_crc = (control & 0x10) || (s->tcr & TCR_NOCRC) == 0; 311 s->tcr = 0; 339 case 0: /* TCR */ 340 SET_LOW(tcr, value); 343 SET_HIGH(tcr, value) [all...] |
/bionic/libc/kernel/arch-sh/asm/ |
smc37c93x.h | 79 #define tcr iir macro
|