Searched refs:integerTypeMatch (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | FormatString.cpp | 599 integerTypeMatch(ASTContext &C, QualType A, QualType B, bool CheckSign) { in integerTypeMatch() function 669 return integerTypeMatch(C, Canon1, Canon2, true); in matchesArgType() 673 return integerTypeMatch(C, Left.T, C.CharTy, false); in matchesArgType() 677 return integerTypeMatch(C, Left.T, C.WIntTy, true); in matchesArgType()
|