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

/haiku-buildtools/gcc/gcc/jit/
H A Djit-playback.c261 tree t = build_array_type_nelts (element_type->as_tree (),
284 get_identifier (name), type->as_tree ());
318 tree t = as_tree ();
324 DECL_CONTEXT (f->as_tree ()) = t;
325 fieldlist = chainon (f->as_tree (), fieldlist);
348 arg_types[i] = param_type->as_tree ();
353 build_varargs_function_type_array (return_type->as_tree (),
357 fn_type = build_function_type_array (return_type->as_tree (),
376 get_identifier (name), type->as_tree ());
403 arg_types[i] = TREE_TYPE (param->as_tree ());
[all...]
H A Djit-playback.h358 tree as_tree () const { return m_inner; } function in class:gcc::jit::playback::type
393 tree as_tree () const { return m_inner; } function in class:gcc::jit::playback::field
544 tree as_tree () const { return m_inner; } function in class:gcc::jit::playback::rvalue

Completed in 91 milliseconds