Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp7620 QualType Sema::CheckShiftOperands(ExprResult &LHS, ExprResult &RHS, in CheckShiftOperands() function in Sema
9551 ResultTy = CheckShiftOperands(LHS, RHS, OpLoc, Opc); in CreateBuiltinBinOp()
9599 CompResultTy = CheckShiftOperands(LHS, RHS, OpLoc, Opc, true); in CreateBuiltinBinOp()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h8047 QualType CheckShiftOperands( // C99 6.5.7