Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7430 static void sumOffsets(llvm::APSInt &Offset, llvm::APSInt Addend, in sumOffsets() function
7464 sumOffsets(Offset, Addend, BinOpKind, AddendIsRight); in sumOffsets()
7810 sumOffsets(Offset, LResult.Val.getInt(), BinOpKind, RIsInt); in checkFormatStringExpr()
7815 sumOffsets(Offset, RResult.Val.getInt(), BinOpKind, RIsInt); in checkFormatStringExpr()
7832 sumOffsets(Offset, IndexResult.Val.getInt(), BO_Add, in checkFormatStringExpr()