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