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

  /src/external/gpl3/gcc/dist/libcpp/include/
symtab.h 23 #ifndef GTY
24 #define GTY(x) /* nothing */
31 struct GTY(()) ht_identifier {
32 /* We know the 'len'gth of the 'str'ing; use it in the GTY markup. */
33 const unsigned char * GTY((string_length ("1 + %h.len"))) str;
line-map.h 27 #ifndef GTY
28 #define GTY(x) /* nothing */
322 struct GTY(()) source_range
385 /* This contains GTY mark-up to support precompiled headers.
387 struct GTY((tag ("0"), desc ("MAP_ORDINARY_P (&%h) ? 1 : 2"))) line_map {
405 struct GTY((tag ("1"))) line_map_ordinary : public line_map {
463 struct GTY((tag ("2"))) line_map_macro : public line_map {
482 GTY ((nested_ptr (union tree_node,
540 location_t * GTY((atomic)) macro_locations;
724 struct GTY(()) maps_info_ordinary
    [all...]
  /src/external/gpl3/gcc.old/dist/libcpp/include/
symtab.h 23 #ifndef GTY
24 #define GTY(x) /* nothing */
31 struct GTY(()) ht_identifier {
line-map.h 25 #ifndef GTY
26 #define GTY(x) /* nothing */
320 struct GTY(()) source_range
383 /* This contains GTY mark-up to support precompiled headers.
385 struct GTY((tag ("0"), desc ("MAP_ORDINARY_P (&%h) ? 1 : 2"))) line_map {
403 struct GTY((tag ("1"))) line_map_ordinary : public line_map {
461 struct GTY((tag ("2"))) line_map_macro : public line_map {
471 GTY ((nested_ptr (union tree_node,
529 location_t * GTY((atomic)) macro_locations;
721 struct GTY(()) maps_info_ordinary
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
coretypes.h 40 #ifndef GTY
41 #define GTY(x) /* nothing - marker for gengtype */
ctfc.h 53 typedef struct GTY ((chain_next ("%h.cts_next"))) ctf_string
61 typedef struct GTY (()) ctf_strtable
73 typedef struct GTY (()) ctf_encoding
82 typedef struct GTY (()) ctf_arinfo
91 typedef struct GTY (()) ctf_funcinfo
98 typedef struct GTY (()) ctf_sliceinfo
106 ctf_type_t type node in <ctf.h> except the GTY (()) tags. */
108 typedef struct GTY (()) ctf_itype
112 union GTY ((desc ("0")))
114 uint32_t GTY ((tag ("0"))) _size;/* Size of entire type in bytes. *
    [all...]
dwarf2out.h 50 typedef union GTY(()) {
51 unsigned int GTY ((tag ("dw_cfi_oprnd_reg_num"))) dw_cfi_reg_num;
52 HOST_WIDE_INT GTY ((tag ("dw_cfi_oprnd_offset"))) dw_cfi_offset;
53 const char * GTY ((tag ("dw_cfi_oprnd_addr"))) dw_cfi_addr;
54 struct dw_loc_descr_node * GTY ((tag ("dw_cfi_oprnd_loc"))) dw_cfi_loc;
55 struct dw_cfa_location * GTY ((tag ("dw_cfi_oprnd_cfa_loc")))
59 struct GTY(()) dw_cfi_node {
61 dw_cfi_oprnd GTY ((desc ("dw_cfi_oprnd1_desc (%1.dw_cfi_opc)")))
63 dw_cfi_oprnd GTY ((desc ("dw_cfi_oprnd2_desc (%1.dw_cfi_opc)")))
78 struct GTY(()) dw_fde_node
    [all...]
gimple.h 224 struct GTY((desc ("gimple_statement_structure (&%h)"), tag ("GSS_BASE"),
288 gimple *GTY((skip)) prev;
295 struct GTY(())
305 struct use_optype_d GTY((skip (""))) *use_ops;
311 struct GTY((tag("GSS_WITH_OPS")))
320 tree GTY((length ("%h.num_ops"))) op[1];
326 struct GTY((tag("GSS_WITH_MEM_OPS_BASE")))
334 tree GTY((skip (""))) vdef;
335 tree GTY((skip (""))) vuse;
341 struct GTY((tag("GSS_WITH_MEM_OPS"))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
coretypes.h 40 #ifndef GTY
41 #define GTY(x) /* nothing - marker for gengtype */
ctfc.h 53 typedef struct GTY ((chain_next ("%h.cts_next"))) ctf_string
61 typedef struct GTY (()) ctf_strtable
73 typedef struct GTY (()) ctf_encoding
82 typedef struct GTY (()) ctf_arinfo
91 typedef struct GTY (()) ctf_funcinfo
98 typedef struct GTY (()) ctf_sliceinfo
106 ctf_type_t type node in <ctf.h> except the GTY (()) tags. */
108 typedef struct GTY (()) ctf_itype
112 union GTY ((desc ("0")))
114 uint32_t GTY ((tag ("0"))) _size;/* Size of entire type in bytes. *
    [all...]
dwarf2out.h 50 typedef union GTY(()) {
51 unsigned int GTY ((tag ("dw_cfi_oprnd_reg_num"))) dw_cfi_reg_num;
52 HOST_WIDE_INT GTY ((tag ("dw_cfi_oprnd_offset"))) dw_cfi_offset;
53 const char * GTY ((tag ("dw_cfi_oprnd_addr"))) dw_cfi_addr;
54 struct dw_loc_descr_node * GTY ((tag ("dw_cfi_oprnd_loc"))) dw_cfi_loc;
55 struct dw_cfa_location * GTY ((tag ("dw_cfi_oprnd_cfa_loc")))
59 struct GTY(()) dw_cfi_node {
61 dw_cfi_oprnd GTY ((desc ("dw_cfi_oprnd1_desc (%1.dw_cfi_opc)")))
63 dw_cfi_oprnd GTY ((desc ("dw_cfi_oprnd2_desc (%1.dw_cfi_opc)")))
78 struct GTY(()) dw_fde_node
    [all...]
gimple.h 222 struct GTY((desc ("gimple_statement_structure (&%h)"), tag ("GSS_BASE"),
286 gimple *GTY((skip)) prev;
293 struct GTY(())
303 struct use_optype_d GTY((skip (""))) *use_ops;
309 struct GTY((tag("GSS_WITH_OPS")))
318 tree GTY((length ("%h.num_ops"))) op[1];
324 struct GTY((tag("GSS_WITH_MEM_OPS_BASE")))
332 tree GTY((skip (""))) vdef;
333 tree GTY((skip (""))) vuse;
339 struct GTY((tag("GSS_WITH_MEM_OPS"))
    [all...]
  /src/external/gpl3/gcc/dist/contrib/
paranoia.cc 150 #define GTY(x)
  /src/external/gpl3/gcc.old/dist/contrib/
paranoia.cc 150 #define GTY(x)
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 124 static GTY(()) struct stmt_tree_s c_stmt_tree;
131 static GTY(()) tree visible_builtins;
204 struct GTY((chain_next ("%h.prev"))) c_binding {
205 union GTY(()) { /* first so GTY desc can use decl */
206 tree GTY((tag ("0"))) type; /* the type in this scope */
207 struct c_label_vars * GTY((tag ("1"))) label; /* for warnings */
208 } GTY((desc ("TREE_CODE (%0.decl) == LABEL_DECL"))) u;
229 struct GTY(()) lang_identifier {
331 struct GTY (()) c_tree_token_vec
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 123 static GTY(()) struct stmt_tree_s c_stmt_tree;
130 static GTY(()) tree visible_builtins;
198 struct GTY((chain_next ("%h.prev"))) c_binding {
199 union GTY(()) { /* first so GTY desc can use decl */
200 tree GTY((tag ("0"))) type; /* the type in this scope */
201 struct c_label_vars * GTY((tag ("1"))) label; /* for warnings */
202 } GTY((desc ("TREE_CODE (%0.decl) == LABEL_DECL"))) u;
223 struct GTY(()) lang_identifier {
326 union GTY((desc ("TREE_CODE (&%h.generic) == IDENTIFIER_NODE")
    [all...]

Completed in 67 milliseconds