Searched refs:is_long (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dglsl_lexer.cpp1541 bool is_long = (text[len - 1] == 'l' || text[len - 1] == 'L'); local in function:literal_integer
1544 if (is_long)
1553 if (is_long)
1558 if (is_long && !is_uint && base == 10 && value > (uint64_t)LLONG_MAX + 1) {
1563 } else if (!is_long && value > UINT_MAX) {
1581 if (is_long)
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dglsl_lexer.cpp1564 bool is_long = (text[len - 1] == 'l' || text[len - 1] == 'L'); local in function:literal_integer
1567 if (is_long)
1576 if (is_long)
1581 if (is_long && !is_uint && base == 10 && value > (uint64_t)LLONG_MAX + 1) {
1586 } else if (!is_long && value > UINT_MAX) {
1604 if (is_long)

Completed in 11 milliseconds