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

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
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/
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...]
  /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/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
  /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)
  /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
  /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

Completed in 67 milliseconds