Home
last modified time | relevance | path

Searched refs:sumOffsets (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp8375 static void sumOffsets(llvm::APSInt &Offset, llvm::APSInt Addend, in sumOffsets() function
8409 sumOffsets(Offset, Addend, BinOpKind, AddendIsRight); in sumOffsets()
8789 sumOffsets(Offset, LResult.Val.getInt(), BinOpKind, RIsInt); in checkFormatStringExpr()
8794 sumOffsets(Offset, RResult.Val.getInt(), BinOpKind, RIsInt); in checkFormatStringExpr()
8811 sumOffsets(Offset, IndexResult.Val.getInt(), BO_Add, in checkFormatStringExpr()