Searched refs:typesAreCompatible (Results 1 – 15 of 15) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CheckObjCInstMethSignature.cpp | 36 return C.typesAreCompatible(Derived, Ancestor); in AreTypesCompatible()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaInit.cpp | 49 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 D | SemaARM.cpp | 154 if (!Context.typesAreCompatible( in BuiltinARMMemoryTaggingCall()
|
| H A D | SemaExpr.cpp | 1878 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 D | SemaObjC.cpp | 1360 if (Context.typesAreCompatible(FromPointee, ToPointee)) in isObjCWritebackConversion()
|
| H A D | SemaTypeTraits.cpp | 1683 return Self.Context.typesAreCompatible(Lhs, Rhs); in EvaluateBinaryTypeTrait()
|
| H A D | SemaDecl.cpp | 4234 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 D | SemaDeclObjC.cpp | 4535 if (!Context.typesAreCompatible(T1, T2)) { in CheckObjCMethodOverrides()
|
| H A D | SemaOpenMP.cpp | 4551 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 D | SemaExprCXX.cpp | 4474 return Context.typesAreCompatible(Context.getWideCharType(), in IsStringLiteralToNonConstPointerConversion()
|
| H A D | SemaChecking.cpp | 5177 Context.typesAreCompatible(ED->getPromotionType(), Type)); in BuiltinVAStart() 9890 Context.typesAreCompatible(SizeOfArgTy, DestTy)) { in CheckMemaccessArguments()
|
| H A D | SemaOverload.cpp | 2475 S.Context.typesAreCompatible(ToType, FromType)) { in IsStandardConversion() 2993 Context.typesAreCompatible(FromPointeeType, ToPointeeType)) { in IsPointerConversion()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 3147 bool typesAreCompatible(QualType T1, QualType T2,
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 11265 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 D | DemangleTestCases.inc | 8953 …ontext18typesAreCompatibleENS_8QualTypeES1_b", "clang::ASTContext::typesAreCompatible(clang::QualT…
|