Searched refs:typesAreCompatible (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CheckObjCInstMethSignature.cpp | 37 return C.typesAreCompatible(Derived, Ancestor); in AreTypesCompatible()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaInit.cpp | 39 if (Context.typesAreCompatible(Context.getWideCharType(), T)) in IsWideCharCompatible() 42 return Context.typesAreCompatible(Context.Char16Ty, T) || in IsWideCharCompatible() 43 Context.typesAreCompatible(Context.Char32Ty, T); in IsWideCharCompatible() 107 if (Context.typesAreCompatible(Context.Char16Ty, ElemTy)) in IsStringInit() 115 if (Context.typesAreCompatible(Context.Char32Ty, ElemTy)) in IsStringInit() 123 if (Context.typesAreCompatible(Context.getWideCharType(), ElemTy)) in IsStringInit()
|
| H A D | SemaExpr.cpp | 1414 Context.typesAreCompatible(Types[i]->getType(), in CreateGenericSelectionExpr() 1445 else if (Context.typesAreCompatible(ControllingExpr->getType(), in CreateGenericSelectionExpr() 7652 if (!S.Context.typesAreCompatible(ltrans, rtrans)) { in checkPointerTypesForAssignment() 7781 if (S.Context.typesAreCompatible(LHSType, RHSType)) in checkObjCPointerTypesForAssignment() 7865 if (Context.typesAreCompatible(LHSTypeRef->getPointeeType(), RHSType)) { in CheckAssignmentConstraints() 8124 if (Context.typesAreCompatible(LHSType, RHSType)) { in CheckAssignmentConstraints() 9398 if (!Context.typesAreCompatible( in CheckSubtractionOperands() 10411 if (Context.typesAreCompatible(LCanPointeeTy.getUnqualifiedType(), in CheckCompareOperands() 10525 !Context.typesAreCompatible(lpointee, rpointee)) { in CheckCompareOperands() 10567 !Context.typesAreCompatible(LHSType, RHSType)) { in CheckCompareOperands() [all …]
|
| H A D | SemaExprCXX.cpp | 3720 return Context.typesAreCompatible(Context.getWideCharType(), in IsStringLiteralToNonConstPointerConversion() 5120 return Self.Context.typesAreCompatible(Lhs, Rhs); in EvaluateBinaryTypeTrait()
|
| H A D | SemaOverload.cpp | 1850 S.Context.typesAreCompatible(ToType, FromType)) { in IsStandardConversion() 2368 Context.typesAreCompatible(FromPointeeType, ToPointeeType)) { in IsPointerConversion() 2651 if (Context.typesAreCompatible(FromPointee, ToPointee)) in isObjCWritebackConversion()
|
| H A D | SemaDecl.cpp | 3433 Context.typesAreCompatible(OldQType, NewQType)) { in MergeFunctionDecl() 3497 if (Context.typesAreCompatible(OldParm->getType(), in MergeFunctionDecl() 3500 } else if (Context.typesAreCompatible(OldParm->getType(), in MergeFunctionDecl() 13454 !Context.typesAreCompatible( in ImplicitlyDefineFunction()
|
| H A D | SemaDeclObjC.cpp | 4385 if (!Context.typesAreCompatible(T1, T2)) { in CheckObjCMethodOverrides()
|
| H A D | SemaChecking.cpp | 5449 Context.typesAreCompatible(ED->getPromotionType(), Type)); in SemaBuiltinVAStart() 9153 Context.typesAreCompatible(SizeOfArgTy, DestTy)) { in CheckMemaccessArguments()
|
| H A D | SemaOpenMP.cpp | 1627 Context.typesAreCompatible(ThisTy, ThisCapture->getType())) in isOpenMPCapturedDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ASTContext.h | 2529 bool typesAreCompatible(QualType T1, QualType T2,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ASTContext.cpp | 8440 bool ASTContext::typesAreCompatible(QualType LHS, QualType RHS, in typesAreCompatible() function in ASTContext 8449 return typesAreCompatible(LHS, RHS); in propertyTypesAreCompatible()
|