Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_const_expressions.cpp481 const bool is_long = ConsumeSuffix(&value_view, "l") || ConsumeSuffix(&value_view, "L"); in ParseIntegral() local
484 if (is_byte + is_long + is_unsigned_int + is_unsigned_long > 1) return false; in ParseIntegral()
520 (!is_long || is_unsigned_int) && in ParseIntegral()
559 } else if (is_long) { in ParseIntegral()