Home
last modified time | relevance | path

Searched refs:typesAreCompatible (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCInstMethSignature.cpp37 return C.typesAreCompatible(Derived, Ancestor); in AreTypesCompatible()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp39 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 DSemaExpr.cpp1414 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 DSemaExprCXX.cpp3720 return Context.typesAreCompatible(Context.getWideCharType(), in IsStringLiteralToNonConstPointerConversion()
5120 return Self.Context.typesAreCompatible(Lhs, Rhs); in EvaluateBinaryTypeTrait()
H A DSemaOverload.cpp1850 S.Context.typesAreCompatible(ToType, FromType)) { in IsStandardConversion()
2368 Context.typesAreCompatible(FromPointeeType, ToPointeeType)) { in IsPointerConversion()
2651 if (Context.typesAreCompatible(FromPointee, ToPointee)) in isObjCWritebackConversion()
H A DSemaDecl.cpp3433 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 DSemaDeclObjC.cpp4385 if (!Context.typesAreCompatible(T1, T2)) { in CheckObjCMethodOverrides()
H A DSemaChecking.cpp5449 Context.typesAreCompatible(ED->getPromotionType(), Type)); in SemaBuiltinVAStart()
9153 Context.typesAreCompatible(SizeOfArgTy, DestTy)) { in CheckMemaccessArguments()
H A DSemaOpenMP.cpp1627 Context.typesAreCompatible(ThisTy, ThisCapture->getType())) in isOpenMPCapturedDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h2529 bool typesAreCompatible(QualType T1, QualType T2,
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp8440 bool ASTContext::typesAreCompatible(QualType LHS, QualType RHS, in typesAreCompatible() function in ASTContext
8449 return typesAreCompatible(LHS, RHS); in propertyTypesAreCompatible()