Home | History | Annotate | Download | only in Sema

Lines Matching refs:CheckAssignmentConstraints

9065 Sema::CheckAssignmentConstraints(SourceLocation Loc,
9068 // cast operations are required, so if CheckAssignmentConstraints
9075 return CheckAssignmentConstraints(LHSType, RHSPtr, K, /*ConvertRHS=*/false);
9086 /// CheckAssignmentConstraints (C99 6.5.16) - This routine currently
9104 Sema::CheckAssignmentConstraints(QualType LHSType, ExprResult &RHS,
9124 CheckAssignmentConstraints(AtomicTy->getValueType(), RHS, Kind);
9480 if (CheckAssignmentConstraints(it->getType(), RHS, Kind)
9605 CheckAssignmentConstraints(LHSType, RHS, Kind, ConvertRHS);
9609 // CheckAssignmentConstraints allows the left-hand side to be a reference,
10121 // CheckAssignmentConstraints. If it's a scalar type, only bitcast for
13099 ConvTy = CheckAssignmentConstraints(Loc, LHSType, RHSType);