Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/test/Semantics/OpenMP/
H A Domp-sections02.f907 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 Domp-parallel-sections01.f907 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 DObjectFile.cpp631 size_t section_count = section_list->GetNumSections(0); in GetLoadableData() local
632 for (size_t i = 0; i < section_count; ++i) { in GetLoadableData()