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

  /src/external/gpl3/gcc/dist/gcc/cp/
coroutines.cc 86 tree destroy_decl; /* The synthesized destroy function. */ variable
723 return info->destroy_decl;
4291 || info->destroy_decl == NULL_TREE);
4295 info->destroy_decl = fn;
  /src/external/gpl3/gcc.old/dist/gcc/cp/
coroutines.cc 86 tree destroy_decl; /* The synthesized destroy function. */ variable
594 return info->destroy_decl;
4060 || info->destroy_decl == NULL_TREE);
4064 info->destroy_decl = fn;

Completed in 30 milliseconds