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

  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 5045 tree new_attribute = copy_node (attribute); local
5060 if (TREE_VALUE (new_attribute)
5061 && TREE_CHAIN (TREE_VALUE (new_attribute))
5062 && TREE_CHAIN (TREE_CHAIN (TREE_VALUE (new_attribute))))
5064 tree second_argument = TREE_CHAIN (TREE_VALUE (new_attribute));
5093 new_attribute);
5116 tree new_attribute = copy_node (attribute); local
5131 new_attribute);
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 5047 tree new_attribute = copy_node (attribute); local
5062 if (TREE_VALUE (new_attribute)
5063 && TREE_CHAIN (TREE_VALUE (new_attribute))
5064 && TREE_CHAIN (TREE_CHAIN (TREE_VALUE (new_attribute))))
5066 tree second_argument = TREE_CHAIN (TREE_VALUE (new_attribute));
5095 new_attribute);
5118 tree new_attribute = copy_node (attribute); local
5133 new_attribute);

Completed in 23 milliseconds