Searched refs:sumOffsets (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 7158 static void sumOffsets(llvm::APSInt &Offset, llvm::APSInt Addend, in sumOffsets() function 7192 sumOffsets(Offset, Addend, BinOpKind, AddendIsRight); in sumOffsets() 7538 sumOffsets(Offset, LResult.Val.getInt(), BinOpKind, RIsInt); in checkFormatStringExpr() 7543 sumOffsets(Offset, RResult.Val.getInt(), BinOpKind, RIsInt); in checkFormatStringExpr() 7560 sumOffsets(Offset, IndexResult.Val.getInt(), BO_Add, in checkFormatStringExpr()
|