about summary refs log tree commit diff stats
path: root/html/056shape_shifting_recipe.cc.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-05-08 10:25:00 -0700
committerKartik Agaram <vc@akkartik.com>2018-05-08 10:25:00 -0700
commit4bb57a55a0c828dfce12e80651bcc37711335e12 (patch)
treee6b8ebd71157de9d69b87cb47466df6548c2c264 /html/056shape_shifting_recipe.cc.html
parenta809b975108e638fe99a295ce20327e6749499e7 (diff)
downloadmu-4bb57a55a0c828dfce12e80651bcc37711335e12.tar.gz
4239
Diffstat (limited to 'html/056shape_shifting_recipe.cc.html')
-rw-r--r--html/056shape_shifting_recipe.cc.html25
1 files changed, 13 insertions, 12 deletions
diff --git a/html/056shape_shifting_recipe.cc.html b/html/056shape_shifting_recipe.cc.html
index 8c3afa7f..c6bbe840 100644
--- a/html/056shape_shifting_recipe.cc.html
+++ b/html/056shape_shifting_recipe.cc.html
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
 <title>Mu - 056shape_shifting_recipe.cc</title>
-<meta name="Generator" content="Vim/8.0">
+<meta name="Generator" content="Vim/7.4">
 <meta name="plugin-version" content="vim7.4_v2">
 <meta name="syntax" content="cpp">
 <meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy=">
@@ -15,20 +15,21 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color
 a { color:#eeeeee; text-decoration: none; }
 a:hover { text-decoration: underline; }
 * { font-size: 12pt; font-size: 1em; }
+.SalientComment { color: #00ffff; }
+.CommentedCode { color: #6c6c6c; }
+.muData { color: #ffff00; }
 .LineNr { color: #444444; }
 .Delimiter { color: #800080; }
 .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; }
-.SalientComment { color: #00ffff; }
-.CommentedCode { color: #6c6c6c; }
+.traceContains { color: #008000; }
+.cSpecial { color: #008000; }
 .muRecipe { color: #ff8700; }
+.Comment { color: #9090ff; }
+.Comment a { color:#0000ee; text-decoration:underline; }
 .Constant { color: #00a0a0; }
 .Special { color: #c00000; }
 .Identifier { color: #c0a020; }
-.traceContains { color: #008000; }
-.muData { color: #ffff00; }
-.Comment { color: #9090ff; }
-.Comment a { color:#0000ee; text-decoration:underline; }
-.cSpecial { color: #008000; }
+.PreProc { color: #800080; }
 -->
 </style>
 
@@ -270,7 +271,7 @@ if ('onhashchange' in window) {
 <span id="L205" class="LineNr"> 205 </span>  <span class="Identifier">return</span> contains_type_ingredient_name<span class="Delimiter">(</span>type<span class="Delimiter">-&gt;</span>left<span class="Delimiter">)</span> || contains_type_ingredient_name<span class="Delimiter">(</span>type<span class="Delimiter">-&gt;</span>right<span class="Delimiter">);</span>
 <span id="L206" class="LineNr"> 206 </span><span class="Delimiter">}</span>
 <span id="L207" class="LineNr"> 207 </span>
-<span id="L208" class="LineNr"> 208 </span><span class="Normal">int</span> number_of_concrete_type_names<span class="Delimiter">(</span><a href='001help.cc.html#L259'>unused</a> <span class="Normal">const</span> instruction&amp; inst<span class="Delimiter">,</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> r<span class="Delimiter">)</span> <span class="Delimiter">{</span>
+<span id="L208" class="LineNr"> 208 </span><span class="Normal">int</span> number_of_concrete_type_names<span class="Delimiter">(</span><a href='001help.cc.html#L259'>vestigial</a> <span class="Normal">const</span> instruction&amp; inst<span class="Delimiter">,</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> r<span class="Delimiter">)</span> <span class="Delimiter">{</span>
 <span id="L209" class="LineNr"> 209 </span>  <span class="Normal">const</span> recipe&amp; caller = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">);</span>
 <span id="L210" class="LineNr"> 210 </span>  <span class="Normal">int</span> result = <span class="Constant">0</span><span class="Delimiter">;</span>
 <span id="L211" class="LineNr"> 211 </span>  <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span>  i &lt; <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span>  ++i<span class="Delimiter">)</span>
@@ -288,7 +289,7 @@ if ('onhashchange' in window) {
 <span id="L223" class="LineNr"> 223 </span>       + number_of_concrete_type_names<span class="Delimiter">(</span>type<span class="Delimiter">-&gt;</span>right<span class="Delimiter">);</span>
 <span id="L224" class="LineNr"> 224 </span><span class="Delimiter">}</span>
 <span id="L225" class="LineNr"> 225 </span>
-<span id="L226" class="LineNr"> 226 </span><span class="Normal">int</span> number_of_type_ingredients<span class="Delimiter">(</span><a href='001help.cc.html#L259'>unused</a> <span class="Normal">const</span> instruction&amp; inst<span class="Delimiter">,</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> r<span class="Delimiter">)</span> <span class="Delimiter">{</span>
+<span id="L226" class="LineNr"> 226 </span><span class="Normal">int</span> number_of_type_ingredients<span class="Delimiter">(</span><a href='001help.cc.html#L259'>vestigial</a> <span class="Normal">const</span> instruction&amp; inst<span class="Delimiter">,</span> <a href='010vm.cc.html#L14'>recipe_ordinal</a> r<span class="Delimiter">)</span> <span class="Delimiter">{</span>
 <span id="L227" class="LineNr"> 227 </span>  <span class="Normal">const</span> recipe&amp; caller = get<span class="Delimiter">(</span>Recipe<span class="Delimiter">,</span> r<span class="Delimiter">);</span>
 <span id="L228" class="LineNr"> 228 </span>  <span class="Normal">int</span> result = <span class="Constant">0</span><span class="Delimiter">;</span>
 <span id="L229" class="LineNr"> 229 </span>  <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">0</span><span class="Delimiter">;</span>  i &lt; <a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span>caller<span class="Delimiter">.</span>ingredients<span class="Delimiter">);</span>  ++i<span class="Delimiter">)</span>
@@ -1122,7 +1123,7 @@ if ('onhashchange' in window) {
 <span id="L1057" class="LineNr">1057 </span>  local-scope
 <span id="L1058" class="LineNr">1058 </span>  <span class="Normal">x</span>:foo2<span class="Special"> &lt;- </span>merge <span class="Constant">34</span>
 <span id="L1059" class="LineNr">1059 </span>  <span class="Normal">y</span>:num<span class="Special"> &lt;- </span>get x<span class="Delimiter">,</span> z:offse  <span class="Comment"># typo in 'offset'</span>
-<span id="L1060" class="LineNr">1060 </span>  <span class="Comment"># define a variable with the same name 'z'</span>
+<span id="L1060" class="LineNr">1060 </span><span class="PreProc">  </span><span class="Comment"># define a variable with the same name 'z'</span>
 <span id="L1061" class="LineNr">1061 </span>  <span class="Normal">z</span>:num<span class="Special"> &lt;- </span>copy <span class="Constant">34</span>
 <span id="L1062" class="LineNr">1062 </span>  <span class="Comment"># trigger specialization of the shape-shifting recipe</span>
 <span id="L1063" class="LineNr">1063 </span>  foo z
@@ -1142,7 +1143,7 @@ if ('onhashchange' in window) {
 <span id="L1077" class="LineNr">1077 </span>  local-scope
 <span id="L1078" class="LineNr">1078 </span>  <span class="Normal">x</span>:foo2<span class="Special"> &lt;- </span>merge <span class="Constant">34</span>
 <span id="L1079" class="LineNr">1079 </span>  <span class="Normal">y</span>:num<span class="Special"> &lt;- </span>get x<span class="Delimiter">,</span> z:offse  <span class="Comment"># typo in 'offset'</span>
-<span id="L1080" class="LineNr">1080 </span>  <span class="Comment"># define a variable with the same name 'z'</span>
+<span id="L1080" class="LineNr">1080 </span><span class="PreProc">  </span><span class="Comment"># define a variable with the same name 'z'</span>
 <span id="L1081" class="LineNr">1081 </span>  <span class="Normal">z</span>:&amp;:num<span class="Special"> &lt;- </span>copy <span class="Constant">34</span>
 <span id="L1082" class="LineNr">1082 </span>  <span class="Comment"># trigger specialization of the shape-shifting recipe</span>
 <span id="L1083" class="LineNr">1083 </span>  foo *z