HomeSort by: relevance | last modified time | path
    Searched defs:getSizeType (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 177 inline static SizeType getSizeType(unsigned nbytes);
190 inline ValueType::SizeType ValueType::getSizeType(unsigned nbytes) {
268 return ValueType(BT_String, getSizeType(sizeof(StringRef)), false, 0);
273 return ValueType(BT_Pointer, getSizeType(sizeof(void*)), false, 0);
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 317 IntType getSizeType() const { return SizeType; }
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 5626 /// getSizeType - Return the unique type for "size_t" (C99 7.17), the result
5629 CanQualType ASTContext::getSizeType() const {
5630 return getFromTargetType(Target->getSizeType());
8104 llvm::APInt Size(Context->getTypeSize(Context->getSizeType()), 1);
8159 llvm::APInt Size(Context->getTypeSize(Context->getSizeType()), 1);
8167 llvm::APInt Size(Context->getTypeSize(Context->getSizeType()), 4);
8262 llvm::APInt Size(Context->getTypeSize(Context->getSizeType()), 1);
8313 llvm::APInt Size(Context->getTypeSize(Context->getSizeType()), 1);
10418 Type = Context.getSizeType();

Completed in 37 milliseconds