Searched defs:IntegerType (Results 1 - 8 of 8) sorted by relevance
/external/proguard/src/proguard/classfile/attribute/preverification/ |
H A D | IntegerType.java | 32 public class IntegerType extends VerificationType class in inherits:VerificationType
|
/external/llvm/include/llvm/IR/ |
H A D | DerivedTypes.h | 37 class IntegerType : public Type { class in namespace:llvm 41 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){ function in class:llvm::IntegerType 46 /// This enum is just used to hold constants we need for IntegerType. 54 /// This static method is the primary way of constructing an IntegerType. 55 /// If an IntegerType with the same NumBits value was previously instantiated, 58 /// @brief Get or create an IntegerType instance. 59 static IntegerType *get(LLVMContext &C, unsigned NumBits); 61 /// @brief Get the number of bits in this IntegerType 82 /// This method determines if the width of this IntegerType is a power-of-2 85 /// @brief Is this a power-of-2 byte-width IntegerType [all...] |
/external/llvm/lib/CodeGen/MIRParser/ |
H A D | MILexer.h | 99 IntegerType, enumerator in enum:llvm::MIToken::TokenKind
|
/external/clang/lib/AST/ |
H A D | ASTDiagnostic.cpp | 1280 /// APSInt to size of IntegerType to match the behavior in 1283 Expr *ArgExpr, llvm::APSInt &Int, QualType IntegerType) { 1295 Int = Int.extOrTrunc(Context.getTypeSize(IntegerType)); 1302 Int = Int.extOrTrunc(Context.getTypeSize(IntegerType)); 1282 GetInt(ASTContext &Context, const TSTiterator &Iter, Expr *ArgExpr, llvm::APSInt &Int, QualType IntegerType) argument
|
/external/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 5036 QualType IntegerType = ParamType; 5037 if (const EnumType *Enum = IntegerType->getAs<EnumType>()) 5038 IntegerType = Enum->getDecl()->getIntegerType(); 5039 Value = Value.extOrTrunc(Context.getTypeSize(IntegerType)); 5120 QualType IntegerType = Context.getCanonicalType(ParamType); local 5121 if (const EnumType *Enum = IntegerType->getAs<EnumType>()) 5122 IntegerType = Context.getCanonicalType(Enum->getDecl()->getIntegerType()); 5127 unsigned AllowedBits = Context.getTypeSize(IntegerType); 5130 Value.setIsSigned(IntegerType->isSignedIntegerOrEnumerationType()); 5136 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 D | jdi.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/proguard/lib/ |
H A D | proguard.jar | META-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter.java package proguard ... |
/external/guice/extensions/persist/lib/ |
H A D | hibernate3.jar | META-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ... |
Completed in 744 milliseconds