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

  /src/external/gpl3/gcc/dist/gcc/
cgraphunit.cc 396 weakref = false;
778 if (n->weakref)
781 "%<weakref%> cannot be versioned");
821 tree weakref = lookup_attribute ("weakref", DECL_ATTRIBUTES (decl)); local
823 if (weakref && !lookup_attribute ("alias", DECL_ATTRIBUTES (decl)))
826 "%<weakref%> attribute should be accompanied with"
829 DECL_ATTRIBUTES (decl) = remove_attribute ("weakref",
892 if (lookup_attribute ("weakref", DECL_ATTRIBUTES (decl))
896 /* NODE->DEFINITION && NODE->ALIAS is nonzero for valid weakref
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
cgraphunit.cc 400 weakref = false;
767 if (n->weakref)
770 "%<weakref%> cannot be versioned");
810 tree weakref = lookup_attribute ("weakref", DECL_ATTRIBUTES (decl)); local
812 if (weakref && !lookup_attribute ("alias", DECL_ATTRIBUTES (decl)))
815 "%<weakref%> attribute should be accompanied with"
818 DECL_ATTRIBUTES (decl) = remove_attribute ("weakref",
881 if (lookup_attribute ("weakref", DECL_ATTRIBUTES (decl))
885 /* NODE->DEFINITION && NODE->ALIAS is nonzero for valid weakref
    [all...]

Completed in 23 milliseconds