Home
last modified time | relevance | path

Searched refs:hasStandardLengthConversionCombination (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DFormatString.h476 bool hasStandardLengthConversionCombination() const;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DFormatString.cpp1026 bool FormatSpecifier::hasStandardLengthConversionCombination() const { in hasStandardLengthConversionCombination() function in FormatSpecifier
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp10041 else if (!FS.hasStandardLengthConversionCombination()) in HandlePrintfSpecifier()
10182 else if (!FS.hasStandardLengthConversionCombination()) in HandlePrintfSpecifier()
10779 else if (!FS.hasStandardLengthConversionCombination()) in HandleScanfSpecifier()