Searched refs:fscope (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A 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 …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | AnalysisBasedWarnings.h | 97 void IssueWarnings(Policy P, FunctionScopeInfo *fscope,
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| H A D | syncprov.c | 200 int fscope; /* if TRUE then fdn is within the psearch scope */ member 545 fc->fscope = dn_match( fc->fdn, &fc->fss->s_base ); in syncprov_findbase() 550 fc->fscope = dn_match( &pdn, &fc->fss->s_base ); in syncprov_findbase() 553 fc->fscope = dnIsSuffix( fc->fdn, &fc->fss->s_base ); in syncprov_findbase() 556 fc->fscope = dnIsSuffix( fc->fdn, &fc->fss->s_base ) && in syncprov_findbase() 1385 fc.fscope = 0; in syncprov_matchops() 1422 if ( fc.fscope ) { in syncprov_matchops() 1444 ss->s_op->o_log_prefix, ss->s_sid, fc.fscope, rc ); in syncprov_matchops() 1447 if ( fc.fscope && rc == LDAP_COMPARE_TRUE ) { in syncprov_matchops()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-decl.c | 524 #define SCOPE_LIST_CONCAT(tscope, to, fscope, from) do { \ argument 526 struct c_scope *f_ = (fscope); \
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-decl.cc | 533 #define SCOPE_LIST_CONCAT(tscope, to, fscope, from) do { \ argument 535 struct c_scope *f_ = (fscope); \
|