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

/external/proguard/src/proguard/classfile/attribute/preverification/
H A DIntegerType.java32 public class IntegerType extends VerificationType class in inherits:VerificationType
/external/llvm/include/llvm/
H A DDerivedTypes.h36 class IntegerType : public Type { class in namespace:llvm
40 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){ function in class:llvm::IntegerType
44 /// This enum is just used to hold constants we need for IntegerType.
52 /// This static method is the primary way of constructing an IntegerType.
53 /// If an IntegerType with the same NumBits value was previously instantiated,
56 /// @brief Get or create an IntegerType instance.
57 static IntegerType *get(LLVMContext &C, unsigned NumBits);
59 /// @brief Get the number of bits in this IntegerType
80 /// This method determines if the width of this IntegerType is a power-of-2
83 /// @brief Is this a power-of-2 byte-width IntegerType
[all...]
/external/clang/lib/Sema/
H A DSemaTemplate.cpp4170 QualType IntegerType = ParamType;
4171 if (const EnumType *Enum = IntegerType->getAs<EnumType>())
4172 IntegerType = Enum->getDecl()->getIntegerType();
4173 Value = Value.extOrTrunc(Context.getTypeSize(IntegerType));
4255 QualType IntegerType = Context.getCanonicalType(ParamType); local
4256 if (const EnumType *Enum = IntegerType->getAs<EnumType>())
4257 IntegerType = Context.getCanonicalType(Enum->getDecl()->getIntegerType());
4262 unsigned AllowedBits = Context.getTypeSize(IntegerType);
4265 Value.setIsSigned(IntegerType->isSignedIntegerOrEnumerationType());
4271 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/evaluation/Stack.class Stack.java package proguard ...

Completed in 435 milliseconds