Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCInstMethSignature.cpp37 return C.typesAreCompatible(Derived, Ancestor); in AreTypesCompatible()
/external/clang/lib/Sema/
DSemaInit.cpp38 if (Context.typesAreCompatible(Context.getWideCharType(), T)) in IsWideCharCompatible()
41 return Context.typesAreCompatible(Context.Char16Ty, T) || in IsWideCharCompatible()
42 Context.typesAreCompatible(Context.Char32Ty, T); in IsWideCharCompatible()
95 if (Context.typesAreCompatible(Context.Char16Ty, ElemTy)) in IsStringInit()
103 if (Context.typesAreCompatible(Context.Char32Ty, ElemTy)) in IsStringInit()
111 if (Context.typesAreCompatible(Context.getWideCharType(), ElemTy)) in IsStringInit()
DSemaExpr.cpp1349 Context.typesAreCompatible(Types[i]->getType(), in CreateGenericSelectionExpr()
1381 else if (Context.typesAreCompatible(ControllingExpr->getType(), in CreateGenericSelectionExpr()
5948 if (!S.Context.typesAreCompatible(ltrans, rtrans)) { in checkPointerTypesForAssignment()
6056 if (S.Context.typesAreCompatible(LHSType, RHSType)) in checkObjCPointerTypesForAssignment()
6132 if (Context.typesAreCompatible(LHSTypeRef->getPointeeType(), RHSType)) { in CheckAssignmentConstraints()
6348 if (Context.typesAreCompatible(LHSType, RHSType)) { in CheckAssignmentConstraints()
7036 if (!Context.typesAreCompatible( in CheckSubtractionOperands()
7642 if (Context.typesAreCompatible(LCanPointeeTy.getUnqualifiedType(), in CheckCompareOperands()
7722 !Context.typesAreCompatible(lpointee, rpointee)) { in CheckCompareOperands()
7764 !Context.typesAreCompatible(LHSType, RHSType)) { in CheckCompareOperands()
[all …]
DSemaOverload.cpp1613 S.Context.typesAreCompatible(ToType, FromType)) { in IsStandardConversion()
2076 Context.typesAreCompatible(FromPointeeType, ToPointeeType)) { in IsPointerConversion()
2376 if (Context.typesAreCompatible(FromPointee, ToPointee)) in isObjCWritebackConversion()
DSemaDeclObjC.cpp3049 if (!Context.typesAreCompatible(T1, T2)) { in CheckObjCMethodOverrides()
DSemaDecl.cpp2625 Context.typesAreCompatible(OldQType, NewQType)) { in MergeFunctionDecl()
2695 if (Context.typesAreCompatible(OldParm->getType(), in MergeFunctionDecl()
2698 } else if (Context.typesAreCompatible(OldParm->getType(), in MergeFunctionDecl()
DSemaExprCXX.cpp3653 return Self.Context.typesAreCompatible(LhsT.getUnqualifiedType(), in EvaluateBinaryTypeTrait()
DSemaChecking.cpp3624 Context.typesAreCompatible(SizeOfArgTy, DestTy)) { in CheckMemaccessArguments()
/external/clang/include/clang/AST/
DASTContext.h1931 bool typesAreCompatible(QualType T1, QualType T2,
/external/clang/lib/AST/
DASTContext.cpp6840 bool ASTContext::typesAreCompatible(QualType LHS, QualType RHS, in typesAreCompatible() function in ASTContext
6849 return typesAreCompatible(LHS, RHS); in propertyTypesAreCompatible()