Home
last modified time | relevance | path

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

/external/rust/crates/syn/tests/common/
Deq.rs8 BinOpKind, BindingMode, Block, BlockCheckMode, BorrowKind, CaptureBy, Const, Crate, CrateSugar,
346 spanless_eq_enum!(BinOpKind; Add Sub Mul Div Rem And Or BitXor BitAnd BitOr Shl Shr Eq Lt Le Ne Ge …
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp6956 BinaryOperatorKind BinOpKind, in sumOffsets() argument
6975 if (BinOpKind == BO_Add) in sumOffsets()
6978 assert(AddendIsRight && BinOpKind == BO_Sub && in sumOffsets()
6989 sumOffsets(Offset, Addend, BinOpKind, AddendIsRight); in sumOffsets()
7331 BinaryOperatorKind BinOpKind = BinOp->getOpcode(); in checkFormatStringExpr() local
7334 if (BinOpKind == BO_Add) { in checkFormatStringExpr()
7335 sumOffsets(Offset, LResult.Val.getInt(), BinOpKind, RIsInt); in checkFormatStringExpr()
7340 sumOffsets(Offset, RResult.Val.getInt(), BinOpKind, RIsInt); in checkFormatStringExpr()
/external/clang/lib/AST/
DExprConstant.cpp7176 enum { AnyExprKind, BinOpKind, BinOpVisitedLHSKind } Kind; enumerator
7421 job.Kind = Job::BinOpKind; in process()
7432 case Job::BinOpKind: { in process()
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp12164 enum { AnyExprKind, BinOpKind, BinOpVisitedLHSKind } Kind; enumerator
12412 job.Kind = Job::BinOpKind; in process()
12423 case Job::BinOpKind: { in process()