Searched defs:getSizeType (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
H A DTargetInfo.h186 IntType getSizeType() const { return SizeType; } function in class:clang::TargetInfo
/external/clang/lib/AST/
H A DASTContext.cpp3422 /// getSizeType - Return the unique type for "size_t" (C99 7.17), the result
3425 CanQualType ASTContext::getSizeType() const { function in class:ASTContext
3426 return getFromTargetType(Target->getSizeType());
5393 llvm::APInt Size(Context->getTypeSize(Context->getSizeType()), 1);
5467 llvm::APInt Size(Context->getTypeSize(Context->getSizeType()), 1);
5485 llvm::APInt Size(Context->getTypeSize(Context->getSizeType()), 4);
6971 Type = Context.getSizeType();

Completed in 93 milliseconds