Home
last modified time | relevance | path

Searched defs:IntegerType (Results 1 – 8 of 8) 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.h29 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/AST/
DASTDiagnostic.cpp1221 Expr *ArgExpr, llvm::APSInt &Int, QualType IntegerType) { in GetInt()
/external/clang/lib/Sema/
DSemaTemplate.cpp4956 QualType IntegerType = ParamType; in CheckTemplateArgument() local
5040 QualType IntegerType = Context.getCanonicalType(ParamType); in CheckTemplateArgument() local
/external/clang/include/clang/AST/
DDecl.h2962 llvm::PointerUnion<const Type*, TypeSourceInfo*> IntegerType; variable