Lines Matching refs:param
162 my $source = $c->param('source');
314 my $uploaded_file_name = $c->param('uploaded_file');
323 $c->param( 'language', $language );
336 if ($c->param('source')) {
338 my $extension = $suffixes{ $c->param('language') };
358 if ( $c->param('showstats') );
365 if ( $c->param('showstats') );
371 if ( $c->param('showstats') && -s $timerFile ) {
377 if ( $c->param('linkopt') ) {
382 if ( $c->param('showstats') );
392 if ( $c->param('showstats') && -s $timerFile ) {
406 if ( $c->param('cxxdemangle') ) {
423 if ( $c->param('showbcanalysis') ) {
428 if ($c->param('showllvm2cpp') ) {
435 my $actualsrc = $c->param('source');
443 $lg = $c->param('language');
449 . ( $c->param('cxxdemangle') ? 1 : 0 )
451 . ( $c->param('linkopt') ? 1 : 0 ) . "\n\n"
453 . ( $c->param('showstats') ? 1 : 0 ) . "\n\n"