Home
last modified time | relevance | path

Searched refs:PtrdiffT (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libcxx/test/libcxx/language.support/support.types/
H A Dcstddef.compile.pass.cpp16 using PtrdiffT = ::ptrdiff_t; typedef
/llvm-project-15.0.7/libcxx/test/std/language.support/support.types/
H A Dcstddef.compile.pass.cpp29 using PtrdiffT = std::ptrdiff_t; typedef
/llvm-project-15.0.7/clang/include/clang/AST/
H A DFormatString.h278 enum class TypeKind { DontCare, SizeT, PtrdiffT }; enumerator
291 bool isPtrdiffT() const { return TK == TypeKind::PtrdiffT; } in isPtrdiffT()
312 Res.TK = TypeKind::PtrdiffT; in makePtrdiffT()