Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprConstant.cpp1802 static bool handleIntIntBinOp(EvalInfo &Info, const Expr *E, const APSInt &LHS, in handleIntIntBinOp() function
3009 if (!handleIntIntBinOp(Info, E, LHS, Opcode, RHS.getInt(), LHS)) in found()
7408 if (!handleIntIntBinOp(Info, E, LHSVal.getInt(), E->getOpcode(), in VisitBinOp()