Searched refs:typesAreCompatible (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CheckObjCInstMethSignature.cpp | 36 return C.typesAreCompatible(Derived, Ancestor); in AreTypesCompatible()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaInit.cpp | 41 if (Context.typesAreCompatible(Context.getWideCharType(), T)) in IsWideCharCompatible() 44 return Context.typesAreCompatible(Context.Char16Ty, T) || in IsWideCharCompatible() 45 Context.typesAreCompatible(Context.Char32Ty, T); in IsWideCharCompatible() 109 if (Context.typesAreCompatible(Context.Char16Ty, ElemTy)) in IsStringInit() 117 if (Context.typesAreCompatible(Context.Char32Ty, ElemTy)) in IsStringInit() 125 if (Context.typesAreCompatible(Context.getWideCharType(), ElemTy)) in IsStringInit()
|
| H A D | SemaExpr.cpp | 1664 Context.typesAreCompatible(Types[i]->getType(), in CreateGenericSelectionExpr() 1695 else if (Context.typesAreCompatible(ControllingExpr->getType(), in CreateGenericSelectionExpr() 8910 if (!S.Context.typesAreCompatible(ltrans, rtrans)) { in checkPointerTypesForAssignment() 9057 if (S.Context.typesAreCompatible(LHSType, RHSType)) in checkObjCPointerTypesForAssignment() 9141 if (Context.typesAreCompatible(LHSTypeRef->getPointeeType(), RHSType)) { in CheckAssignmentConstraints() 9409 if (Context.typesAreCompatible(LHSType, RHSType)) { in CheckAssignmentConstraints() 10789 if (!Context.typesAreCompatible( in CheckSubtractionOperands() 11824 if (Context.typesAreCompatible(LCanPointeeTy.getUnqualifiedType(), in CheckCompareOperands() 11948 !Context.typesAreCompatible(lpointee, rpointee)) { in CheckCompareOperands() 11990 !Context.typesAreCompatible(LHSType, RHSType)) { in CheckCompareOperands() [all …]
|
| H A D | SemaExprCXX.cpp | 3943 return Context.typesAreCompatible(Context.getWideCharType(), in IsStringLiteralToNonConstPointerConversion() 5389 return Self.Context.typesAreCompatible(Lhs, Rhs); in EvaluateBinaryTypeTrait()
|
| H A D | SemaDecl.cpp | 3690 Context.typesAreCompatible(OldQType, NewQType)) { in MergeFunctionDecl() 3759 if (Context.typesAreCompatible(OldParm->getType(), in MergeFunctionDecl() 3762 } else if (Context.typesAreCompatible(OldParm->getType(), in MergeFunctionDecl() 14828 !Context.typesAreCompatible( in ImplicitlyDefineFunction()
|
| H A D | SemaOverload.cpp | 1923 S.Context.typesAreCompatible(ToType, FromType)) { in IsStandardConversion() 2446 Context.typesAreCompatible(FromPointeeType, ToPointeeType)) { in IsPointerConversion() 2729 if (Context.typesAreCompatible(FromPointee, ToPointee)) in isObjCWritebackConversion()
|
| H A D | SemaOpenMP.cpp | 4414 Context.typesAreCompatible(ThisTy, ThisCapture->getType())) in tryCaptureOpenMPLambdas() 17744 !Context.typesAreCompatible(DSAStack->getOMPDependT(), Depobj->getType(), in ActOnOpenMPDepobjClause() 20746 Context.typesAreCompatible(AllocatorExpr->getType(), in ActOnOpenMPUsesAllocatorClause() 20805 Context.typesAreCompatible(TraitTy, DSAStack->getOMPAlloctraitT(), in ActOnOpenMPUsesAllocatorClause()
|
| H A D | SemaDeclObjC.cpp | 4506 if (!Context.typesAreCompatible(T1, T2)) { in CheckObjCMethodOverrides()
|
| H A D | SemaChecking.cpp | 6026 Context.typesAreCompatible(ED->getPromotionType(), Type)); in SemaBuiltinVAStart() 6884 if (!Context.typesAreCompatible( in SemaBuiltinARMMemoryTaggingCall() 10169 Context.typesAreCompatible(SizeOfArgTy, DestTy)) { in CheckMemaccessArguments()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | ASTContext.h | 2661 bool typesAreCompatible(QualType T1, QualType T2,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ASTContext.cpp | 9359 bool ASTContext::typesAreCompatible(QualType LHS, QualType RHS, in typesAreCompatible() function in ASTContext 9368 return typesAreCompatible(LHS, RHS); in propertyTypesAreCompatible()
|