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()
706 bool IsPolymorphic = Matcher.isPolymorphic(); in getMatcherCompletions() local727 if (IsPolymorphic) in getMatcherCompletions()740 if (IsPolymorphic) in getMatcherCompletions()756 if (IsPolymorphic) { in getMatcherCompletions()
529 TYPE_TRAIT_1(__is_polymorphic, IsPolymorphic, KEYCXX)
884 TEST(EqTest, IsPolymorphic) { in TEST() argument