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/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/AST/
H A DASTDiagnostic.cpp1218 /// APSInt to size of IntegerType to match the behavior in
1221 Expr *ArgExpr, llvm::APSInt &Int, QualType IntegerType) {
1233 Int = Int.extOrTrunc(Context.getTypeSize(IntegerType));
1240 Int = Int.extOrTrunc(Context.getTypeSize(IntegerType));
1220 GetInt(ASTContext &Context, const TSTiterator &Iter, Expr *ArgExpr, llvm::APSInt &Int, QualType IntegerType) argument
/external/clang/lib/Sema/
H A DSemaTemplate.cpp4956 QualType IntegerType = ParamType;
4957 if (const EnumType *Enum = IntegerType->getAs<EnumType>())
4958 IntegerType = Enum->getDecl()->getIntegerType();
4959 Value = Value.extOrTrunc(Context.getTypeSize(IntegerType));
5040 QualType IntegerType = Context.getCanonicalType(ParamType); local
5041 if (const EnumType *Enum = IntegerType->getAs<EnumType>())
5042 IntegerType = Context.getCanonicalType(Enum->getDecl()->getIntegerType());
5047 unsigned AllowedBits = Context.getTypeSize(IntegerType);
5050 Value.setIsSigned(IntegerType->isSignedIntegerOrEnumerationType());
5056 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/optimize/WriteOnlyFieldFilter.class WriteOnlyFieldFilter.java package proguard ...

Completed in 533 milliseconds