Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp523 case CStrTy: { in matchesType()
625 case CStrTy: in getRepresentativeType()
H A DPrintfFormatString.cpp659 return ArgType::CStrTy; in getScalarArgType()
666 return ArgType::CStrTy; in getScalarArgType()
H A DScanfFormatString.cpp344 return ArgType::PtrTo(ArgType::CStrTy); in getArgType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h268 AnyCharTy, CStrTy, WCStrTy, WIntTy }; enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp6965 const analyze_printf::ArgType &AT2 = ArgType::CStrTy; in HandlePrintfSpecifier()