HomeSort by: relevance | last modified time | path
    Searched defs:as_tree (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.h 434 tree as_tree () const { return m_inner; } function in class:gcc::jit::playback::type
472 tree as_tree () const { return m_inner; } function in class:gcc::jit::playback::field
658 tree as_tree () const { return m_inner; } function in class:gcc::jit::playback::rvalue
701 set_decl_tls_model (as_tree (), tls_model);
707 set_decl_section_name (as_tree (), name);
713 set_user_assembler_name (as_tree (), reg_name);
714 DECL_REGISTER (as_tree ()) = 1;
715 DECL_HARD_REGISTER (as_tree ()) = 1;
721 SET_DECL_ALIGN (as_tree (), alignment * BITS_PER_UNIT);
722 DECL_USER_ALIGN (as_tree ()) = 1
    [all...]
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.h 463 tree as_tree () const { return m_inner; } function in class:gcc::jit::playback::type
506 tree as_tree () const { return m_inner; } function in class:gcc::jit::playback::field
694 tree as_tree () const { return m_inner; } function in class:gcc::jit::playback::rvalue
737 set_decl_tls_model (as_tree (), tls_model);
743 set_decl_section_name (as_tree (), name);
749 set_user_assembler_name (as_tree (), reg_name);
750 DECL_REGISTER (as_tree ()) = 1;
751 DECL_HARD_REGISTER (as_tree ()) = 1;
757 SET_DECL_ALIGN (as_tree (), alignment * BITS_PER_UNIT);
758 DECL_USER_ALIGN (as_tree ()) = 1
    [all...]

Completed in 46 milliseconds