Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DAnalysisBasedWarnings.h93 void IssueWarnings(Policy P, FunctionScopeInfo *fscope,
/external/llvm-project/clang/include/clang/Sema/
DAnalysisBasedWarnings.h92 void IssueWarnings(Policy P, FunctionScopeInfo *fscope,
/external/llvm-project/clang/lib/Sema/
DAnalysisBasedWarnings.cpp2071 static void flushDiagnostics(Sema &S, const sema::FunctionScopeInfo *fscope) { in flushDiagnostics() argument
2072 for (const auto &D : fscope->PossiblyUnreachableDiags) in flushDiagnostics()
2078 sema::FunctionScopeInfo *fscope, in IssueWarnings() argument
2101 flushDiagnostics(S, fscope); in IssueWarnings()
2152 if (!fscope->PossiblyUnreachableDiags.empty()) { in IssueWarnings()
2156 for (const auto &D : fscope->PossiblyUnreachableDiags) { in IssueWarnings()
2163 for (const auto &D : fscope->PossiblyUnreachableDiags) { in IssueWarnings()
2189 flushDiagnostics(S, fscope); in IssueWarnings()
2201 : (fscope->isCoroutine() in IssueWarnings()
2204 CheckFallThroughForBody(S, D, Body, BlockType, CD, AC, fscope); in IssueWarnings()
[all …]
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1872 static void flushDiagnostics(Sema &S, const sema::FunctionScopeInfo *fscope) { in flushDiagnostics() argument
1873 for (const auto &D : fscope->PossiblyUnreachableDiags) in flushDiagnostics()
1879 sema::FunctionScopeInfo *fscope, in IssueWarnings() argument
1902 flushDiagnostics(S, fscope); in IssueWarnings()
1954 if (!fscope->PossiblyUnreachableDiags.empty()) { in IssueWarnings()
1958 for (const auto &D : fscope->PossiblyUnreachableDiags) { in IssueWarnings()
1965 for (const auto &D : fscope->PossiblyUnreachableDiags) { in IssueWarnings()
1989 flushDiagnostics(S, fscope); in IssueWarnings()
2068 fscope->HasFallthroughStmt) { in IssueWarnings()
2074 diagnoseRepeatedUseOfWeak(S, fscope, D, AC.getParentMap()); in IssueWarnings()
/external/llvm-project/clang/test/SemaOpenCL/
Datomic-ops.cl186 float fscope;
188 (void)__opencl_atomic_load(Ap, memory_order_relaxed, fscope);