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

  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-attribs.cc 4609 tree ataccess = tree_cons (NULL_TREE, argstr, vblist); local
4610 ataccess = tree_cons (get_identifier ("access"), ataccess, NULL_TREE);
4617 init_attr_rdwr_indices (&new_idxs, ataccess);
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-attribs.cc 4981 tree ataccess = tree_cons (NULL_TREE, argstr, vblist); local
4982 ataccess = tree_cons (get_identifier ("access"), ataccess, NULL_TREE);
4989 init_attr_rdwr_indices (&new_idxs, ataccess);

Completed in 33 milliseconds