Home
last modified time | relevance | path

Searched refs:IsPolymorphic (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPointerArithChecker.cpp164 bool IsPolymorphic = false; in reportPointerArithMisuse() local
167 getArrayRegion(Region, IsPolymorphic, Kind, C)) { in reportPointerArithMisuse()
168 if (!IsPolymorphic) in reportPointerArithMisuse()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp705 bool IsPolymorphic = Matcher.isPolymorphic(); in getMatcherCompletions() local
726 if (IsPolymorphic) in getMatcherCompletions()
739 if (IsPolymorphic) in getMatcherCompletions()
755 if (IsPolymorphic) { in getMatcherCompletions()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def514 TYPE_TRAIT_1(__is_polymorphic, IsPolymorphic, KEYCXX)
/freebsd-14.2/contrib/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc828 TEST(EqTest, IsPolymorphic) { in TEST() argument