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

  /src/external/gpl3/gcc/dist/gcc/
ipa-modref.cc 2905 PAST_FLAGS, PAST_RETSLOT_FLAGS, PAST_STATIC_CHAIN_FLAGS can be
2912 bool ipa, vec<eaf_flags_t> &past_flags,
3006 if (past_flags.length () > parm_index)
3008 int past = past_flags[parm_index];
3142 auto_vec <eaf_flags_t> past_flags; local
3165 past_flags.reserve_exact (summary->arg_flags.length ());
3166 past_flags.splice (summary->arg_flags);
3229 past_flags, past_retslot_flags, past_static_chain_flags);
3283 if (past_flags.length () > len)
3284 len = past_flags.length ()
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-modref.cc 2902 PAST_FLAGS, PAST_RETSLOT_FLAGS, PAST_STATIC_CHAIN_FLAGS can be
2909 bool ipa, vec<eaf_flags_t> &past_flags,
3003 if (past_flags.length () > parm_index)
3005 int past = past_flags[parm_index];
3139 auto_vec <eaf_flags_t> past_flags; local
3162 past_flags.reserve_exact (summary->arg_flags.length ());
3163 past_flags.splice (summary->arg_flags);
3226 past_flags, past_retslot_flags, past_static_chain_flags);
3280 if (past_flags.length () > len)
3281 len = past_flags.length ()
    [all...]

Completed in 30 milliseconds