Searched refs:make_unsafe_cast (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Druntime.cc242 return Expression::make_unsafe_cast(runtime_function_type(bft), e, loc);
H A Dexpressions.h336 make_unsafe_cast(Type*, Expression*, Location);
H A Dexpressions.cc172 return Expression::make_unsafe_cast(lhs_type, rhs, location);
193 return Expression::make_unsafe_cast(lhs_type, rhs, location);
393 obj = Expression::make_unsafe_cast(Type::make_pointer_type(lhs_type), obj,
3407 return Expression::make_unsafe_cast(type, s2a, loc)->get_backend(context);
3633 Expression::make_unsafe_cast(Type* type, Expression* expr, function in class:Expression
7119 return Expression::make_unsafe_cast(type, call, loc);
8439 append = Expression::make_unsafe_cast(arg1->type(), append, location);
8737 first_arg = Expression::make_unsafe_cast(fatype, first_arg, loc);
9400 fn = Expression::make_unsafe_cast(pfntype, this->fn_, location);
10841 Expression::make_unsafe_cast(Typ
[all...]
H A Dtypes.cc5399 ref = Expression::make_unsafe_cast(pt, ref, bloc);
5404 ref = Expression::make_unsafe_cast(pt, ref, bloc);
5984 ref = Expression::make_unsafe_cast(pt, ref, bloc);
5989 ref = Expression::make_unsafe_cast(pt, ref, bloc);
7029 Expression::make_unsafe_cast(unsafeptr_type, type_descriptor, bloc);
H A Dstatements.cc1627 res = Expression::make_unsafe_cast(this->type_, res, loc);
4549 val = Expression::make_unsafe_cast(Type::lookup_integer_type("uint64"),

Completed in 288 milliseconds