| /src/external/gpl3/gcc/dist/gcc/ |
| 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...] |
| graphite-poly.cc | 136 pbb->iterators = NULL; 152 isl_set_free (pbb->iterators); 153 pbb->iterators = NULL;
|
| 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);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| 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...] |
| graphite-poly.cc | 136 pbb->iterators = NULL; 152 isl_set_free (pbb->iterators); 153 pbb->iterators = NULL;
|
| 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);
|
| /src/external/mit/isl/dist/ |
| isl_ast_build.c | 84 if (!build->iterators || !build->domain || !build->generated || 144 build->iterators = isl_id_list_alloc(ctx, n); 151 build->iterators = isl_id_list_add(build->iterators, id); 201 dup->iterators = isl_id_list_copy(build->iterators); 238 if (!dup->iterators || !dup->domain || !dup->generated || 312 isl_id_list_free(build->iterators); 357 /* Set the iterators for the next code generation. 359 * If we still have some iterators left from the previous code generatio [all...] |
| 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/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/usr.bin/backend/ |
| Makefile | 476 aarch64-builtin-iterators.h: ${DIST}/gcc/config/aarch64/geniterators.sh \ 477 ${DIST}/gcc/config/aarch64/iterators.md 480 CLEANFILES+= aarch-builtin-iterators.h 498 aarch64-builtins.o: aarch64-builtin-iterators.h
|
| /src/external/gpl3/gcc.old/usr.bin/backend/ |
| Makefile | 428 aarch64-builtin-iterators.h: ${DIST}/gcc/config/aarch64/geniterators.sh \ 429 ${DIST}/gcc/config/aarch64/iterators.md 432 CLEANFILES+= aarch-builtin-iterators.h 445 aarch64-builtins.o: aarch64-builtin-iterators.h
|
| /src/external/mit/isl/dist/include/isl/ |
| ast_build.h | 72 __isl_take isl_id_list *iterators);
|
| /src/external/apache2/llvm/dist/libcxx/utils/ci/ |
| run-buildbot | 236 generic-debug-iterators) 240 generate-cmake -C "${MONOREPO_ROOT}/libcxx/cmake/caches/Generic-debug-iterators.cmake"
|
| /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/libstdc++-v3/doc/ |
| Makefile.am | 337 ${xml_dir}/manual/iterators.xml \
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/doc/ |
| Makefile.am | 335 ${xml_dir}/manual/iterators.xml \
|
| /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...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| parser.cc | [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| parser.cc | [all...] |