Lines Matching defs:atname
605 positional_argument (const_tree fntype, const_tree atname, tree pos,
619 "%qE attribute argument is invalid", atname);
622 "%qE attribute argument %i is invalid", atname, argno);
635 atname, postype);
639 atname, argno, postype);
651 atname, pos);
656 atname, argno, pos);
672 atname, pos);
677 atname, argno, pos);
700 atname, pos, nargs);
705 atname, argno, pos, nargs);
726 atname, pos);
730 atname, argno, pos);
757 atname, pos, argtype);
761 atname, argno, pos, argtype);
770 atname, pos, argtype);
775 atname, argno, pos, argtype);
785 atname, pos);
790 atname, argno, pos);
2928 tree atname = get_attribute_name (at);
2929 if (is_attribute_p ("alias", atname)
2930 || is_attribute_p ("always_inline", atname)
2931 || is_attribute_p ("gnu_inline", atname)
2932 || is_attribute_p ("ifunc", atname)
2933 || is_attribute_p ("noinline", atname)
2934 || is_attribute_p ("visibility", atname)
2935 || is_attribute_p ("weak", atname)
2936 || is_attribute_p ("weakref", atname)
2937 || is_attribute_p ("target_clones", atname))
2943 && is_attribute_p ("leaf", atname))
2949 tree attr = tree_cons (atname, copy_list (atargs), NULL_TREE);
4262 ATNAME with ARGS, when non-null, can be applied, if one exists.
4270 type_valid_for_vector_size (tree type, tree atname, tree args,
4288 error ("invalid vector type for attribute %qE", atname);
4291 atname);
4313 atname, size);
4317 atname, size);
4326 atname, size);
4330 atname, size);
4343 atname, size, maxsize);
4347 atname, size, maxsize);
5865 tree atname = get_attribute_name (attr);
5866 if (!lookup_attribute_spec (atname))
5869 error_at (atloc, "unknown attribute %qE", atname);
5878 const char *atstr = IDENTIFIER_POINTER (atname);
5906 return type_valid_for_vector_size (type, atname, args, NULL);
5984 tree atname = get_attribute_name (attr);
5985 const char *namestr = IDENTIFIER_POINTER (atname);