Searched refs:fscope (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/Sema/ |
D | AnalysisBasedWarnings.h | 93 void IssueWarnings(Policy P, FunctionScopeInfo *fscope,
|
/external/clang/lib/Sema/ |
D | AnalysisBasedWarnings.cpp | 1846 static void flushDiagnostics(Sema &S, const sema::FunctionScopeInfo *fscope) { in flushDiagnostics() argument 1847 for (const auto &D : fscope->PossiblyUnreachableDiags) in flushDiagnostics() 1853 sema::FunctionScopeInfo *fscope, in IssueWarnings() argument 1876 flushDiagnostics(S, fscope); in IssueWarnings() 1928 if (!fscope->PossiblyUnreachableDiags.empty()) { in IssueWarnings() 1932 for (const auto &D : fscope->PossiblyUnreachableDiags) { in IssueWarnings() 1939 for (const auto &D : fscope->PossiblyUnreachableDiags) { in IssueWarnings() 1963 flushDiagnostics(S, fscope); in IssueWarnings() 2047 diagnoseRepeatedUseOfWeak(S, fscope, D, AC.getParentMap()); in IssueWarnings()
|
/external/v8/test/cctest/ |
D | test-assembler-ia32.cc | 609 CpuFeatureScope fscope(&assm, FMA3); in TEST() local 838 CpuFeatureScope fscope(&assm, FMA3); in TEST() local 1066 CpuFeatureScope fscope(&assm, BMI1); in TEST() local 1174 CpuFeatureScope fscope(&assm, LZCNT); in TEST() local 1222 CpuFeatureScope fscope(&assm, POPCNT); in TEST() local 1270 CpuFeatureScope fscope(&assm, BMI2); in TEST() local
|
D | test-assembler-x64.cc | 762 CpuFeatureScope fscope(&assm, FMA3); in TEST() local 988 CpuFeatureScope fscope(&assm, FMA3); in TEST() local 1614 CpuFeatureScope fscope(&assm, BMI1); in TEST() local 1804 CpuFeatureScope fscope(&assm, LZCNT); in TEST() local 1864 CpuFeatureScope fscope(&assm, POPCNT); in TEST() local 1924 CpuFeatureScope fscope(&assm, BMI2); in TEST() local
|