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()
666 bool IsPolymorphic = Matcher.isPolymorphic(); in getMatcherCompletions() local687 if (IsPolymorphic) in getMatcherCompletions()700 if (IsPolymorphic) in getMatcherCompletions()716 if (IsPolymorphic) { in getMatcherCompletions()
499 TYPE_TRAIT_1(__is_polymorphic, IsPolymorphic, KEYCXX)
1038 TEST(EqTest, IsPolymorphic) { in TEST() argument