Lines Matching refs:Constant
541 our $Constant = qr{$Float|$Binary|$Octal|$Hex|$Int};
1072 our $FuncArg = qr{$Typecast{0,1}($LvalOrFunc|$Constant|$String)};
2200 } elsif ($cur =~ /^($Ident|$Constant)/o) {
5593 $line =~ /^\+(.*)\b($Constant|[A-Z_][A-Z0-9_]*)\s*($Compare)\s*($LvalOrFunc)/) {
5817 while ($line =~ m{($Constant|$Lval)}g) {
5821 if ($var !~ /^$Constant$/ &&
5959 $dstat !~ /^(?:$Ident|-?$Constant),$/ && # 10, // foo(),
5960 $dstat !~ /^(?:$Ident|-?$Constant);$/ && # foo();
5961 …$dstat !~ /^[!~-]?(?:$Lval|$Constant)$/ && # 10 // foo() // !foo // ~foo // -foo // foo->bar // f…
5965 $dstat !~ /^(?:\#\s*$Ident|\#\s*$Constant)\s*$/ && # stringification #foo
5967 …$dstat !~ /^do\s*$Constant\s*while\s*$Constant;?$/ && # do {...} while (...); // do {...} while (.…
5968 $dstat !~ /^while\s*$Constant\s*$Constant\s*$/ && # while (...) {...}
5969 $dstat !~ /^for\s*$Constant$/ && # for (...)
5970 $dstat !~ /^for\s*$Constant\s+(?:$Ident|-?$Constant)$/ && # for (...) bar()
6816 if ($line =~ /(\(\s*$C90_int_types\s*\)\s*)($Constant)\b/) {
7227 !($r1 =~ /^$Constant$/ || $r1 =~ /^[A-Z_][A-Z0-9_]*$/)) {