Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCInstMethSignature.cpp36 return C.typesAreCompatible(Derived, Ancestor); in AreTypesCompatible()
/netbsd-src/external/apache2/llvm/dist/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()
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 DSemaExpr.cpp1664 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 DSemaExprCXX.cpp3943 return Context.typesAreCompatible(Context.getWideCharType(), in IsStringLiteralToNonConstPointerConversion()
5389 return Self.Context.typesAreCompatible(Lhs, Rhs); in EvaluateBinaryTypeTrait()
H A DSemaDecl.cpp3690 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 DSemaOverload.cpp1923 S.Context.typesAreCompatible(ToType, FromType)) { in IsStandardConversion()
2446 Context.typesAreCompatible(FromPointeeType, ToPointeeType)) { in IsPointerConversion()
2729 if (Context.typesAreCompatible(FromPointee, ToPointee)) in isObjCWritebackConversion()
H A DSemaOpenMP.cpp4414 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 DSemaDeclObjC.cpp4506 if (!Context.typesAreCompatible(T1, T2)) { in CheckObjCMethodOverrides()
H A DSemaChecking.cpp6026 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 DASTContext.h2661 bool typesAreCompatible(QualType T1, QualType T2,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp9359 bool ASTContext::typesAreCompatible(QualType LHS, QualType RHS, in typesAreCompatible() function in ASTContext
9368 return typesAreCompatible(LHS, RHS); in propertyTypesAreCompatible()