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

  /src/external/gpl3/gcc/dist/gcc/cp/
cp-tree.h 3944 DECL_TI_TEMPLATE, `template <class U> S<int>::f<U>'.
3953 the DECL_TI_TEMPLATE will be an IDENTIFIER_NODE for `f' and the
3958 #define DECL_TI_TEMPLATE(NODE) TI_TEMPLATE (DECL_TEMPLATE_INFO (NODE))
3961 general form of DECL_TI_TEMPLATE. For the example given for
3962 DECL_TI_TEMPLATE, the DECL_TI_ARGS will be {int, double}. These
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-tree.h 3835 DECL_TI_TEMPLATE, `template <class U> S<int>::f<U>'.
3844 the DECL_TI_TEMPLATE will be an IDENTIFIER_NODE for `f' and the
3849 #define DECL_TI_TEMPLATE(NODE) TI_TEMPLATE (DECL_TEMPLATE_INFO (NODE))
3852 general form of DECL_TI_TEMPLATE. For the example given for
3853 DECL_TI_TEMPLATE, the DECL_TI_ARGS will be {int, double}. These

Completed in 37 milliseconds