Sophie

Sophie

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

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/cgenvar.h Source File</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 class="header">
  <div class="headertitle">
<h1>/net/fileserver/nas/home/mdh/vrq/src/cgenvar.h</h1>  </div>
</div>
<div class="contents">
<a href="cgenvar_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*****************************************************************************</span>
<a name="l00002"></a>00002 <span class="comment"> * Copyright (C) 1997-2007, Mark Hummel</span>
<a name="l00003"></a>00003 <span class="comment"> * This file is part of Vrq.</span>
<a name="l00004"></a>00004 <span class="comment"> *</span>
<a name="l00005"></a>00005 <span class="comment"> * Vrq is free software; you can redistribute it and/or</span>
<a name="l00006"></a>00006 <span class="comment"> * modify it under the terms of the GNU General Public</span>
<a name="l00007"></a>00007 <span class="comment"> * License as published by the Free Software Foundation; either</span>
<a name="l00008"></a>00008 <span class="comment"> * version 2 of the License, or (at your option) any later version.</span>
<a name="l00009"></a>00009 <span class="comment"> *</span>
<a name="l00010"></a>00010 <span class="comment"> * Vrq is distributed in the hope that it will be useful,</span>
<a name="l00011"></a>00011 <span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00012"></a>00012 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span>
<a name="l00013"></a>00013 <span class="comment"> * General Public License for more details.</span>
<a name="l00014"></a>00014 <span class="comment"> *</span>
<a name="l00015"></a>00015 <span class="comment"> * You should have received a copy of the GNU General Public</span>
<a name="l00016"></a>00016 <span class="comment"> * License along with this library; if not, write to the Free Software</span>
<a name="l00017"></a>00017 <span class="comment"> * Foundation, Inc., 51 Franklin Street, Fifth Floor, </span>
<a name="l00018"></a>00018 <span class="comment"> * Boston, MA  02110-1301  USA</span>
<a name="l00019"></a>00019 <span class="comment"> *****************************************************************************</span>
<a name="l00020"></a>00020 <span class="comment"> */</span>
<a name="l00021"></a>00021 <span class="comment">/******************************************************************************</span>
<a name="l00022"></a>00022 <span class="comment"> *</span>
<a name="l00023"></a>00023 <span class="comment"> *</span>
<a name="l00024"></a>00024 <span class="comment"> *         cgenvar.h</span>
<a name="l00025"></a>00025 <span class="comment"> *              - class definition of genvar </span>
<a name="l00026"></a>00026 <span class="comment"> *                variables</span>
<a name="l00027"></a>00027 <span class="comment"> *</span>
<a name="l00028"></a>00028 <span class="comment"> ******************************************************************************</span>
<a name="l00029"></a>00029 <span class="comment"> */</span>
<a name="l00030"></a>00030 
<a name="l00031"></a>00031 <span class="preprocessor">#ifndef CGENVAR_H</span>
<a name="l00032"></a>00032 <span class="preprocessor"></span><span class="preprocessor">#define CGENVAR_H</span>
<a name="l00033"></a>00033 <span class="preprocessor"></span>
<a name="l00034"></a>00034 <span class="preprocessor">#include &lt;stdio.h&gt;</span>
<a name="l00035"></a>00035 <span class="preprocessor">#include &quot;<a class="code" href="glue_8h.html">glue.h</a>&quot;</span>
<a name="l00036"></a>00036 <span class="preprocessor">#include &quot;<a class="code" href="cnode_8h.html">cnode.h</a>&quot;</span>
<a name="l00037"></a>00037 <span class="preprocessor">#include &quot;<a class="code" href="cdecl_8h.html">cdecl.h</a>&quot;</span>
<a name="l00038"></a>00038 
<a name="l00039"></a>00039 
<a name="l00040"></a>00040 <span class="keyword">class </span><a class="code" href="classCNode.html" title="Primary data structure representing parse tree nodes.">CNode</a>;
<a name="l00041"></a>00041 
<a name="l00042"></a>00042 
<a name="l00046"></a><a class="code" href="classCGenvar.html">00046</a> <span class="keyword">class </span><a class="code" href="classCGenvar.html" title="Declaration object for genvars.">CGenvar</a>: <span class="keyword">public</span> <a class="code" href="classCDecl.html" title="Base class for describing declaration objects.">CDecl</a>
<a name="l00047"></a>00047 {
<a name="l00048"></a>00048 <span class="keyword">public</span>:
<a name="l00054"></a>00054         <a class="code" href="classCGenvar.html#ad8a10edc35b91bdd6f137507e0b5338b" title="Create a genvar declaration.">CGenvar</a>( <a class="code" href="classCSymbol.html" title="Holder for character strings.">CSymbol</a>* symbol, <a class="code" href="structCoord__t.html" title="Structure to hold file coordinates.">Coord_t</a>* aLoc );
<a name="l00060"></a>00060         <span class="keyword">virtual</span> <a class="code" href="classCDecl.html" title="Base class for describing declaration objects.">CDecl</a>* <a class="code" href="classCGenvar.html#a76b0d570fa200fbb452b87574ddc7458" title="Create a clone of this declaration.">Clone</a>( <a class="code" href="classCObstack.html" title="Bulk object allocation object.">CObstack</a>* heap );
<a name="l00065"></a><a class="code" href="classCGenvar.html#a1cc2272f9daf45b317f6194df0db8cdd">00065</a>         <span class="keyword">virtual</span> <a class="code" href="cdatatype_8h.html#aff499c00c9873bf3fcf1c46bf2652790" title="Expression node type.">NodeType_t</a> <a class="code" href="classCGenvar.html#a1cc2272f9daf45b317f6194df0db8cdd" title="Get node type of declaration.">GetNodeType</a>( <span class="keywordtype">void</span> ) { <span class="keywordflow">return</span> eS; }
<a name="l00070"></a><a class="code" href="classCGenvar.html#ae3b5b8c5627c2509f5699f73eed28a15">00070</a>         <span class="keyword">virtual</span> <a class="code" href="glue_8h.html#a0cb58e7e6f0bad369840a52e54a56ae0" title="Short cut for signed 32 bit integer.">INT32</a> <a class="code" href="classCGenvar.html#ae3b5b8c5627c2509f5699f73eed28a15" title="Get width of declaration.">GetWidth</a>( <span class="keywordtype">void</span> ) { <span class="keywordflow">return</span> 32; }
<a name="l00075"></a><a class="code" href="classCGenvar.html#ab2592358ada9ac001180e62d3fce2c80">00075</a>         <span class="keyword">virtual</span> <span class="keywordtype">int</span> <a class="code" href="classCGenvar.html#ab2592358ada9ac001180e62d3fce2c80" title="Determine if width is evaluateable.">IsWidthEvaluateable</a>() { <span class="keywordflow">return</span> TRUE; }
<a name="l00081"></a><a class="code" href="classCGenvar.html#a8f7575d0f0f9fefbe2fdeae1dc150b97">00081</a>         <span class="keyword">virtual</span> <span class="keywordtype">int</span>  <a class="code" href="classCGenvar.html#a8f7575d0f0f9fefbe2fdeae1dc150b97" title="Determine if packed width of declaration is constant, ie dependent upon only constants and parameters...">IsWidthConstant</a>( <span class="keywordtype">void</span> ) { <span class="keywordflow">return</span> TRUE; }
<a name="l00087"></a><a class="code" href="classCGenvar.html#aeedcaf55be2c7d700e50088ff2705679">00087</a>         <span class="keyword">virtual</span> <span class="keywordtype">int</span>  <a class="code" href="classCGenvar.html#aeedcaf55be2c7d700e50088ff2705679" title="Determine if packed width of declaration is volatile, ie depend upon parameters or variables...">IsWidthVolatile</a>( <span class="keywordtype">void</span> ) { <span class="keywordflow">return</span> FALSE; }
<a name="l00092"></a><a class="code" href="classCGenvar.html#a7625c70d60e369a1755d082b18eebc1a">00092</a>         <span class="keyword">virtual</span> <a class="code" href="classCNode.html" title="Primary data structure representing parse tree nodes.">CNode</a>* <a class="code" href="classCGenvar.html#a7625c70d60e369a1755d082b18eebc1a" title="Get expression representing genvar width.">GetWidthExp</a>() { <span class="keywordflow">return</span> <a class="code" href="group__node__constructors.html#ga63fd75b2bd53df304201c6eb0bccc10c" title="Short cut for creating VCONSTANT node with a given integer value.">cINT32</a>(<a class="code" href="classCGenvar.html#ae3b5b8c5627c2509f5699f73eed28a15" title="Get width of declaration.">GetWidth</a>()); }
<a name="l00097"></a>00097         <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classCGenvar.html#a3ba98480e274e265b7f33f4b57982d7c" title="Dump genvar info to file descriptor.">Dump</a>( FILE* f );
<a name="l00098"></a>00098 <span class="keyword">protected</span>:
<a name="l00104"></a><a class="code" href="classCGenvar.html#a4149302d8d69a21058b47425a6abf352">00104</a>         <span class="keywordtype">void</span> <a class="code" href="classCGenvar.html#a4149302d8d69a21058b47425a6abf352" title="Deep copy of declaration.">Copy</a>( <a class="code" href="classCObstack.html" title="Bulk object allocation object.">CObstack</a>* heap, <a class="code" href="classCGenvar.html" title="Declaration object for genvars.">CGenvar</a>&amp; d ) {};
<a name="l00105"></a>00105 <span class="keyword">private</span>:
<a name="l00106"></a>00106         <span class="comment">/*</span>
<a name="l00107"></a>00107 <span class="comment">         * disable copy constructor</span>
<a name="l00108"></a>00108 <span class="comment">         */</span>
<a name="l00109"></a>00109         <a class="code" href="classCGenvar.html#ad8a10edc35b91bdd6f137507e0b5338b" title="Create a genvar declaration.">CGenvar</a>( <span class="keyword">const</span> <a class="code" href="classCGenvar.html" title="Declaration object for genvars.">CGenvar</a>&amp; );
<a name="l00110"></a>00110 };
<a name="l00111"></a>00111 
<a name="l00112"></a>00112 <span class="preprocessor">#endif // CGENVAR_H</span>
</pre></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>