Searched refs:fscope (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 1999 for (const auto &D : fscope->PossiblyUnreachableDiags) in flushDiagnostics() 2005 sema::FunctionScopeInfo *fscope, in IssueWarnings() argument 2028 flushDiagnostics(S, fscope); in IssueWarnings() 2080 if (!fscope->PossiblyUnreachableDiags.empty()) { in IssueWarnings() 2084 for (const auto &D : fscope->PossiblyUnreachableDiags) { in IssueWarnings() 2091 for (const auto &D : fscope->PossiblyUnreachableDiags) { in IssueWarnings() 2115 flushDiagnostics(S, fscope); in IssueWarnings() 2127 : (fscope->isCoroutine() in IssueWarnings() 2130 CheckFallThroughForBody(S, D, Body, blkExpr, CD, AC, fscope); in IssueWarnings() 2197 fscope->HasFallthroughStmt) { in IssueWarnings() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | AnalysisBasedWarnings.h | 93 void IssueWarnings(Policy P, FunctionScopeInfo *fscope,
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | c-decl.c | 395 #define SCOPE_LIST_CONCAT(tscope, to, fscope, from) do { \ argument 397 struct c_scope *f_ = (fscope); \
|