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

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
stl_pair.h 190 typedef _T1 first_type; ///< The type of the `first` member typedef in struct:pair
269 /// Constructor accepting lvalues of `first_type` and `second_type`
347 first = std::forward<first_type>(__p.first);
586 first = std::forward<first_type>(__p.first);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
stl_pair.h 287 typedef _T1 first_type; ///< The type of the `first` member typedef in struct:pair
426 /// Constructor accepting lvalues of `first_type` and `second_type`
606 first = std::forward<first_type>(__p.first);
639 requires (_S_const_assignable<const first_type&, const second_type&>())
649 requires (_S_const_assignable<first_type, second_type>())
651 first = std::forward<first_type>(__p.first);
937 first = std::forward<first_type>(__p.first);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
typelist.h 490 typedef typename at_index<Typelist, 0>::type first_type; typedef in struct:typelist::from_first
493 typedef node<chain<first_type, null_type> > type;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
typelist.h 490 typedef typename at_index<Typelist, 0>::type first_type; typedef in struct:typelist::from_first
493 typedef node<chain<first_type, null_type> > type;
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 9469 tree first_type = TREE_TYPE (TREE_TYPE ((*cexpr_list)[0].value));
9470 tree first_ret = TYPE_MAIN_VARIANT (TREE_TYPE (first_type));
9477 FOREACH_FUNCTION_ARGS (first_type, t, iter)
9467 tree first_type = TREE_TYPE (TREE_TYPE ((*cexpr_list)[0].value)); local
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 11080 tree first_type = TREE_TYPE (TREE_TYPE ((*cexpr_list)[0].value));
11081 tree first_ret = TYPE_MAIN_VARIANT (TREE_TYPE (first_type));
11088 FOREACH_FUNCTION_ARGS (first_type, t, iter)
11078 tree first_type = TREE_TYPE (TREE_TYPE ((*cexpr_list)[0].value)); local

Completed in 60 milliseconds