Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp7286 bool IAT2 = isa<IncompleteArrayType>(Arr2); in FindCompositePointerType() local
7287 if ((IAT1 && IAT2) || in FindCompositePointerType()
7288 (getLangOpts().CPlusPlus20 && (IAT1 != IAT2) && in FindCompositePointerType()