Home
last modified time | relevance | path

Searched defs:typesCompatible (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp137 static bool typesCompatible(ASTContext &C, QualType A, QualType B) { in typesCompatible() function
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-call.cpp178 bool typesCompatible{dummy.type.type().IsTkCompatibleWith(actualType.type())}; in CheckExplicitDataArg() local