Home
last modified time | relevance | path

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

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