Lines Matching defs:declare
631 // The best is still to declare C defined variables in a Fortran module file
1714 /// Will optionally create fir.declare.
1722 // In HLFIR, procedure dummy symbols are not added with an hlfir.declare
1723 // because they are "values", and hlfir.declare is intended for variables. It
1724 // would add too much complexity to hlfir.declare to support this case, and
1729 // query it. hlfir.declare need not be created for these.
1827 /// provided as a fir::ExtendedValue. Will optionally create fir.declare.
1843 // propagated to the hlfir.declare (these attributes can be added when
1855 hlfir::EntityWithAttributes declare = hlfir::genDeclare(
1857 symMap.addVariableDefinition(sym, declare.getIfVariableInterface(), force);
1864 /// specification expressions. Will optionally create fir.declare.
1900 /// evaluated specification expressions. Will optionally create fir.declare.