Searched refs:fscope (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| D | AnalysisBasedWarnings.h | 97 void IssueWarnings(Policy P, FunctionScopeInfo *fscope,
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | AnalysisBasedWarnings.cpp | 2210 static void flushDiagnostics(Sema &S, const sema::FunctionScopeInfo *fscope) { in flushDiagnostics() argument 2211 for (const auto &D : fscope->PossiblyUnreachableDiags) in flushDiagnostics() 2216 sema::AnalysisBasedWarnings::Policy P, sema::FunctionScopeInfo *fscope, in IssueWarnings() argument 2239 flushDiagnostics(S, fscope); in IssueWarnings() 2290 if (!fscope->PossiblyUnreachableDiags.empty()) { in IssueWarnings() 2294 for (const auto &D : fscope->PossiblyUnreachableDiags) { in IssueWarnings() 2301 for (const auto &D : fscope->PossiblyUnreachableDiags) { in IssueWarnings() 2327 flushDiagnostics(S, fscope); in IssueWarnings() 2339 : (fscope->isCoroutine() in IssueWarnings() 2342 CheckFallThroughForBody(S, D, Body, BlockType, CD, AC, fscope); in IssueWarnings() [all …]
|
| /freebsd-12-stable/contrib/gcc/ |
| D | c-decl.c | 395 #define SCOPE_LIST_CONCAT(tscope, to, fscope, from) do { \ argument 397 struct c_scope *f_ = (fscope); \
|