Home
last modified time | relevance | path

Searched defs:commonBlocks (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dscope.h185 mapType &commonBlocks() { return commonBlocks_; } in commonBlocks() function
186 const mapType &commonBlocks() const { return commonBlocks_; } in commonBlocks() function
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertVariable.cpp1021 const Fortran::semantics::CommonBlockList &commonBlocks) { in defineCommonBlocks()
H A DBridge.cpp2902 lowerCommonBlocks(const Fortran::semantics::CommonBlockList &commonBlocks) { in lowerCommonBlocks()