Searched refs:section_count (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/flang/test/Semantics/OpenMP/ |
| H A D | omp-sections02.f90 | 7 integer :: section_count = 0 variable 9 print *, 'section_count', section_count 25 section_count = section_count + 1 28 print *, 'section_count', section_count 30 section_count = section_count + 1 31 print *, 'section_count', section_count
|
| H A D | omp-parallel-sections01.f90 | 7 integer :: section_count = 0 variable 14 print *, 'section_count', section_count 41 section_count = section_count + 1 44 print *, 'section_count', section_count 46 section_count = section_count + 1 47 print *, 'section_count', section_count
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | ObjectFile.cpp | 631 size_t section_count = section_list->GetNumSections(0); in GetLoadableData() local 632 for (size_t i = 0; i < section_count; ++i) { in GetLoadableData()
|