Searched refs:IsPolymorphic (Results 1 – 4 of 4) sorted by relevance
165 bool IsPolymorphic = false; in reportPointerArithMisuse() local168 getArrayRegion(Region, IsPolymorphic, Kind, C)) { in reportPointerArithMisuse()169 if (!IsPolymorphic) in reportPointerArithMisuse()
579 bool IsPolymorphic = Matcher.isPolymorphic(); in getMatcherCompletions() local594 if (IsPolymorphic) in getMatcherCompletions()603 if (IsPolymorphic) { in getMatcherCompletions()
465 TYPE_TRAIT_1(__is_polymorphic, IsPolymorphic, KEYCXX)
1038 TEST(EqTest, IsPolymorphic) { in TEST() argument