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

  /src/external/gpl3/gcc.old/dist/gcc/d/
d-attribs.cc 1159 positional_argument (const_tree fntype, const_tree atname, tree pos, function
1331 if (tree val = positional_argument (fntype, name, size_arg, num_arg ? 1 : 0,
1340 if (tree val = positional_argument (fntype, name, num_arg, 2, zero_based))
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-attribs.cc 605 positional_argument (const_tree fntype, const_tree atname, tree pos, function
3430 argpos = positional_argument (fntype, name, argpos, POINTER_TYPE);
3528 That's used to tell positional_argument to avoid mentioning
3532 if (tree val = positional_argument (fntype, name, pos, INTEGER_TYPE,
3571 if (tree val = positional_argument (*node, name, TREE_VALUE (args),
4487 That's used to tell positional_argument to avoid mentioning
4491 if (tree val = positional_argument (type, name, pos, POINTER_TYPE,
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-attribs.cc 680 positional_argument (const_tree fn, const_tree atname, tree &pos, function
3753 argpos = positional_argument (fntype, name, argpos, POINTER_TYPE);
3851 That's used to tell positional_argument to avoid mentioning
3855 if (tree val = positional_argument (fntype, name, pos, INTEGER_TYPE,
3894 if (tree val = positional_argument (*node, name, TREE_VALUE (args),
4821 That's used to tell positional_argument to avoid mentioning
4825 if (tree val = positional_argument (type, name, pos, POINTER_TYPE,
4856 if (positional_argument (*node, name, TREE_VALUE (args), INTEGER_TYPE))
4870 if (positional_argument (*node, name, TREE_VALUE (args), POINTER_TYPE))

Completed in 43 milliseconds