Home
last modified time | relevance | path

Searched refs:firstarg (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/mdocml/
H A Dmdoc_macro.c770 int la, scope, cnt, firstarg, mayopen, nc, nl; in in_line() local
801 firstarg = 1; in in_line()
910 if (firstarg && d == DELIM_CLOSE && !nc) in in_line()
912 firstarg = 0; in in_line()
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddbxout.c1624 tree firstarg = TREE_VALUE (TYPE_ARG_TYPES (TREE_TYPE (decl))); in dbxout_type_method_1() local
1629 if (TYPE_READONLY (TREE_TYPE (firstarg))) in dbxout_type_method_1()
1631 if (TYPE_VOLATILE (TREE_TYPE (firstarg))) in dbxout_type_method_1()
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddbxout.c1590 tree firstarg = TREE_VALUE (TYPE_ARG_TYPES (TREE_TYPE (decl))); in dbxout_type_method_1() local
1595 if (TYPE_READONLY (TREE_TYPE (firstarg))) in dbxout_type_method_1()
1597 if (TYPE_VOLATILE (TREE_TYPE (firstarg))) in dbxout_type_method_1()