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

  /src/usr.bin/config/
gram.y 206 %type <str> atname
643 atname { $$ = new_n($1); }
644 | atlist ',' atname { $$ = new_nx($3, $1); }
648 atname: label
  /src/external/gpl3/binutils/dist/binutils/
nm.c 684 char *atname = NULL;
701 atname = xstrdup (name);
702 atname [atver - name] = 0;
703 name = atname;
737 free (atname);
681 char *atname = NULL; local
  /src/external/gpl3/binutils.old/dist/binutils/
nm.c 690 char *atname = NULL;
707 atname = xstrdup (name);
708 atname [atver - name] = 0;
709 name = atname;
743 free (atname);
687 char *atname = NULL; local
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-attribs.cc 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)
2928 tree atname = get_attribute_name (at); local
5865 tree atname = get_attribute_name (attr); local
5984 tree atname = get_attribute_name (attr); local
    [all...]
c-format.cc 81 static tree get_constant (const_tree fntype, const_tree atname, tree expr,
171 handle_format_arg_attribute (tree *node, tree atname,
179 if (tree val = get_constant (type, atname, *format_num_expr, 0, &format_num,
304 a function type FNTYPE declared with attribute ATNAME.
311 get_constant (const_tree fntype, const_tree atname, tree expr, int argno,
316 if (tree val = positional_argument (fntype, atname, expr, STRING_CST,
335 decode_format_attr (const_tree fntype, tree atname, tree args,
375 if (tree val = get_constant (fntype, atname, *format_num_expr,
381 if (tree val = get_constant (fntype, atname, *first_arg_num_expr,
1176 tree atname = get_identifier ("format")
1174 tree atname = get_identifier ("format"); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-attribs.cc 680 positional_argument (const_tree fn, const_tree atname, tree &pos,
696 "%qE attribute argument is invalid", atname);
699 "%qE attribute argument %i is invalid", atname, argno);
712 atname, postype);
716 atname, argno, postype);
728 atname, pos);
733 atname, argno, pos);
749 atname, pos);
754 atname, argno, pos);
782 atname, pos, nargs)
3251 tree atname = get_attribute_name (at); local
6293 tree atname = get_attribute_name (attr); local
6412 tree atname = get_attribute_name (attr); local
    [all...]
c-format.cc 81 static bool validate_constant (const_tree fn, const_tree atname, tree &expr,
171 handle_format_arg_attribute (tree *node, tree atname,
179 if (!validate_constant (type, atname, *format_num_expr, 0, &format_num, 0,
302 a function FN declared with attribute ATNAME. If valid, store the
309 validate_constant (const_tree fn, const_tree atname, tree &expr, int argno,
314 if (tree val = positional_argument (fn, atname, expr, STRING_CST,
334 decode_format_attr (const_tree fn, tree atname, tree args,
374 if (!validate_constant (fn, atname, *format_num_expr, 2, &info->format_num,
378 if (!validate_constant (fn, atname, *first_arg_num_expr, 3,
1187 tree atname = get_identifier ("format")
1185 tree atname = get_identifier ("format"); local
    [all...]

Completed in 36 milliseconds