Searched refs:make_call (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Druntime.h35 make_call(Function, Location, int, ...);
H A Druntime.cc363 Runtime::make_call(Runtime::Function code, Location loc,
389 return Expression::make_call(func, args, false, loc);
H A Dstatements.cc284 Expression* call = Expression::make_call(func, params, false, loc);
1190 Expression* call = Runtime::make_call(Runtime::MAPACCESS2, loc, 4,
1336 Expression* call = Runtime::make_call(Runtime::MAPASSIGN2, loc, 4,
1466 Expression* call = Runtime::make_call(Runtime::CHANRECV2,
1602 call = Runtime::make_call((expr_is_empty
1645 return Runtime::make_call(code, loc, 2,
1668 Expression* call = Runtime::make_call(code, loc, 3, p1, this->expr_, p3);
2225 Call_expression* call = Expression::make_call(func, params, false, location);
2397 Expression* call = Runtime::make_call(Runtime::SET_DEFER_RETADDR,
2502 Call_expression* call = Expression::make_call(func_to_cal
[all...]
H A Dexpressions.cc335 Runtime::make_call(Runtime::ASSERT_INTERFACE, location, 2,
349 Runtime::make_call(Runtime::CONVERT_INTERFACE, location, 2,
381 Expression* check_iface = Runtime::make_call(Runtime::CHECK_INTERFACE_TYPE,
3370 Runtime::make_call(Runtime::INT_TO_STRING, loc, 1, this->expr_);
3390 return Runtime::make_call(code, loc, 2, valptr,
3406 Expression* s2a = Runtime::make_call(code, loc, 1, this->expr_);
5109 Expression* ret = Expression::make_call(func, args, false, loc);
5180 Expression* call = Runtime::make_call(Runtime::MEMCMP, loc, 3, a1, a2, len);
5703 Runtime::make_call(Runtime::STRING_PLUS, loc, 2,
5725 Runtime::make_call(complex_cod
9514 Expression::make_call(Expression* fn, Expression_list* args, bool is_varargs, function in class:Expression
[all...]
H A Dgogo.cc810 Expression* register_roots = Runtime::make_call(Runtime::REGISTER_GC_ROOTS,
3963 Call_expression* call = Expression::make_call(fn, args, false, location);
4109 Expression* call = Expression::make_call(fn, args, false, location);
4115 return Expression::make_call(fn, args, false, location);
4142 return Runtime::make_call(Runtime::RUNTIME_ERROR, location, 1, code_expr);
4275 return Runtime::make_call((use_new_pointers
5330 Expression* call = Runtime::make_call(Runtime::CHECK_DEFER, end_loc, 1,
5343 call = Runtime::make_call(Runtime::CHECK_DEFER, end_loc, 1,
5347 call = Runtime::make_call(Runtime::UNDEFER, end_loc, 1,
H A Dexpressions.h262 make_call(Expression* func, Expression_list* args, bool is_varargs,
H A Dtypes.cc1902 Expression* call = Expression::make_call(func, args, false, bloc);
5361 Expression* call = Expression::make_call(func, args, false, bloc);
5938 Expression* call = Expression::make_call(func, args, false, bloc);
9667 Call_expression* call = Expression::make_call(func, arguments, is_varargs,
H A Dparse.cc3203 return Expression::make_call(func, args, is_varargs, func->location());

Completed in 339 milliseconds