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

  /src/external/gpl3/gdb/dist/gdb/
gnu-v3-abi.c 1395 definition_style dtor_def = DOES_NOT_EXIST_IN_SOURCE; local
1437 gdb_assert (dtor_def == DOES_NOT_EXIST_IN_SOURCE);
1438 dtor_def = get_def_style (fn, fieldelem);
1488 if (dtor_def == DELETED)
1491 info.trivially_destructible = is_implicit_def (dtor_def);
  /src/external/gpl3/gdb.old/dist/gdb/
gnu-v3-abi.c 1430 definition_style dtor_def = DOES_NOT_EXIST_IN_SOURCE; local
1472 gdb_assert (dtor_def == DOES_NOT_EXIST_IN_SOURCE);
1473 dtor_def = get_def_style (fn, fieldelem);
1523 if (dtor_def == DELETED)
1526 info.trivially_destructible = is_implicit_def (dtor_def);

Completed in 25 milliseconds