Searched refs:make_complex (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.h249 make_complex(const mpc_t*, Type*, Location);
H A Dexpressions.cc2033 Expression* ret = Expression::make_complex(&cval, NULL, imp->location());
2398 return Expression::make_complex(&this->val_, this->type_,
2525 Expression::make_complex(const mpc_t* val, Type* type, Location location) function in class:Expression
15915 return Expression::make_complex(&this->u_.complex_val, this->type_, loc);
H A Dparse.cc2531 ret = Expression::make_complex(&val, NULL, token->location());

Completed in 116 milliseconds