Searched refs:attr_id (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/legacy/binutils/binutils/
H A Dsysinfo.y50 %type <s> attr_desc attr_id attr_type
254 '(' attr_desc '(' attr_type attr_size ')' attr_id
377 attr_id: label
/haiku-buildtools/binutils/binutils/
H A Dsysinfo.y51 %type <s> attr_desc attr_id attr_type
249 '(' attr_desc '(' attr_type attr_size ')' attr_id
372 attr_id: label
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-lex.c349 tree attr_id
352 attr_name = build_tree_list (attr_ns, attr_id);
348 tree attr_id local
H A Dc-common.c6592 attribute_takes_identifier_p (const_tree attr_id)
6594 const struct attribute_spec *spec = lookup_attribute_spec (attr_id);
6604 return targetm.attribute_takes_identifier_p (attr_id);
6576 attribute_takes_identifier_p(const_tree attr_id) argument
/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c22409 tree attribute, attr_ns = NULL_TREE, attr_id = NULL_TREE, arguments;
22417 attr_id = token->u.value;
22419 attr_id = ridpointers[(int) token->keyword];
22421 attr_id = get_identifier (cpp_type2name (token->type, token->flags));
22423 if (attr_id == NULL_TREE)
22434 attr_ns = attr_id;
22438 attr_id = token->u.value;
22440 attr_id = ridpointers[(int) token->keyword];
22447 attribute = build_tree_list (build_tree_list (attr_ns, attr_id),
22453 attribute = build_tree_list (build_tree_list (NULL_TREE, attr_id),
22407 tree attribute, attr_ns = NULL_TREE, attr_id = NULL_TREE, arguments; local
[all...]
/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A Dtrans.c3914 unsigned char attr_id;
3944 attr_id = Get_Attribute_Id (Attribute_Name (gnat_parent));
3946 if (attr_id == Attr_Asm_Input || attr_id == Attr_Asm_Output)
3903 unsigned char attr_id; local
/haiku-buildtools/gcc/gcc/config/ia64/
H A Dia64.c699 ia64_attribute_takes_identifier_p (const_tree attr_id)
701 if (is_attribute_p ("model", attr_id))
704 if (is_attribute_p ("common_object", attr_id))
696 ia64_attribute_takes_identifier_p(const_tree attr_id) argument
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000.c28938 rs6000_attribute_takes_identifier_p (const_tree attr_id)
28940 return is_attribute_p ("altivec", attr_id);
28890 rs6000_attribute_takes_identifier_p(const_tree attr_id) argument
[all...]

Completed in 428 milliseconds