Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10346 static void sumOffsets(llvm::APSInt &Offset, llvm::APSInt Addend, in sumOffsets() function
10380 sumOffsets(Offset, Addend, BinOpKind, AddendIsRight); in sumOffsets()
10778 sumOffsets(Offset, LResult.Val.getInt(), BinOpKind, RIsInt); in checkFormatStringExpr()
10783 sumOffsets(Offset, RResult.Val.getInt(), BinOpKind, RIsInt); in checkFormatStringExpr()
10800 sumOffsets(Offset, IndexResult.Val.getInt(), BO_Add, in checkFormatStringExpr()