Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DFormatString.cpp443 case WIntTy: { in matchesType()
529 case WIntTy: { in getRepresentativeType()
DPrintfFormatString.cpp496 return ArgType(ArgType::WIntTy, "wint_t"); in getScalarArgType()
DASTContext.cpp1356 WIntTy = getFromTargetType(Target.getWIntType()); in InitBuiltinTypes()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DFormatString.h252 AnyCharTy, CStrTy, WCStrTy, WIntTy }; enumerator
DASTContext.h1050 CanQualType WIntTy; // [C99 7.24.1], integer type unchanged by default promotions. variable
1701 QualType getWIntType() const { return WIntTy; } in getWIntType()