Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp12390 QualType Sema::CheckShiftOperands(ExprResult &LHS, ExprResult &RHS, in CheckShiftOperands() function in Sema
15716 ResultTy = CheckShiftOperands(LHS, RHS, OpLoc, Opc); in CreateBuiltinBinOp()
15780 CompResultTy = CheckShiftOperands(LHS, RHS, OpLoc, Opc, true); in CreateBuiltinBinOp()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12954 QualType CheckShiftOperands( // C99 6.5.7