Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Expression/
HDIRForTarget.h33 class IntegerType; variable
/NextBSD/contrib/llvm/include/llvm/IR/
HDConstants.h34 class IntegerType; variable
HDType.h29 class IntegerType; variable
HDDerivedTypes.h41 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){ in IntegerType() function
HDDataLayout.h38 class IntegerType; variable
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTDiagnostic.cpp1232 Expr *ArgExpr, llvm::APSInt &Int, QualType IntegerType) { in GetInt()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplate.cpp4998 QualType IntegerType = ParamType; in CheckTemplateArgument() local
5082 QualType IntegerType = Context.getCanonicalType(ParamType); in CheckTemplateArgument() local
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDecl.h3008 llvm::PointerUnion<const Type*, TypeSourceInfo*> IntegerType; variable