Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp2467 static bool isFallthroughStatement(const AttributedStmt *A) { in isFallthroughStatement() function
2484 if (isFallthroughStatement(A) && asc.alwaysAdd(*this, A)) { in VisitAttributedStmt()