Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DFormatString.cpp409 case CStrTy: { in matchesType()
511 case CStrTy: in getRepresentativeType()
H A DPrintfFormatString.cpp599 return ArgType::CStrTy; in getScalarArgType()
606 return ArgType::CStrTy; in getScalarArgType()
H A DScanfFormatString.cpp341 return ArgType::PtrTo(ArgType::CStrTy); in getArgType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DFormatString.h252 AnyCharTy, CStrTy, WCStrTy, WIntTy }; enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp7548 const analyze_printf::ArgType &AT2 = ArgType::CStrTy; in HandlePrintfSpecifier()