Home
last modified time | relevance | path

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

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