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

  /src/external/gpl3/gcc/dist/gcc/cp/
call.cc 10871 bool hasctors[2] = { false, false }; local
10875 bool trivcopy = has_trivial_copy_p (desttype, true, hasctors);
10929 if (hasassign && hasctors[0])
10933 else if (hasctors[0])
10962 if (hasassign && hasctors[1])
10966 else if (hasctors[1])
  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 10190 bool hasctors[2] = { false, false }; local
10194 bool trivcopy = has_trivial_copy_p (desttype, true, hasctors);
10248 if (hasassign && hasctors[0])
10252 else if (hasctors[0])
10281 if (hasassign && hasctors[1])
10285 else if (hasctors[1])

Completed in 101 milliseconds