Home | History | Annotate | Download | only in demo

Lines Matching refs:href

22 my $CONTACT_ADDRESS = 'Questions or comments?  Email the <a href="http://lists.llvm.org/mailman/listinfo/llvm-dev">LLVM-dev mailing list</a>.';
102 $input =~ s@(_ZNSt8ios_base4Init[DC]1Ev)@<a href="../docs/FAQ.html#iosinit">$1</a>@g;
103 $input =~ s@\bundef\b@<a href="../docs/FAQ.html#undef">undef</a>@g;
169 print "Type your source code in below: (<a href='DemoInfo.html#hints'>hints and
200 ),' <a href="DemoInfo.html#lto">?</a><br>';
205 ), ' <a href="DemoInfo.html#stats">?</a><br>';
210 ),' <a href="DemoInfo.html#demangle">?</a><p>';
218 ),' <a href="DemoInfo.html#bcanalyzer">?</a><br>';
223 ), ' <a href="DemoInfo.html#llvm2cpp">?</a>';
231 front-end, please check the <a href='/docs/FAQ.html#cfe_code'>FAQ</a> and
232 the demo page <a href='DemoInfo.html#hints'>hints section</a>.