Home
last modified time | relevance | path

Searched refs:getUnsignedPointerDiffType (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DScanfFormatString.cpp296 ArgType(Ctx.getUnsignedPointerDiffType(), "unsigned ptrdiff_t")); in getArgType()
H A DPrintfFormatString.cpp569 ArgType(Ctx.getUnsignedPointerDiffType(), "unsigned ptrdiff_t")); in getScalarArgType()
H A DASTContext.cpp5901 QualType ASTContext::getUnsignedPointerDiffType() const { in getUnsignedPointerDiffType() function in ASTContext
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1803 QualType getUnsignedPointerDiffType() const;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp5816 QualType LogicalTy = Ctx.getUnsignedPointerDiffType(); in ActOnOpenMPCanonicalLoop()
8827 SemaRef.Context.getUnsignedPointerDiffType())) { in buildMinMaxValues()
8829 Diff.get(), SemaRef.Context.getUnsignedPointerDiffType(), in buildMinMaxValues()