Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DConstants.h34 class IntegerType; variable
H A DType.h29 class IntegerType; variable
H A DDerivedTypes.h41 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){ in IntegerType() function
H A DDataLayout.h38 class IntegerType; variable
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTDiagnostic.cpp1221 Expr *ArgExpr, llvm::APSInt &Int, QualType IntegerType) { in GetInt()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp4937 QualType IntegerType = ParamType; in CheckTemplateArgument() local
5021 QualType IntegerType = Context.getCanonicalType(ParamType); in CheckTemplateArgument() local
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDecl.h2909 llvm::PointerUnion<const Type*, TypeSourceInfo*> IntegerType; variable