Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DScanfFormatString.cpp298 ArgType(Ctx.getUnsignedPointerDiffType(), "unsigned ptrdiff_t")); in getArgType()
H A DPrintfFormatString.cpp588 ArgType(Ctx.getUnsignedPointerDiffType(), "unsigned ptrdiff_t")); in getScalarArgType()
H A DASTContext.cpp6406 QualType ASTContext::getUnsignedPointerDiffType() const { in getUnsignedPointerDiffType() function in ASTContext
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1868 QualType getUnsignedPointerDiffType() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5692 QualType LogicalTy = Ctx.getUnsignedPointerDiffType(); in ActOnOpenMPCanonicalLoop()
8880 SemaRef.Context.getUnsignedPointerDiffType())) { in buildMinMaxValues()
8882 Diff.get(), SemaRef.Context.getUnsignedPointerDiffType(), in buildMinMaxValues()