Searched refs:IsPolymorphic (Results 1 – 4 of 4) sorted by relevance
164 bool IsPolymorphic = false; in reportPointerArithMisuse() local167 getArrayRegion(Region, IsPolymorphic, Kind, C)) { in reportPointerArithMisuse()168 if (!IsPolymorphic) in reportPointerArithMisuse()
705 bool IsPolymorphic = Matcher.isPolymorphic(); in getMatcherCompletions() local726 if (IsPolymorphic) in getMatcherCompletions()739 if (IsPolymorphic) in getMatcherCompletions()755 if (IsPolymorphic) { in getMatcherCompletions()
514 TYPE_TRAIT_1(__is_polymorphic, IsPolymorphic, KEYCXX)
828 TEST(EqTest, IsPolymorphic) { in TEST() argument