Searched refs:IsPolymorphic (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPointerArithChecker.cpp164 bool IsPolymorphic = false;
167 getArrayRegion(Region, IsPolymorphic, Kind, C)) {
168 if (!IsPolymorphic)
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp601 bool IsPolymorphic = Matcher.isPolymorphic(); local
616 if (IsPolymorphic)
625 if (IsPolymorphic) {

Completed in 103 milliseconds