Home
last modified time | relevance | path

Searched refs:ET (Results 1 – 25 of 73) sorted by relevance

123

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DTargetBuiltins.h100 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/
DType.cpp137 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 …]
DMicrosoftMangle.cpp1657 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/
DMakefile.inc33 .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/
Dparse.y58 %token ET INDEX PREFIX EC ID END
78 et : ET STRING
84 | ET STRING STRING
Dparse.h42 ET = 258, enumerator
53 #define ET 258 macro
Dlex.l60 et { return ET; }
61 error_table { return ET; }
/freebsd-9-stable/contrib/com_err/
Dparse.y60 %token ET INDEX PREFIX EC ID END
80 et : ET STRING
86 | ET STRING STRING
Dparse.h42 ET = 258, enumerator
53 #define ET 258 macro
Dlex.l63 et { return ET; }
64 error_table { return ET; }
/freebsd-9-stable/usr.bin/tip/tip/
Dremote.c207 if (cgetnum(bp, "et", &ET) == -1) in getremcap()
208 ET = 10; in getremcap()
Dvars.c107 "et", (char *)&ET },
Dtip.h90 long ET; /* echocheck timeout */ variable
/freebsd-9-stable/contrib/llvm/tools/clang/utils/TableGen/
DNeonEmitter.cpp202 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/
Dusb_hid_usages1038 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/
DCPPBackend.cpp630 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/
Dmap.ARMSCII-89 ET \x04
Dmap.ISO8859-25 ET \x04
Dmap.ISO8859-46 ET \x04
Dmap.ISO8859-136 ET \x04
Dmap.ISO8859-96 ET \x04
Dmap.ISO8859-155 ET \x04
Dmap.KOI8-R6 ET \x04
Dmap.KOI8-U6 ET \x04
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DType.h2299 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 …]

123