Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp5194 static bool hasCompatibleArrayTypes(ASTContext &Context, const ArrayType *Dest, in hasCompatibleArrayTypes() function
5546 if (!hasCompatibleArrayTypes(S.Context, DestAT, SourceAT)) in InitializeFrom()