Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp791 static void flushDiagnostics(Sema &S, sema::FunctionScopeInfo *fscope) { in flushDiagnostics() argument
793 i = fscope->PossiblyUnreachableDiags.begin(), in flushDiagnostics()
794 e = fscope->PossiblyUnreachableDiags.end(); in flushDiagnostics()
803 sema::FunctionScopeInfo *fscope, in IssueWarnings() argument
826 flushDiagnostics(S, fscope); in IssueWarnings()
865 if (!fscope->PossiblyUnreachableDiags.empty()) { in IssueWarnings()
870 i = fscope->PossiblyUnreachableDiags.begin(), in IssueWarnings()
871 e = fscope->PossiblyUnreachableDiags.end(); in IssueWarnings()
880 i = fscope->PossiblyUnreachableDiags.begin(), in IssueWarnings()
881 e = fscope->PossiblyUnreachableDiags.end(); in IssueWarnings()
[all …]
/external/clang/include/clang/Sema/
DAnalysisBasedWarnings.h92 void IssueWarnings(Policy P, FunctionScopeInfo *fscope,
/external/v8/test/cctest/
Dtest-assembler-ia32.cc179 { CpuFeatures::Scope fscope(SSE2); in TEST() local
214 CpuFeatures::Scope fscope(SSE2); in TEST() local
267 CpuFeatures::Scope fscope(SSE2); in TEST() local
313 CpuFeatures::Scope fscope(SSE2); in TEST() local
Dtest-disasm-x64.cc103 CpuFeatures::Scope fscope(CPUID); in TEST() local
108 CpuFeatures::Scope fscope(RDTSC); in TEST() local
352 CpuFeatures::Scope fscope(SSE2); in TEST() local
398 CpuFeatures::Scope fscope(SSE2); in TEST() local
Dtest-disasm-ia32.cc111 CpuFeatures::Scope fscope(CPUID); in TEST() local
116 CpuFeatures::Scope fscope(RDTSC); in TEST() local
372 CpuFeatures::Scope fscope(SSE2); in TEST() local
417 CpuFeatures::Scope fscope(SSE2); in TEST() local
/external/v8/src/ia32/
Dcodegen-ia32.cc453 CpuFeatures::Scope fscope(SSE2); in GenerateSmiOnlyToDouble() local
579 CpuFeatures::Scope fscope(SSE2); in GenerateDoubleToObject() local
Dassembler-ia32.cc116 { Scope fscope(CPUID); in Probe() local
Dmacro-assembler-ia32.cc476 CpuFeatures::Scope fscope(SSE2); in StoreNumberToDoubleElements() local
Dfull-codegen-ia32.cc2895 CpuFeatures::Scope fscope(SSE2); in EmitRandomHeapNumber() local
Dcode-stubs-ia32.cc4167 CpuFeatures::Scope fscope(SSE2); in GenerateLookupNumberStringCache() local
/external/v8/src/x64/
Dassembler-x64.cc104 { Scope fscope(CPUID); in Probe() local