Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2210 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 DAnalysisBasedWarnings.h97 void IssueWarnings(Policy P, FunctionScopeInfo *fscope,
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dsyncprov.c200 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 Dc-decl.c524 #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 Dc-decl.cc533 #define SCOPE_LIST_CONCAT(tscope, to, fscope, from) do { \ argument
535 struct c_scope *f_ = (fscope); \