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

  /src/external/mit/isl/dist/
isl_ast_build_private.h 61 * "iterators" contains the loop iterators of both generated and
71 * and expresses (if possible) loop iterators in terms of parameters
72 * and outer loop iterators. If the value of a given loop iterator
151 isl_id_list *iterators; member in struct:isl_ast_build
  /src/external/gpl3/gcc/dist/gcc/
graphite.h 172 - I: Number of input dimensions (iterators).
234 Loop iterators: i, j, k
247 isl_set *iterators; member in struct:poly_bb
graphite-sese-to-poly.cc 857 pbb->iterators = isl_set_copy (domain);
1037 isl_set *iterators = pbb->iterators; local
1039 int empty = isl_set_is_empty (iterators);
1051 isl_space *space = isl_set_get_space (iterators);
read-rtl.cc 59 /* For iterators, records the current value of the iterator. */
63 /* A structure for abstracting the common parts of iterators. */
66 iterators. */
67 htab_t attrs, iterators; member in struct:iterator_group
147 /* All iterators used in the current rtx. */
505 /* In contrast to code/mode/int iterators, attributes of subst
506 iterators are linked to one specific subst-iterator. So, if
696 /* A htab_traverse callback for iterators. Add all used iterators
761 each argument to ITERATORS. Return null otherwise. *
926 auto_vec<mapping *, 16> iterators; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
graphite.h 172 - I: Number of input dimensions (iterators).
234 Loop iterators: i, j, k
247 isl_set *iterators; member in struct:poly_bb
graphite-sese-to-poly.cc 855 pbb->iterators = isl_set_copy (domain);
1035 isl_set *iterators = pbb->iterators; local
1037 int empty = isl_set_is_empty (iterators);
1049 isl_space *space = isl_set_get_space (iterators);
read-rtl.cc 59 /* For iterators, records the current value of the iterator. */
63 /* A structure for abstracting the common parts of iterators. */
66 iterators. */
67 htab_t attrs, iterators; member in struct:iterator_group
141 /* All iterators used in the current rtx. */
474 /* In contrast to code/mode/int iterators, attributes of subst
475 iterators are linked to one specific subst-iterator. So, if
665 /* A htab_traverse callback for iterators. Add all used iterators
730 each argument to ITERATORS. Return null otherwise. *
895 auto_vec<mapping *, 16> iterators; local
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
STLExtras.h 342 // bidirectional iterators for this to work.
350 /// An iterator adaptor that filters the elements of given inner iterators.
504 /// somewhere between them. The constraints of these iterators are:
605 // inner iterators have the same difference_type. It would fail if, for
616 std::tuple<Iters...> iterators;
620 return value_type(*std::get<Ns>(iterators)...);
624 decltype(iterators) tup_inc(std::index_sequence<Ns...>) const {
625 return std::tuple<Iters...>(std::next(std::get<Ns>(iterators))...);
629 decltype(iterators) tup_dec(std::index_sequence<Ns...>) const {
630 return std::tuple<Iters...>(std::prev(std::get<Ns>(iterators))...)
776 std::tuple<Iters...> iterators; member in class:llvm::detail::zip_longest_iterator
    [all...]
  /src/external/mpl/bind/dist/lib/isc/
hashmap.c 92 atomic_uint_fast32_t iterators; member in struct:isc_hashmap
358 INSIST(atomic_load_acquire(&hashmap->iterators) == 0);
513 INSIST(atomic_load_acquire(&hashmap->iterators) == 0);
612 (void)atomic_fetch_add_release(&hashmap->iterators, 1);
629 INSIST(atomic_fetch_sub_release(&hashmap->iterators, 1) > 0);
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 15886 iterators ( iterators-definition )
15888 iterators-definition:
15890 iterator-specifier , iterators-definition
15988 iterator ( iterators-definition ) */
15994 tree nl, iterators = NULL_TREE;
16017 iterators = c_parser_omp_iterators (parser);
16020 if (iterators)
16029 if (iterators)
16032 if (iterators != error_mark_node
15989 tree nl, iterators = NULL_TREE; local
16066 tree nl, c, iterators = NULL_TREE; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 18414 iterators ( iterators-definition )
18416 iterators-definition:
18418 iterator-specifier , iterators-definition
18516 iterator ( iterators-definition ) */
18522 tree nl, iterators = NULL_TREE;
18545 iterators = c_parser_omp_iterators (parser);
18548 if (iterators)
18557 if (iterators)
18560 if (iterators != error_mark_node
18517 tree nl, iterators = NULL_TREE; local
18595 tree nl, c, iterators = NULL_TREE; local
    [all...]

Completed in 101 milliseconds