Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp8062 QualType Sema::CheckShiftOperands(ExprResult &LHS, ExprResult &RHS, in CheckShiftOperands() function in Sema
10159 ResultTy = CheckShiftOperands(LHS, RHS, OpLoc, Opc); in CreateBuiltinBinOp()
10207 CompResultTy = CheckShiftOperands(LHS, RHS, OpLoc, Opc, true); in CreateBuiltinBinOp()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h8295 QualType CheckShiftOperands( // C99 6.5.7