Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCInstMethSignature.cpp36 return C.typesAreCompatible(Derived, Ancestor); in AreTypesCompatible()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp49 if (Context.typesAreCompatible(Context.getWideCharType(), T)) in IsWideCharCompatible()
52 return Context.typesAreCompatible(Context.Char16Ty, T) || in IsWideCharCompatible()
53 Context.typesAreCompatible(Context.Char32Ty, T); in IsWideCharCompatible()
128 if (Context.typesAreCompatible(Context.Char16Ty, ElemTy)) in IsStringInit()
136 if (Context.typesAreCompatible(Context.Char32Ty, ElemTy)) in IsStringInit()
144 if (Context.typesAreCompatible(Context.getWideCharType(), ElemTy)) in IsStringInit()
H A DSemaARM.cpp154 if (!Context.typesAreCompatible( in BuiltinARMMemoryTaggingCall()
H A DSemaExpr.cpp1878 Context.typesAreCompatible(Types[i]->getType(), in CreateGenericSelectionExpr()
1918 Context.typesAreCompatible( in CreateGenericSelectionExpr()
1923 Context.typesAreCompatible( in CreateGenericSelectionExpr()
9081 if (!S.Context.typesAreCompatible(ltrans, rtrans)) { in checkPointerTypesForAssignment()
9236 if (S.Context.typesAreCompatible(LHSType, RHSType)) in checkObjCPointerTypesForAssignment()
9330 if (Context.typesAreCompatible(LHSTypeRef->getPointeeType(), RHSType)) { in CheckAssignmentConstraints()
9632 if (Context.typesAreCompatible(LHSType, RHSType)) { in CheckAssignmentConstraints()
11356 if (!Context.typesAreCompatible( in CheckSubtractionOperands()
12563 if (Context.typesAreCompatible(LCanPointeeTy.getUnqualifiedType(), in CheckCompareOperands()
12711 !Context.typesAreCompatible(lpointee, rpointee)) { in CheckCompareOperands()
[all …]
H A DSemaObjC.cpp1360 if (Context.typesAreCompatible(FromPointee, ToPointee)) in isObjCWritebackConversion()
H A DSemaTypeTraits.cpp1683 return Self.Context.typesAreCompatible(Lhs, Rhs); in EvaluateBinaryTypeTrait()
H A DSemaDecl.cpp4234 if (Context.typesAreCompatible(OldQType, NewQType)) { in MergeFunctionDecl()
4302 if (Context.typesAreCompatible(OldParm->getType(), in MergeFunctionDecl()
4305 } else if (Context.typesAreCompatible(OldParm->getType(), in MergeFunctionDecl()
16764 !Context.typesAreCompatible( in ImplicitlyDefineFunction()
H A DSemaDeclObjC.cpp4535 if (!Context.typesAreCompatible(T1, T2)) { in CheckObjCMethodOverrides()
H A DSemaOpenMP.cpp4551 if (!ThisTy.isNull() && getASTContext().typesAreCompatible( in tryCaptureOpenMPLambdas()
20319 (OMPDependTFound && !getASTContext().typesAreCompatible( in ActOnOpenMPDepobjClause()
23978 Context.typesAreCompatible(AllocatorExprType, OMPAllocatorHandleT); in ActOnOpenMPUsesAllocatorClause()
24036 Context.typesAreCompatible(TraitTy, DSAStack->getOMPAlloctraitT(), in ActOnOpenMPUsesAllocatorClause()
H A DSemaExprCXX.cpp4474 return Context.typesAreCompatible(Context.getWideCharType(), in IsStringLiteralToNonConstPointerConversion()
H A DSemaChecking.cpp5177 Context.typesAreCompatible(ED->getPromotionType(), Type)); in BuiltinVAStart()
9890 Context.typesAreCompatible(SizeOfArgTy, DestTy)) { in CheckMemaccessArguments()
H A DSemaOverload.cpp2475 S.Context.typesAreCompatible(ToType, FromType)) { in IsStandardConversion()
2993 Context.typesAreCompatible(FromPointeeType, ToPointeeType)) { in IsPointerConversion()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3147 bool typesAreCompatible(QualType T1, QualType T2,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11265 bool ASTContext::typesAreCompatible(QualType LHS, QualType RHS, in typesAreCompatible() function in ASTContext
11274 return typesAreCompatible(LHS, RHS); in propertyTypesAreCompatible()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc8953 …ontext18typesAreCompatibleENS_8QualTypeES1_b", "clang::ASTContext::typesAreCompatible(clang::QualT…