Searched refs:IAT2 (Results 1 – 1 of 1) sorted by relevance
7286 bool IAT2 = isa<IncompleteArrayType>(Arr2); in FindCompositePointerType() local7287 if ((IAT1 && IAT2) || in FindCompositePointerType()7288 (getLangOpts().CPlusPlus20 && (IAT1 != IAT2) && in FindCompositePointerType()