Home
last modified time | relevance | path

Searched defs:IntegerType (Results 1 – 10 of 10) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/preverification/
DIntegerType.java32 public class IntegerType extends VerificationType class
/external/llvm/include/llvm/IR/
DConstants.h34 class IntegerType; variable
DType.h28 class IntegerType; variable
DDerivedTypes.h41 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){ in IntegerType() function
DDataLayout.h38 class IntegerType; variable
/external/clang/lib/CodeGen/
DCodeGenTypeCache.h22 class IntegerType; variable
/external/llvm/lib/CodeGen/MIRParser/
DMILexer.h99 IntegerType, enumerator
/external/clang/lib/AST/
DASTDiagnostic.cpp1283 Expr *ArgExpr, llvm::APSInt &Int, QualType IntegerType) { in GetInt()
/external/clang/lib/Sema/
DSemaTemplate.cpp5036 QualType IntegerType = ParamType; in CheckTemplateArgument() local
5120 QualType IntegerType = Context.getCanonicalType(ParamType); in CheckTemplateArgument() local
/external/clang/include/clang/AST/
DDecl.h3013 llvm::PointerUnion<const Type*, TypeSourceInfo*> IntegerType; variable