Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DFormatString.cpp480 case CStrTy: { in matchesType()
582 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()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DFormatString.h259 AnyCharTy, CStrTy, WCStrTy, WIntTy }; enumerator
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp10052 const analyze_printf::ArgType &AT2 = ArgType::CStrTy; in HandlePrintfSpecifier()