HomeSort by: relevance | last modified time | path
    Searched refs:mergeable (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
ranges_algo.h 2521 requires mergeable<_Iter1, _Iter2, _Out, _Comp, _Proj1, _Proj2>
2555 requires mergeable<iterator_t<_Range1>, iterator_t<_Range2>, _Out,
2663 requires mergeable<_Iter1, _Iter2, _Out, _Comp, _Proj1, _Proj2>
2705 requires mergeable<iterator_t<_Range1>, iterator_t<_Range2>, _Out,
2731 requires mergeable<_Iter1, _Iter2, _Out, _Comp, _Proj1, _Proj2>
2763 requires mergeable<iterator_t<_Range1>, iterator_t<_Range2>, _Out,
2789 requires mergeable<_Iter1, _Iter2, _Out, _Comp, _Proj1, _Proj2>
2821 requires mergeable<iterator_t<_Range1>, iterator_t<_Range2>, _Out,
2847 requires mergeable<_Iter1, _Iter2, _Out, _Comp, _Proj1, _Proj2>
2887 requires mergeable<iterator_t<_Range1>, iterator_t<_Range2>, _Out
    [all...]
iterator_concepts.h 936 /// [alg.req.mergeable], concept `mergeable`
940 concept mergeable = input_iterator<_I1> && input_iterator<_I2> local
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
ranges_algo.h 2498 requires mergeable<_Iter1, _Iter2, _Out, _Comp, _Proj1, _Proj2>
2532 requires mergeable<iterator_t<_Range1>, iterator_t<_Range2>, _Out,
2640 requires mergeable<_Iter1, _Iter2, _Out, _Comp, _Proj1, _Proj2>
2682 requires mergeable<iterator_t<_Range1>, iterator_t<_Range2>, _Out,
2708 requires mergeable<_Iter1, _Iter2, _Out, _Comp, _Proj1, _Proj2>
2740 requires mergeable<iterator_t<_Range1>, iterator_t<_Range2>, _Out,
2766 requires mergeable<_Iter1, _Iter2, _Out, _Comp, _Proj1, _Proj2>
2798 requires mergeable<iterator_t<_Range1>, iterator_t<_Range2>, _Out,
2824 requires mergeable<_Iter1, _Iter2, _Out, _Comp, _Proj1, _Proj2>
2864 requires mergeable<iterator_t<_Range1>, iterator_t<_Range2>, _Out
    [all...]
iterator_concepts.h 981 /// [alg.req.mergeable], concept `mergeable`
985 concept mergeable = input_iterator<_I1> && input_iterator<_I2> local
  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.cc 3807 /* Look in the appropriate mergeable decl slot. */
3808 tree mergeable = NULL_TREE; local
3810 mergeable = BINDING_VECTOR_CLUSTER (mvec, BINDING_SLOT_PARTITION
3814 mergeable = BINDING_VECTOR_CLUSTER (mvec, 0).slots[BINDING_SLOT_GLOBAL];
3816 for (ovl_iterator iter (mergeable); iter; ++iter)
4123 /* A mergeable entity is being loaded into namespace NS slot NAME.
4141 /* Retrieve the bindings for an existing mergeable entity in namespace
4157 /* DECL is a new mergeable namespace-scope decl. Add it to the
4158 mergeable entities on GSLOT. */
4166 /* A mergeable entity of KLASS called NAME is being loaded. Retur
    [all...]
module.cc 2757 tt_decl, /* By-value mergeable decl. */
2849 /* Mergeable entity location data. */
4167 MERGE = TDF_ALIAS, /* -alias:Mergeable Entities. */
4666 /* If this is not the mergeable entity, it should not be in the
4667 table. If it is a non-global-module mergeable entity, it
4927 /* We should have visited the node, and converted its mergeable
9263 /* T is (mostly*) a non-mergeable node that must be written by value.
9264 The mergeable case is a BINFO, which are as-if DECLSs. */
10815 /* Write out key information about a mergeable DEP. Does not write
11499 /* DECL is a just streamed mergeable decl that should match EXISTING. Chec
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.cc 3575 /* Look in the appropriate mergeable decl slot. */
3576 tree mergeable = NULL_TREE; local
3578 mergeable = BINDING_VECTOR_CLUSTER (mvec, BINDING_SLOT_PARTITION
3582 mergeable = BINDING_VECTOR_CLUSTER (mvec, 0).slots[BINDING_SLOT_GLOBAL];
3584 for (ovl_iterator iter (mergeable); iter; ++iter)
3842 /* A mergeable entity is being loaded into namespace NS slot NAME.
3859 /* DECL is a new mergeable namespace-scope decl. Add it to the
3860 mergeable entities on GSLOT. */
3868 /* A mergeable entity of KLASS called NAME is being loaded. Return
module.cc 2719 tt_decl, /* By-value mergeable decl. */
2811 /* Mergeable entity location data. */
3999 MERGE = TDF_ALIAS, /* -alias:Mergeable Entities. */
4498 /* If this is not the mergeable entity, it should not be in the
4499 table. If it is a non-global-module mergeable entity, it
4758 /* We should have visited the node, and converted its mergeable
8873 /* T is (mostly*) a non-mergeable node that must be written by value.
8874 The mergeable case is a BINFO, which are as-if DECLSs. */
10303 /* Write out key information about a mergeable DEP. Does not write
10972 /* DECL is a just streamed mergeable decl that should match EXISTING. Chec
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
gfortran.h 1584 unsigned nowait:1, ordered:1, untied:1, mergeable:1, ancestor:1; member in struct:gfc_omp_clauses
openmp.cc 3159 && (m = gfc_match_dupl_check (!c->mergeable, "mergeable"))
3164 c->mergeable = needs_space = true;
9248 if (omp_clauses->mergeable)
9250 "%<MERGEABLE%> clause", &omp_clauses->detach->where);
trans-openmp.cc 4353 if (clauses->mergeable)
6979 clausesa[GFC_OMP_SPLIT_TASKLOOP].mergeable
6980 = code->ext.omp_clauses->mergeable;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortran.h 1530 unsigned nowait:1, ordered:1, untied:1, mergeable:1, ancestor:1; member in struct:gfc_omp_clauses
openmp.cc 2409 && (m = gfc_match_dupl_check (!c->mergeable, "mergeable"))
2414 c->mergeable = needs_space = true;
7602 if (omp_clauses->mergeable)
7604 "%<MERGEABLE%> clause", &omp_clauses->detach->where);
trans-openmp.cc 3865 if (clauses->mergeable)
6225 clausesa[GFC_OMP_SPLIT_TASKLOOP].mergeable
6226 = code->ext.omp_clauses->mergeable;
  /src/external/gpl3/gcc/dist/gcc/
omp-expand.cc 763 tree mergeable = omp_find_clause (clauses, OMP_CLAUSE_MERGEABLE); local
771 | (mergeable ? GOMP_TASK_FLAG_MERGEABLE : 0)
  /src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc 762 tree mergeable = omp_find_clause (clauses, OMP_CLAUSE_MERGEABLE); local
770 | (mergeable ? GOMP_TASK_FLAG_MERGEABLE : 0)

Completed in 93 milliseconds