Searched defs:IntegerType (Results 1 - 6 of 6) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/preverification/
H A DIntegerType.java32 public class IntegerType extends VerificationType class in inherits:VerificationType
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBAny.h102 IntegerType, enumerator in enum:WebCore::IDBAny::Type
/external/llvm/include/llvm/IR/
H A DDerivedTypes.h37 class IntegerType : public Type { class in namespace:llvm
41 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){ function in class:llvm::IntegerType
45 /// This enum is just used to hold constants we need for IntegerType.
53 /// This static method is the primary way of constructing an IntegerType.
54 /// If an IntegerType with the same NumBits value was previously instantiated,
57 /// @brief Get or create an IntegerType instance.
58 static IntegerType *get(LLVMContext &C, unsigned NumBits);
60 /// @brief Get the number of bits in this IntegerType
81 /// This method determines if the width of this IntegerType is a power-of-2
84 /// @brief Is this a power-of-2 byte-width IntegerType
[all...]
/external/clang/lib/Sema/
H A DSemaTemplate.cpp4835 QualType IntegerType = ParamType;
4836 if (const EnumType *Enum = IntegerType->getAs<EnumType>())
4837 IntegerType = Enum->getDecl()->getIntegerType();
4838 Value = Value.extOrTrunc(Context.getTypeSize(IntegerType));
4920 QualType IntegerType = Context.getCanonicalType(ParamType); local
4921 if (const EnumType *Enum = IntegerType->getAs<EnumType>())
4922 IntegerType = Context.getCanonicalType(Enum->getDecl()->getIntegerType());
4927 unsigned AllowedBits = Context.getTypeSize(IntegerType);
4930 Value.setIsSigned(IntegerType->isSignedIntegerOrEnumerationType());
4936 unsigned AllowedBits = Context.getTypeSize(IntegerType);
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...

Completed in 515 milliseconds