Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DAnalysisBasedWarnings.h95 void IssueWarnings(Policy P, FunctionScopeInfo *fscope,
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2269 static void flushDiagnostics(Sema &S, const sema::FunctionScopeInfo *fscope) { in flushDiagnostics() argument
2270 for (const auto &D : fscope->PossiblyUnreachableDiags) in flushDiagnostics()
2275 sema::AnalysisBasedWarnings::Policy P, sema::FunctionScopeInfo *fscope, in IssueWarnings() argument
2298 flushDiagnostics(S, fscope); in IssueWarnings()
2348 if (!fscope->PossiblyUnreachableDiags.empty()) { in IssueWarnings()
2352 for (const auto &D : fscope->PossiblyUnreachableDiags) { in IssueWarnings()
2359 for (const auto &D : fscope->PossiblyUnreachableDiags) { in IssueWarnings()
2385 flushDiagnostics(S, fscope); in IssueWarnings()
2397 : (fscope->isCoroutine() in IssueWarnings()
2400 CheckFallThroughForBody(S, D, Body, BlockType, CD, AC, fscope); in IssueWarnings()
[all …]
/openbsd-src/gnu/usr.bin/perl/t/op/
H A Dfor.t603 sub fscope {
610 is(fscope(), 1, 'return via loop in sub');
/openbsd-src/gnu/gcc/gcc/
H A Dc-decl.c392 #define SCOPE_LIST_CONCAT(tscope, to, fscope, from) do { \ argument
394 struct c_scope *f_ = (fscope); \