Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp2474 static bool isFallthroughStatement(const AttributedStmt *A) { in isFallthroughStatement() function
2491 if (isFallthroughStatement(A) && asc.alwaysAdd(*this, A)) { in VisitAttributedStmt()