Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp510 case CStrTy: { in matchesType()
612 case CStrTy: in getRepresentativeType()
H A DPrintfFormatString.cpp640 return ArgType::CStrTy; in getScalarArgType()
647 return ArgType::CStrTy; in getScalarArgType()
H A DScanfFormatString.cpp344 return ArgType::PtrTo(ArgType::CStrTy); in getArgType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h257 AnyCharTy, CStrTy, WCStrTy, WIntTy }; enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp11767 const analyze_printf::ArgType &AT2 = ArgType::CStrTy; in HandlePrintfSpecifier()