Searched refs:insert_index (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/utils/ |
H A D | FuzzTest | 60 index,insert_index = divmod(index, self.num_insert_strings) 61 insert_str = self.insert_strings[insert_index]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | frontend-passes.cc | 2753 insert_index (gfc_expr *e, gfc_symbol *sym, mpz_t val, mpz_t ret) in insert_index() function 2917 && insert_index (ar->start[i], do_sym, do_start, val)) in do_subscript() 2943 && insert_index (ar->start[i], do_sym, do_end, val)) in do_subscript()
|
H A D | ChangeLog-2017 | 974 (insert_index): New function.
|
H A D | ChangeLog-2019 | 1422 * frontend-passes.c (insert_index): Suppress errors while
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | frontend-passes.c | 2512 insert_index (gfc_expr *e, gfc_symbol *sym, mpz_t val, mpz_t ret) in insert_index() function 2676 && insert_index (ar->start[i], do_sym, do_start, val)) in do_subscript() 2702 && insert_index (ar->start[i], do_sym, do_end, val)) in do_subscript()
|