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

  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-attribs.cc 4598 described by the human-readable string ATTRSTR, for type T, to one in
4600 parameters described by ATTRSTR.
4605 append_access_attr (tree node[3], tree attrs, const char *attrstr,
4652 if (!attrstr)
4660 attrstr = TREE_STRING_POINTER (str);
4680 attrstr, cura->mode_names[cura->mode])
4697 && attrstr
4730 "%u", attrstr, cura->sizarg + 1);
4736 attrstr);
4743 attrstr, cura->sizarg + 1)
5014 char attrstr[80]; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-attribs.cc 4970 described by the human-readable string ATTRSTR, for type T, to one in
4972 parameters described by ATTRSTR.
4977 append_access_attr (tree node[3], tree attrs, const char *attrstr,
5024 if (!attrstr)
5032 attrstr = TREE_STRING_POINTER (str);
5052 attrstr, cura->mode_names[cura->mode])
5069 && attrstr
5102 "%u", attrstr, cura->sizarg + 1);
5108 attrstr);
5115 attrstr, cura->sizarg + 1)
5385 char attrstr[80]; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-warn-access.cc 3317 described by ACCESS to the array ATTRSTR with size STRSIZE. Used in
3322 char *attrstr, size_t strsize)
3329 strcpy (attrstr, TREE_STRING_POINTER (str));
3353 char attrstr[80]; local
3354 attrstr[0] = 0;
3470 append_attrname (access, attrstr, sizeof attrstr);
3519 append_attrname (access, attrstr, sizeof attrstr);
3580 append_attrname (access, attrstr, sizeof attrstr)
3589 fndecl, attrstr); local
3593 fntype, attrstr); local
    [all...]
attribs.cc 2201 return value set *ATTRSTR to a string representation of the list of
2209 pretty_printer *attrstr)
2284 pp_string (attrstr, ", ");
2285 pp_begin_quote (attrstr, pp_show_color (global_dc->printer));
2286 pp_string (attrstr, blacklist[i]);
2287 pp_end_quote (attrstr, pp_show_color (global_dc->printer));
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-warn-access.cc 3289 described by ACCESS to the array ATTRSTR with size STRSIZE. Used in
3294 char *attrstr, size_t strsize)
3301 strcpy (attrstr, TREE_STRING_POINTER (str));
3325 char attrstr[80]; local
3326 attrstr[0] = 0;
3433 append_attrname (access, attrstr, sizeof attrstr);
3505 append_attrname (access, attrstr, sizeof attrstr);
3566 append_attrname (access, attrstr, sizeof attrstr)
3575 fndecl, attrstr); local
3579 fntype, attrstr); local
    [all...]
attribs.cc 2063 return value set *ATTRSTR to a string representation of the list of
2071 pretty_printer *attrstr)
2146 pp_string (attrstr, ", ");
2147 pp_begin_quote (attrstr, pp_show_color (global_dc->printer));
2148 pp_string (attrstr, blacklist[i]);
2149 pp_end_quote (attrstr, pp_show_color (global_dc->printer));
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_cc.c 1692 char attrstr[8]; local
1742 attrstr, sizeof (attrstr)), yypcb->pcb_pinfo.dtp_argc);

Completed in 38 milliseconds