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

  /src/external/gpl3/gcc/dist/gcc/
ipa.cc 692 as needed, also clear EXPLICIT_REFS if the references to given variable
698 bool *read, bool *explicit_refs)
705 *explicit_refs = false;
708 && *explicit_refs && (!*written || !*address_taken || !*read); i++)
722 address_taken, read, explicit_refs);
795 bool explicit_refs = true; local
798 &explicit_refs);
799 if (!explicit_refs)
ipa.cc 692 as needed, also clear EXPLICIT_REFS if the references to given variable
698 bool *read, bool *explicit_refs)
705 *explicit_refs = false;
708 && *explicit_refs && (!*written || !*address_taken || !*read); i++)
722 address_taken, read, explicit_refs);
795 bool explicit_refs = true; local
798 &explicit_refs);
799 if (!explicit_refs)
  /src/external/gpl3/gcc.old/dist/gcc/
ipa.cc 691 as needed, also clear EXPLICIT_REFS if the references to given variable
697 bool *read, bool *explicit_refs)
704 *explicit_refs = false;
707 && *explicit_refs && (!*written || !*address_taken || !*read); i++)
721 address_taken, read, explicit_refs);
794 bool explicit_refs = true; local
797 &explicit_refs);
798 if (!explicit_refs)
ipa.cc 691 as needed, also clear EXPLICIT_REFS if the references to given variable
697 bool *read, bool *explicit_refs)
704 *explicit_refs = false;
707 && *explicit_refs && (!*written || !*address_taken || !*read); i++)
721 address_taken, read, explicit_refs);
794 bool explicit_refs = true; local
797 &explicit_refs);
798 if (!explicit_refs)

Completed in 54 milliseconds