HomeSort by: relevance | last modified time | path
    Searched defs:not_a_constant (Results 1 - 2 of 2) sorted by relevancy

  /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;

Completed in 48 milliseconds