Home | Sort by: relevance | last modified time | path |
/src/tests/usr.bin/xlint/lint1/ | |
msg_177.c | 10 static const int not_a_constant = 13; variable in typeref:typename:const int 13 const int var = not_a_constant; |
msg_132.c | 194 const int not_a_constant = 8; local in function:non_constant_expression 196 return not_a_constant * 8ULL; |