Searched refs:sumOffsets (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 8617 static void sumOffsets(llvm::APSInt &Offset, llvm::APSInt Addend, in sumOffsets() function 8651 sumOffsets(Offset, Addend, BinOpKind, AddendIsRight); in sumOffsets() 9047 sumOffsets(Offset, LResult.Val.getInt(), BinOpKind, RIsInt); in checkFormatStringExpr() 9052 sumOffsets(Offset, RResult.Val.getInt(), BinOpKind, RIsInt); in checkFormatStringExpr() 9069 sumOffsets(Offset, IndexResult.Val.getInt(), BO_Add, in checkFormatStringExpr()
|