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

  /src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.h 96 compound_type *
489 class compound_type : public type class in namespace:gcc::jit::playback
492 compound_type (tree inner) function in class:gcc::jit::playback::compound_type
jit-recording.cc 1175 compound_type *ct = reinterpret_cast<compound_type *>(type);
1670 compound_type *st;
3489 /* The implementation of class gcc::jit::recording::compound_type */
3491 /* The constructor for gcc::jit::recording::compound_type. */
3493 recording::compound_type::compound_type (context *ctxt, function in class:gcc::jit::recording::compound_type
3510 recording::compound_type::set_fields (location *loc,
3522 recording::compound_type. */
3525 recording::compound_type::dereference (
    [all...]
jit-recording.h 369 auto_vec<compound_type *> m_compound_types;
971 compound_type * get_container () const { return m_container; }
972 void set_container (compound_type *c) { m_container = c; }
992 compound_type *m_container;
1021 class compound_type : public type class in namespace:gcc::jit::recording
1024 compound_type (context *ctxt,
1048 playback::compound_type *
1051 return static_cast <playback::compound_type *> (m_playback_obj);
1060 class struct_ : public compound_type
1087 fields (compound_type *struct_or_union
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.h 85 compound_type *
455 class compound_type : public type class in namespace:gcc::jit::playback
458 compound_type (tree inner) function in class:gcc::jit::playback::compound_type
jit-recording.cc 1162 compound_type *ct = reinterpret_cast<compound_type *>(type);
1657 compound_type *st;
3429 /* The implementation of class gcc::jit::recording::compound_type */
3431 /* The constructor for gcc::jit::recording::compound_type. */
3433 recording::compound_type::compound_type (context *ctxt, function in class:gcc::jit::recording::compound_type
3450 recording::compound_type::set_fields (location *loc,
3462 recording::compound_type. */
3465 recording::compound_type::dereference (
    [all...]
jit-recording.h 362 auto_vec<compound_type *> m_compound_types;
909 compound_type * get_container () const { return m_container; }
910 void set_container (compound_type *c) { m_container = c; }
930 compound_type *m_container;
959 class compound_type : public type class in namespace:gcc::jit::recording
962 compound_type (context *ctxt,
986 playback::compound_type *
989 return static_cast <playback::compound_type *> (m_playback_obj);
998 class struct_ : public compound_type
1025 fields (compound_type *struct_or_union
    [all...]

Completed in 41 milliseconds