Home
last modified time | relevance | path

Searched refs:getIntTypeForBitwidth (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTContext.h496 QualType getIntTypeForBitwidth(unsigned DestWidth,
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDeclAttr.cpp3585 NewTy = S.Context.getIntTypeForBitwidth(DestWidth, in handleModeAttr()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DASTContext.cpp8035 QualType ASTContext::getIntTypeForBitwidth(unsigned DestWidth, in getIntTypeForBitwidth() function in ASTContext