Searched defs:IntegerType (Results 1 - 4 of 4) 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.cpp3815 QualType IntegerType = Context.getCanonicalType(ParamType); local
3816 if (const EnumType *Enum = IntegerType->getAs<EnumType>())
3817 IntegerType = Context.getCanonicalType(Enum->getDecl()->getIntegerType());
3822 unsigned AllowedBits = Context.getTypeSize(IntegerType);
3825 Value.setIsSigned(IntegerType->isSignedIntegerOrEnumerationType());
3831 unsigned AllowedBits = Context.getTypeSize(IntegerType);
3834 Value.setIsSigned(IntegerType->isSignedIntegerOrEnumerationType());
3837 if (IntegerType->isUnsignedIntegerOrEnumerationType()
3847 if (IntegerType->isUnsignedIntegerOrEnumerationType())
3865 : IntegerType);
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 205 milliseconds