Searched refs:bft (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Druntime.cc82 runtime_function_type(Runtime_function_type bft) argument
84 go_assert(bft < NUMBER_OF_RUNTIME_FUNCTION_TYPES);
86 if (runtime_function_types[bft] == NULL)
90 switch (bft)
197 runtime_function_types[bft] = t;
200 return runtime_function_types[bft];
206 convert_to_runtime_function_type(Runtime_function_type bft, Expression* e,
209 switch (bft)
231 Type* t = runtime_function_type(bft);
242 return Expression::make_unsafe_cast(runtime_function_type(bft),
[all...]
H A Dexpressions.cc9426 Btype* bft = fntype->get_backend_fntype(gogo); local
9427 bfn = gogo->backend()->convert_expression(bft, bfn, location);

Completed in 78 milliseconds