Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp7159 BinaryOperatorKind BinOpKind, in sumOffsets()
7534 BinaryOperatorKind BinOpKind = BinOp->getOpcode(); in checkFormatStringExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp12187 enum { AnyExprKind, BinOpKind, BinOpVisitedLHSKind } Kind; enumerator