Searched refs:integralType (Results 1 – 3 of 3) sorted by relevance
66 static Type integralType(const std::string& integer);
32 Expression::Type Expression::integralType(const std::string& integer) { in integralType() function in android::Expression
473 | INTEGRAL_VALUE { $$ = Expression::atom(Expression::integralType($1), $1); }