| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/ |
| D | TargetBuiltins.h | 100 NeonTypeFlags(EltType ET, bool IsUnsigned, bool IsQuad) : Flags(ET) { in NeonTypeFlags() argument 109 EltType ET = getEltType(); in isPoly() local 110 return ET == Poly8 || ET == Poly16; in isPoly()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | Type.cpp | 137 QualType ET, in Profile() argument 141 ID.AddPointer(ET.getAsOpaquePtr()); in Profile() 635 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) in isIntegralType() local 636 return ET->getDecl()->isComplete(); // Complete enum types are integral in C. in isIntegralType() 651 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) in isIntegralOrUnscopedEnumerationType() local 652 return ET->getDecl()->isComplete() && !ET->getDecl()->isScoped(); in isIntegralOrUnscopedEnumerationType() 715 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) { in isSignedIntegerType() local 718 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped()) in isSignedIntegerType() 719 return ET->getDecl()->getIntegerType()->isSignedIntegerType(); in isSignedIntegerType() 731 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) { in isSignedIntegerOrEnumerationType() local [all …]
|
| D | MicrosoftMangle.cpp | 1657 const BuiltinType *ET = T->getElementType()->getAs<BuiltinType>(); in mangleType() local 1658 assert(ET && "vectors with non-builtin elements are unsupported"); in mangleType() 1663 if (Width == 64 && ET->getKind() == BuiltinType::LongLong) { in mangleType() 1666 if (ET->getKind() == BuiltinType::Float) in mangleType() 1668 else if (ET->getKind() == BuiltinType::LongLong) in mangleType() 1670 else if (ET->getKind() == BuiltinType::Double) in mangleType() 1683 mangleType(ET, Range); in mangleType()
|
| /freebsd-9-stable/kerberos5/ |
| D | Makefile.inc | 33 .for ET in ${ETSRCS} 34 .for _ET in ${ET:T:R} 37 ${_ET}.c ${_ET}.h: ${ET}
|
| /freebsd-9-stable/crypto/heimdal/lib/com_err/ |
| D | parse.y | 58 %token ET INDEX PREFIX EC ID END 78 et : ET STRING 84 | ET STRING STRING
|
| D | parse.h | 42 ET = 258, enumerator 53 #define ET 258 macro
|
| D | lex.l | 60 et { return ET; } 61 error_table { return ET; }
|
| /freebsd-9-stable/contrib/com_err/ |
| D | parse.y | 60 %token ET INDEX PREFIX EC ID END 80 et : ET STRING 86 | ET STRING STRING
|
| D | parse.h | 42 ET = 258, enumerator 53 #define ET 258 macro
|
| D | lex.l | 63 et { return ET; } 64 error_table { return ET; }
|
| /freebsd-9-stable/usr.bin/tip/tip/ |
| D | remote.c | 207 if (cgetnum(bp, "et", &ET) == -1) in getremcap() 208 ET = 10; in getremcap()
|
| D | vars.c | 107 "et", (char *)&ET },
|
| D | tip.h | 90 long ET; /* echocheck timeout */ variable
|
| /freebsd-9-stable/contrib/llvm/tools/clang/utils/TableGen/ |
| D | NeonEmitter.cpp | 202 NeonTypeFlags(EltType ET, bool IsUnsigned, bool IsQuad) : Flags(ET) { in NeonTypeFlags() argument 2268 NeonTypeFlags::EltType ET; in GetNeonEnum() local 2271 ET = poly ? NeonTypeFlags::Poly8 : NeonTypeFlags::Int8; in GetNeonEnum() 2274 ET = poly ? NeonTypeFlags::Poly16 : NeonTypeFlags::Int16; in GetNeonEnum() 2277 ET = NeonTypeFlags::Int32; in GetNeonEnum() 2280 ET = poly ? NeonTypeFlags::Poly64 : NeonTypeFlags::Int64; in GetNeonEnum() 2283 ET = NeonTypeFlags::Float16; in GetNeonEnum() 2286 ET = NeonTypeFlags::Float32; in GetNeonEnum() 2289 ET = NeonTypeFlags::Float64; in GetNeonEnum() 2294 NeonTypeFlags Flags(ET, usgn, quad && proto[1] != 'g'); in GetNeonEnum()
|
| /freebsd-9-stable/share/misc/ |
| D | usb_hid_usages | 1038 0x26 ET Constant Force 1039 0x27 ET Ramp 1040 0x28 ET Custom Force Data 1041 0x30 ET Square 1042 0x31 ET Sine 1043 0x32 ET Triangle 1044 0x33 ET Sawtooth Up 1045 0x34 ET Sawtooth Down 1046 0x40 ET Spring 1047 0x41 ET Damper [all …]
|
| /freebsd-9-stable/contrib/llvm/lib/Target/CppBackend/ |
| D | CPPBackend.cpp | 630 Type* ET = AT->getElementType(); in printType() local 631 printType(ET); in printType() 633 std::string elemName(getCppName(ET)); in printType() 643 Type* ET = PT->getElementType(); in printType() local 644 printType(ET); in printType() 646 std::string elemName(getCppName(ET)); in printType() 656 Type* ET = PT->getElementType(); in printType() local 657 printType(ET); in printType() 659 std::string elemName(getCppName(ET)); in printType()
|
| /freebsd-9-stable/share/colldef/ |
| D | map.ARMSCII-8 | 9 ET \x04
|
| D | map.ISO8859-2 | 5 ET \x04
|
| D | map.ISO8859-4 | 6 ET \x04
|
| D | map.ISO8859-13 | 6 ET \x04
|
| D | map.ISO8859-9 | 6 ET \x04
|
| D | map.ISO8859-15 | 5 ET \x04
|
| D | map.KOI8-R | 6 ET \x04
|
| D | map.KOI8-U | 6 ET \x04
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | Type.h | 2299 static void Profile(llvm::FoldingSetNodeID &ID, QualType ET, 2302 ID.AddPointer(ET.getAsOpaquePtr()); 2337 static void Profile(llvm::FoldingSetNodeID &ID, QualType ET, 2339 ID.AddPointer(ET.getAsOpaquePtr()); 2457 QualType ET, ArraySizeModifier SizeMod, 5067 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) { 5070 return IsEnumDeclComplete(ET->getDecl()) && 5071 !IsEnumDeclScoped(ET->getDecl()); 5080 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) 5083 return IsEnumDeclComplete(ET->getDecl()); [all …]
|