Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/IR/
DConstants.h34 class IntegerType; variable
DType.h28 class IntegerType; variable
DDataLayout.h34 class IntegerType; variable
DDerivedTypes.h41 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){ in IntegerType() function
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaTemplate.cpp4721 QualType IntegerType = ParamType; in CheckTemplateArgument() local
4806 QualType IntegerType = Context.getCanonicalType(ParamType); in CheckTemplateArgument() local
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DDecl.h2792 llvm::PointerUnion<const Type*, TypeSourceInfo*> IntegerType; variable