Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCInstMethSignature.cpp36 return C.typesAreCompatible(Derived, Ancestor); in AreTypesCompatible()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaInit.cpp41 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()
119 if (Context.typesAreCompatible(Context.Char16Ty, ElemTy)) in IsStringInit()
127 if (Context.typesAreCompatible(Context.Char32Ty, ElemTy)) in IsStringInit()
135 if (Context.typesAreCompatible(Context.getWideCharType(), ElemTy)) in IsStringInit()
H A DSemaExpr.cpp1728 Context.typesAreCompatible(Types[i]->getType(), in CreateGenericSelectionExpr()
1762 else if (Context.typesAreCompatible( in CreateGenericSelectionExpr()
9565 if (!S.Context.typesAreCompatible(ltrans, rtrans)) { in checkPointerTypesForAssignment()
9712 if (S.Context.typesAreCompatible(LHSType, RHSType)) in checkObjCPointerTypesForAssignment()
9805 if (Context.typesAreCompatible(LHSTypeRef->getPointeeType(), RHSType)) { in CheckAssignmentConstraints()
10084 if (Context.typesAreCompatible(LHSType, RHSType)) { in CheckAssignmentConstraints()
11620 if (!Context.typesAreCompatible( in CheckSubtractionOperands()
12792 if (Context.typesAreCompatible(LCanPointeeTy.getUnqualifiedType(), in CheckCompareOperands()
12930 !Context.typesAreCompatible(lpointee, rpointee)) { in CheckCompareOperands()
12972 !Context.typesAreCompatible(LHSType, RHSType)) { in CheckCompareOperands()
[all …]
H A DSemaExprCXX.cpp4086 return Context.typesAreCompatible(Context.getWideCharType(), in IsStringLiteralToNonConstPointerConversion()
5662 return Self.Context.typesAreCompatible(Lhs, Rhs); in EvaluateBinaryTypeTrait()
H A DSemaDecl.cpp4170 if (Context.typesAreCompatible(OldQType, NewQType)) { in MergeFunctionDecl()
4238 if (Context.typesAreCompatible(OldParm->getType(), in MergeFunctionDecl()
4241 } else if (Context.typesAreCompatible(OldParm->getType(), in MergeFunctionDecl()
15891 !Context.typesAreCompatible( in ImplicitlyDefineFunction()
H A DSemaOverload.cpp2031 S.Context.typesAreCompatible(ToType, FromType)) { in IsStandardConversion()
2554 Context.typesAreCompatible(FromPointeeType, ToPointeeType)) { in IsPointerConversion()
2837 if (Context.typesAreCompatible(FromPointee, ToPointee)) in isObjCWritebackConversion()
H A DSemaDeclObjC.cpp4526 if (!Context.typesAreCompatible(T1, T2)) { in CheckObjCMethodOverrides()
H A DSemaChecking.cpp7378 Context.typesAreCompatible(ED->getPromotionType(), Type)); in SemaBuiltinVAStart()
8277 if (!Context.typesAreCompatible( in SemaBuiltinARMMemoryTaggingCall()
11772 Context.typesAreCompatible(SizeOfArgTy, DestTy)) { in CheckMemaccessArguments()
H A DSemaOpenMP.cpp4749 Context.typesAreCompatible(ThisTy, ThisCapture->getType())) in tryCaptureOpenMPLambdas()
20476 !Context.typesAreCompatible(DSAStack->getOMPDependT(), Depobj->getType(), in ActOnOpenMPDepobjClause()
23688 Context.typesAreCompatible(AllocatorExprType, OMPAllocatorHandleT); in ActOnOpenMPUsesAllocatorClause()
23746 Context.typesAreCompatible(TraitTy, DSAStack->getOMPAlloctraitT(), in ActOnOpenMPUsesAllocatorClause()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2823 bool typesAreCompatible(QualType T1, QualType T2,
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp10132 bool ASTContext::typesAreCompatible(QualType LHS, QualType RHS, in typesAreCompatible() function in ASTContext
10141 return typesAreCompatible(LHS, RHS); in propertyTypesAreCompatible()