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

/external/clang/include/clang/Basic/
H A DTargetInfo.h207 IntType getSizeType() const { return SizeType; } function in class:clang::TargetInfo
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h152 inline static SizeType getSizeType(unsigned nbytes);
168 inline ValueType::SizeType ValueType::getSizeType(unsigned nbytes) { function in class:clang::threadSafety::ValueType
247 return ValueType(BT_String, getSizeType(sizeof(StringRef)), false, 0);
252 return ValueType(BT_Pointer, getSizeType(sizeof(void*)), false, 0);
/external/clang/lib/AST/
H A DASTContext.cpp3902 /// getSizeType - Return the unique type for "size_t" (C99 7.17), the result
3905 CanQualType ASTContext::getSizeType() const { function in class:ASTContext
3906 return getFromTargetType(Target->getSizeType());
6040 llvm::APInt Size(Context->getTypeSize(Context->getSizeType()), 1);
6100 llvm::APInt Size(Context->getTypeSize(Context->getSizeType()), 1);
6109 llvm::APInt Size(Context->getTypeSize(Context->getSizeType()), 4);
6208 llvm::APInt Size(Context->getTypeSize(Context->getSizeType()), 1);
7665 Type = Context.getSizeType();

Completed in 130 milliseconds