Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DAnalysisBasedWarnings.h95 void IssueWarnings(Policy P, FunctionScopeInfo *fscope,
/llvm-project-15.0.7/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2201 for (const auto &D : fscope->PossiblyUnreachableDiags) in flushDiagnostics()
2206 sema::AnalysisBasedWarnings::Policy P, sema::FunctionScopeInfo *fscope, in IssueWarnings() argument
2229 flushDiagnostics(S, fscope); in IssueWarnings()
2279 if (!fscope->PossiblyUnreachableDiags.empty()) { in IssueWarnings()
2283 for (const auto &D : fscope->PossiblyUnreachableDiags) { in IssueWarnings()
2290 for (const auto &D : fscope->PossiblyUnreachableDiags) { in IssueWarnings()
2316 flushDiagnostics(S, fscope); in IssueWarnings()
2328 : (fscope->isCoroutine() in IssueWarnings()
2331 CheckFallThroughForBody(S, D, Body, BlockType, CD, AC, fscope); in IssueWarnings()
2410 fscope->HasFallthroughStmt) { in IssueWarnings()
[all …]
/llvm-project-15.0.7/clang/test/SemaOpenCL/
H A Datomic-ops.cl175 float fscope;
177 (void)__opencl_atomic_load(Ap, memory_order_relaxed, fscope);