Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5548 BinaryOperatorKind BinOpKind, in sumOffsets() argument
5567 if (BinOpKind == BO_Add) in sumOffsets()
5570 assert(AddendIsRight && BinOpKind == BO_Sub && in sumOffsets()
5581 sumOffsets(Offset, Addend, BinOpKind, AddendIsRight); in sumOffsets()
5975 BinaryOperatorKind BinOpKind = BinOp->getOpcode(); in checkFormatStringExpr() local
5978 if (BinOpKind == BO_Add) { in checkFormatStringExpr()
5979 sumOffsets(Offset, LResult.Val.getInt(), BinOpKind, RIsInt); in checkFormatStringExpr()
5984 sumOffsets(Offset, RResult.Val.getInt(), BinOpKind, RIsInt); in checkFormatStringExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp13224 enum { AnyExprKind, BinOpKind, BinOpVisitedLHSKind } Kind; enumerator
13472 job.Kind = Job::BinOpKind; in process()
13483 case Job::BinOpKind: { in process()