Home
last modified time | relevance | path

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

/external/libchrome/base/strings/
Dstring_util.cc1012 template<class FormatStringType, class OutStringType>
1014 const FormatStringType& format_string, in DoReplaceStringPlaceholders()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp7053 Sema::FormatStringType Type,
7067 unsigned firstDataArg, Sema::FormatStringType Type, in checkFormatStringExpr()
7372 Sema::FormatStringType Sema::GetFormatStringType(const FormatAttr *Format) { in GetFormatStringType()
7373 return llvm::StringSwitch<FormatStringType>(Format->getType()->getName()) in GetFormatStringType()
7405 unsigned firstDataArg, FormatStringType Type, in CheckFormatArguments()
7494 const Sema::FormatStringType FSType;
7512 const Sema::FormatStringType type, unsigned firstDataArg, in CheckFormatHandler()
7950 const Sema::FormatStringType type, unsigned firstDataArg, in CheckPrintfHandler()
8863 const Expr *origFormatExpr, Sema::FormatStringType type, in CheckScanfHandler()
9037 Sema::FormatStringType Type, in CheckFormatString()
/external/clang/lib/Sema/
DSemaChecking.cpp3794 Sema::FormatStringType Type,
3807 unsigned firstDataArg, Sema::FormatStringType Type, in checkFormatStringExpr()
4011 Sema::FormatStringType Sema::GetFormatStringType(const FormatAttr *Format) { in GetFormatStringType()
4012 return llvm::StringSwitch<FormatStringType>(Format->getType()->getName()) in GetFormatStringType()
4043 unsigned firstDataArg, FormatStringType Type, in CheckFormatArguments()
5547 Sema::FormatStringType Type, in CheckFormatString()
/external/clang/include/clang/Sema/
DSema.h9409 enum FormatStringType { enum
9420 static FormatStringType GetFormatStringType(const FormatAttr *Format);
9435 unsigned firstDataArg, FormatStringType Type,
/external/llvm-project/clang/include/clang/Sema/
DSema.h12310 enum FormatStringType { enum
12322 static FormatStringType GetFormatStringType(const FormatAttr *Format);
12337 unsigned firstDataArg, FormatStringType Type,