Searched refs:sumOffsets (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaChecking.cpp | 6955 static void sumOffsets(llvm::APSInt &Offset, llvm::APSInt Addend, in sumOffsets() function 6989 sumOffsets(Offset, Addend, BinOpKind, AddendIsRight); in sumOffsets() 7335 sumOffsets(Offset, LResult.Val.getInt(), BinOpKind, RIsInt); in checkFormatStringExpr() 7340 sumOffsets(Offset, RResult.Val.getInt(), BinOpKind, RIsInt); in checkFormatStringExpr() 7357 sumOffsets(Offset, IndexResult.Val.getInt(), BO_Add, in checkFormatStringExpr()
|