Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DPointerArithChecker.cpp165 bool IsPolymorphic = false; in reportPointerArithMisuse() local
168 getArrayRegion(Region, IsPolymorphic, Kind, C)) { in reportPointerArithMisuse()
169 if (!IsPolymorphic) in reportPointerArithMisuse()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp579 bool IsPolymorphic = Matcher.isPolymorphic(); in getMatcherCompletions() local
594 if (IsPolymorphic) in getMatcherCompletions()
603 if (IsPolymorphic) { in getMatcherCompletions()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTokenKinds.def465 TYPE_TRAIT_1(__is_polymorphic, IsPolymorphic, KEYCXX)
/freebsd-12.1/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc1038 TEST(EqTest, IsPolymorphic) { in TEST() argument