Searched refs:CheckSingleAssignmentConstraints (Results 1 – 6 of 6) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaPseudoObject.cpp | 751 = S.CheckSingleAssignmentConstraints(paramType, opResult); in buildSet()
|
| H A D | SemaInit.cpp | 994 SemaRef.CheckSingleAssignmentConstraints(ElemType, ExprRes, in CheckSubElementType() 6211 S.CheckSingleAssignmentConstraints(Step->Type, Result, true, in Perform()
|
| H A D | SemaStmt.cpp | 2408 CheckSingleAssignmentConstraints(DestTy, ExprRes); in ActOnIndirectGotoStmt()
|
| H A D | SemaExpr.cpp | 6793 Sema::CheckSingleAssignmentConstraints(QualType LHSType, ExprResult &RHS, in CheckSingleAssignmentConstraints() function in Sema 8769 ConvTy = CheckSingleAssignmentConstraints(LHSTy, RHS); in CheckAssignmentOperands()
|
| H A D | SemaChecking.cpp | 616 ConvTy = CheckSingleAssignmentConstraints(LHSTy, RHS); in CheckNeonBuiltinFunctionCall()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 7995 AssignConvertType CheckSingleAssignmentConstraints(QualType LHSType,
|