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

  /src/external/gpl3/gcc/dist/gcc/cp/
coroutines.cc 2727 tree tpl_args = DECL_TI_ARGS (orig); local
2729 for (int i = 0; i < TREE_VEC_LENGTH (tpl_args); ++i)
2731 tree typ = DECL_NAME (TYPE_NAME (TREE_VEC_ELT (tpl_args, i)));
coroutines.cc 2727 tree tpl_args = DECL_TI_ARGS (orig); local
2729 for (int i = 0; i < TREE_VEC_LENGTH (tpl_args); ++i)
2731 tree typ = DECL_NAME (TYPE_NAME (TREE_VEC_ELT (tpl_args, i)));
  /src/external/gpl3/gcc.old/dist/gcc/cp/
coroutines.cc 2517 tree tpl_args = DECL_TI_ARGS (orig); local
2519 for (int i = 0; i < TREE_VEC_LENGTH (tpl_args); ++i)
2521 tree typ = DECL_NAME (TYPE_NAME (TREE_VEC_ELT (tpl_args, i)));
coroutines.cc 2517 tree tpl_args = DECL_TI_ARGS (orig); local
2519 for (int i = 0; i < TREE_VEC_LENGTH (tpl_args); ++i)
2521 tree typ = DECL_NAME (TYPE_NAME (TREE_VEC_ELT (tpl_args, i)));

Completed in 58 milliseconds