Home
last modified time | relevance | path

Searched refs:pattrs (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/common/
H A Dhwcfuncs.c552 char **pattrs, char **pregstr, regno_t *pregno) in hwcfuncs_parse_ctr() argument
597 if (pattrs) in hwcfuncs_parse_ctr()
598 *pattrs = NULL; in hwcfuncs_parse_ctr()
602 if (pattrs) in hwcfuncs_parse_ctr()
603 *pattrs = strdup (attr_delim); in hwcfuncs_parse_ctr()
H A Dhwcfuncs.h156 char **pattrs, char **pregstr, regno_t *pregno);
/netbsd-src/external/gpl3/binutils/dist/gprofng/common/
H A Dhwcfuncs.c544 char **pattrs, char **pregstr, regno_t *pregno) in hwcfuncs_parse_ctr() argument
589 if (pattrs) in hwcfuncs_parse_ctr()
590 *pattrs = NULL; in hwcfuncs_parse_ctr()
594 if (pattrs) in hwcfuncs_parse_ctr()
595 *pattrs = strdup (attr_delim); in hwcfuncs_parse_ctr()
H A Dhwcfuncs.h156 char **pattrs, char **pregstr, regno_t *pregno);
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc12054 cp_parser_handle_directive_omp_attributes (cp_parser *parser, tree *pattrs, in cp_parser_handle_directive_omp_attributes() argument
12065 for (tree pa = *pattrs; pa; pa = TREE_CHAIN (pa)) in cp_parser_handle_directive_omp_attributes()
12117 for (tree *pa = pattrs; *pa; ) in cp_parser_handle_directive_omp_attributes()
12139 parser->omp_declare_simd->attribs[!start] = pattrs; in cp_parser_handle_directive_omp_attributes()