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

  /src/external/gpl3/gdb/dist/gdb/
gnu-v3-abi.c 1250 EXPLICIT,
1267 return EXPLICIT;
1276 return EXPLICIT;
1281 Being defaulted outside the class decl counts as an explicit
1287 return def == EXPLICIT || def == DEFAULTED_OUTSIDE;
1460 even only one of the cctors is explicit.
1462 implicit -> explicit direction, not backwards. */
1470 mctor_def value if we found an explicit def and the
1471 existing one is not explicit. Otherwise retain the
  /src/external/gpl3/gdb.old/dist/gdb/
gnu-v3-abi.c 1285 EXPLICIT,
1302 return EXPLICIT;
1311 return EXPLICIT;
1316 Being defaulted outside the class decl counts as an explicit
1322 return def == EXPLICIT || def == DEFAULTED_OUTSIDE;
1495 even only one of the cctors is explicit.
1497 implicit -> explicit direction, not backwards. */
1505 mctor_def value if we found an explicit def and the
1506 existing one is not explicit. Otherwise retain the

Completed in 23 milliseconds