Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp429 return NoMatchSignedness; in matchesType()
440 return NoMatchSignedness; in matchesType()
444 return NoMatchSignedness; in matchesType()
448 return NoMatchSignedness; in matchesType()
452 return NoMatchSignedness; in matchesType()
456 return NoMatchSignedness; in matchesType()
460 return NoMatchSignedness; in matchesType()
464 return NoMatchSignedness; in matchesType()
468 return NoMatchSignedness; in matchesType()
472 return NoMatchSignedness; in matchesType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h288 NoMatchSignedness, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7226 if (Match == analyze_format_string::ArgType::NoMatchSignedness) { in handleFormatSignedness()
7316 if (OrigMatch == ArgType::NoMatchSignedness && in checkFormatExpr()
7317 ImplicitMatch != ArgType::NoMatchSignedness) in checkFormatExpr()
7445 case ArgType::NoMatchSignedness: in checkFormatExpr()
7558 case ArgType::NoMatchSignedness: in checkFormatExpr()