Searched refs:make_integer_z (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.h224 make_integer_z(const mpz_t*, Type*, Location);
H A Dexpressions.cc517 Expression* max = Expression::make_integer_z(&maxval, val_type, loc);
1829 return Expression::make_integer_z(&this->val_, this->type_,
2055 ret = Expression::make_integer_z(&val, NULL, imp->location());
2088 Expression::make_integer_z(const mpz_t* val, Type* type, Location location) function in class:Expression
2100 Expression* ret = Expression::make_integer_z(&zval, type, location);
2112 Expression* ret = Expression::make_integer_z(&zval, type, location);
2154 Expression* ret = Expression::make_integer_z(&zval, type, location);
8346 Expression::make_integer_z(&ival, uintptr_type, location);
15909 return Expression::make_integer_z(&this->u_.int_val, this->type_, loc);
H A Dstatements.cc3515 e = Expression::make_integer_z(&ival, nc.type(), e->location());
H A Dparse.cc2512 ret = Expression::make_integer_z(token->integer_value(), NULL,

Completed in 217 milliseconds