Searched refs:DiagnoseBadShiftValues (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 8527 static void DiagnoseBadShiftValues(Sema& S, ExprResult &LHS, ExprResult &RHS, in DiagnoseBadShiftValues() function 8727 DiagnoseBadShiftValues(*this, LHS, RHS, Loc, Opc, LHSType); in CheckShiftOperands()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 10716 static void DiagnoseBadShiftValues(Sema& S, ExprResult &LHS, ExprResult &RHS, in DiagnoseBadShiftValues() function 10952 DiagnoseBadShiftValues(*this, LHS, RHS, Loc, Opc, LHSType); in CheckShiftOperands()
|