Home
last modified time | relevance | path

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

/system/tools/hidl/
DConstantExpression.cpp203 bool isLong = false, isUnsigned = false; in tryParse() local
211 isLong |= (*rbegin == 'l' || *rbegin == 'L'); in tryParse()
226 if(isLong) { in tryParse()