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

  /src/external/gpl3/gcc/dist/gcc/cp/
cp-tree.h 1539 regenerated, and TI_ARGS is the full set of template arguments used
3755 specialization or abstract instance. The TI_ARGS is the
3827 #define TI_ARGS(NODE) \
3965 #define DECL_TI_ARGS(NODE) TI_ARGS (DECL_TEMPLATE_INFO (NODE))
3985 #define CLASSTYPE_TI_ARGS(NODE) TI_ARGS (CLASSTYPE_TEMPLATE_INFO (NODE))
4002 (TI_ARGS (TYPE_TEMPLATE_INFO (NODE)))
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-tree.h 1509 regenerated, and TI_ARGS is the full set of template arguments used
3661 specialization or abstract instance. The TI_ARGS is the
3733 #define TI_ARGS(NODE) \
3856 #define DECL_TI_ARGS(NODE) TI_ARGS (DECL_TEMPLATE_INFO (NODE))
3876 #define CLASSTYPE_TI_ARGS(NODE) TI_ARGS (CLASSTYPE_TEMPLATE_INFO (NODE))
3893 (TI_ARGS (TYPE_TEMPLATE_INFO (NODE)))

Completed in 38 milliseconds