Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > ffa1e6f5ad04360808fe8840fe3ba036 > files > 244

vrq-devel-1.0.88-1.fc14.i686.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>vrq: /net/fileserver/nas/home/mdh/vrq/src/compile.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
  <table border="0" cellspacing="0" cellpadding="0" width="100%">
   <tr>
    <td width="180"><a href="index.html"><img src="vrq.png" width="150" height="100" border="0" alt="vrq"></a></td>
    <td background="top_bg.png" align="right" width="100%">
      <img src="glyth.png" width="500" height="100" border="0" alt="">
    </td>
   </tr>
   <tr>
    <td background="#FFFFFF" align="right" width="50" height="4"></td>
   </tr>
  </table>
</head><body>
<!-- Generated by Doxygen 1.7.1 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#func-members">Functions</a>  </div>
  <div class="headertitle">
<h1>/net/fileserver/nas/home/mdh/vrq/src/compile.h File Reference</h1>  </div>
</div>
<div class="contents">

<p><a href="compile_8h_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="func-members"></a>
Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__node__utilities.html#gafda85ac47eeb4208e7b83d34c9f5baa4">AnalyseModules</a> (<a class="el" href="classCNode.html">CNode</a> *<a class="el" href="main_8cc.html#a57cc0ab02c357184bcc6aec7b703933d">codeList</a>, set&lt; <a class="el" href="classCModule.html">CModule</a> * &gt; &amp;allModules, set&lt; <a class="el" href="classCModule.html">CModule</a> * &gt; &amp;topLevelModules, set&lt; <a class="el" href="classCModule.html">CModule</a> * &gt; &amp;leafModules, set&lt; <a class="el" href="classCModule.html">CModule</a> * &gt; &amp;undefinedModules, map&lt; <a class="el" href="classCModule.html">CModule</a> *, <a class="el" href="classCNode.html">CNode</a> * &gt; &amp;module2Comments)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Analyse module declarations in parse tree.  <a href="group__node__utilities.html#gafda85ac47eeb4208e7b83d34c9f5baa4"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="compile_8h.html#ac75221321d9db24c8c8ca4abc80cf2ea">ResolveReference</a> (<a class="el" href="classCNode.html">CNode</a> *ref, <a class="el" href="classCDataType.html">CDataType</a> *&amp;dataType, vector&lt; <a class="el" href="classCNode.html">CNode</a> * &gt; &amp;unpackedDimensions, vector&lt; <a class="el" href="classCNode.html">CNode</a> * &gt; &amp;packedDimensions, vector&lt; <a class="el" href="classCNode.html">CNode</a> * &gt; &amp;residualPackedIndices)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Get datatype info for array, structure and variable references.  <a href="#ac75221321d9db24c8c8ca4abc80cf2ea"></a><br/></td></tr>
</table>
<hr/><h2>Function Documentation</h2>
<a class="anchor" id="ac75221321d9db24c8c8ca4abc80cf2ea"></a><!-- doxytag: member="compile.h::ResolveReference" ref="ac75221321d9db24c8c8ca4abc80cf2ea" args="(CNode *ref, CDataType *&amp;dataType, vector&lt; CNode * &gt; &amp;unpackedDimensions, vector&lt; CNode * &gt; &amp;packedDimensions, vector&lt; CNode * &gt; &amp;residualPackedIndices)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int ResolveReference </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classCNode.html">CNode</a> *&nbsp;</td>
          <td class="paramname"> <em>ref</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classCDataType.html">CDataType</a> *&amp;&nbsp;</td>
          <td class="paramname"> <em>dataType</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">vector&lt; <a class="el" href="classCNode.html">CNode</a> * &gt; &amp;&nbsp;</td>
          <td class="paramname"> <em>unpackedDimensions</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">vector&lt; <a class="el" href="classCNode.html">CNode</a> * &gt; &amp;&nbsp;</td>
          <td class="paramname"> <em>packedDimensions</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">vector&lt; <a class="el" href="classCNode.html">CNode</a> * &gt; &amp;&nbsp;</td>
          <td class="paramname"> <em>residualPackedIndices</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Get datatype info for array, structure and variable references. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>ref</em>&nbsp;</td><td>reference to a decl/array/member node </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>dataType</em>&nbsp;</td><td>resolved base data type </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>unpackedDimensions</em>&nbsp;</td><td>list of unresolved unpacked dimensions </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>packedDimensions</em>&nbsp;</td><td>list of unresolved packed dimensions </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>residualPackedIndices</em>&nbsp;</td><td>list of unresolved packed indices </td></tr>
  </table>
  </dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>-1 if reference is valid but unresolvable 0 if reference is invalid 1 if reference is valid and was resolved </dd></dl>

</div>
</div>
</div>
<hr class="footer"/><address class="footer"><small>Generated by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.1 </small></address>
</body>
</html>