Searched defs:IntegerType (Results 1 – 10 of 10) sorted by relevance
32 public class IntegerType extends VerificationType class
34 class IntegerType; variable
28 class IntegerType; variable
41 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){ in IntegerType() function
38 class IntegerType; variable
22 class IntegerType; variable
99 IntegerType, enumerator
1283 Expr *ArgExpr, llvm::APSInt &Int, QualType IntegerType) { in GetInt()
5036 QualType IntegerType = ParamType; in CheckTemplateArgument() local5120 QualType IntegerType = Context.getCanonicalType(ParamType); in CheckTemplateArgument() local
3013 llvm::PointerUnion<const Type*, TypeSourceInfo*> IntegerType; variable