Searched refs:ASTIntLiteral (Results 1 – 6 of 6) sorted by relevance
19 struct ASTIntLiteral : public ASTExpression { struct20 ASTIntLiteral(int offset, uint64_t value) in ASTIntLiteral() function
19 struct ASTIntLiteral : public ASTExpression { struct20 ASTIntLiteral(int offset, uint64_t value) in ASTIntLiteral() argument
503 uint64_t columns = ((ASTIntLiteral&) *var.fSizes[i]).fValue; in structDeclaration()1931 result.reset(new ASTIntLiteral(t.fOffset, i)); in term()
995 ((ASTIntLiteral&) expr).fValue)); in convertExpression()1882 int64_t size = ((const ASTIntLiteral&) index).fValue; in convertIndex()
504 uint64_t columns = ((ASTIntLiteral&) *var.fSizes[i]).fValue; in structDeclaration()1922 result.reset(new ASTIntLiteral(t.fOffset, i)); in term()
1030 ((ASTIntLiteral&) expr).fValue)); in convertExpression()1932 int64_t size = ((const ASTIntLiteral&) index).fValue; in convertIndex()