Searched refs:sumOffsets (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 6101 static void sumOffsets(llvm::APSInt &Offset, llvm::APSInt Addend, in sumOffsets() function 6135 sumOffsets(Offset, Addend, BinOpKind, AddendIsRight); in sumOffsets() 6570 sumOffsets(Offset, LResult.Val.getInt(), BinOpKind, RIsInt); in checkFormatStringExpr() 6575 sumOffsets(Offset, RResult.Val.getInt(), BinOpKind, RIsInt); in checkFormatStringExpr() 6592 sumOffsets(Offset, IndexResult.Val.getInt(), BO_Add, in checkFormatStringExpr()
|