Home
last modified time | relevance | path

Searched refs:subscripts (Results 1 – 25 of 105) sorted by relevance

12345

/netbsd-src/external/bsd/elftoolchain/dist/libelf/
H A Dos.Linux.mk6 CFLAGS+= -Wchar-subscripts
/netbsd-src/external/gpl3/gcc/dist/libgfortran/runtime/
H A DISO_Fortran_binding.c156 void *CFI_address (const CFI_cdesc_t *dv, const CFI_index_t subscripts[]) in CFI_address() argument
190 CFI_index_t idx = subscripts[i] - dv->dim[i].lower_bound; in CFI_address()
199 i, i, (int)subscripts[i], in CFI_address()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/runtime/
H A DISO_Fortran_binding.c146 void *CFI_address (const CFI_cdesc_t *dv, const CFI_index_t subscripts[]) in CFI_address() argument
180 CFI_index_t idx = subscripts[i] - dv->dim[i].lower_bound; in CFI_address()
188 i, i, (int)subscripts[i], (int)dv->dim[i].lower_bound, in CFI_address()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-data-ref.h440 vec<subscript_p> subscripts; member
498 #define DDR_SUBSCRIPTS(DDR) (DDR)->subscripts
H A Dtree-data-ref.cc3488 free_subscripts (vec<subscript_p> subscripts) in free_subscripts() argument
3490 for (subscript_p s : subscripts) in free_subscripts()
3496 subscripts.release (); in free_subscripts()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-data-ref.h435 vec<subscript_p> subscripts; member
493 #define DDR_SUBSCRIPTS(DDR) (DDR)->subscripts
H A Dtree-data-ref.c3167 free_subscripts (vec<subscript_p> subscripts) in free_subscripts() argument
3172 FOR_EACH_VEC_ELT (subscripts, i, s) in free_subscripts()
3178 subscripts.release (); in free_subscripts()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.ml313 subscripts:Llvm.llmetadata array ->
321 subscripts:Llvm.llmetadata array ->
H A Dllvm_debuginfo.mli375 subscripts:Llvm.llmetadata array ->
385 subscripts:Llvm.llmetadata array ->
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Ddibuilder.go496 subscripts, length := llvmMetadataRefs(subscriptsSlice)
502 subscripts,
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DObjectiveCLiterals.rst349 subscript expressions use integer typed subscripts; *dictionary-style*
350 subscript expressions use Objective-C object pointer typed subscripts.
460 Currently, only subscripts of integral or Objective-C object pointer
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dloop.texi603 given in the @code{subscripts}, @code{dir_vects}, and @code{dist_vects}
607 @item an array @code{subscripts} that contains a description of each
611 @code{B[g1][g2][g3]}, there are three subscripts: @code{(f1, g1), (f2,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dloop.texi602 given in the @code{subscripts}, @code{dir_vects}, and @code{dist_vects}
606 @item an array @code{subscripts} that contains a description of each
610 @code{B[g1][g2][g3]}, there are three subscripts: @code{(f1, g1), (f2,
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmsguniq-a.in2085 msgid "~: got ~ subscripts, but ~ has rank ~"
2089 msgid "~: subscripts ~ for ~ are not of type `(INTEGER 0 (,ARRAY-DIMENSION-LIMIT))"
2093 msgid "~: subscripts ~ for ~ are out of range"
3710 msgid "~: got ~ subscripts, but ~ has rank ~"
3714 msgid "~: subscripts ~ for ~ are not of type `(INTEGER 0 (,ARRAY-DIMENSION-LIMIT))"
3718 msgid "~: subscripts ~ for ~ are out of range"
H A Dmsguniq-a.inp1377 !~\:\ got\ ~\ subscripts,\ but\ ~\ has\ rank\ ~=
1380 !~\:\ subscripts\ ~\ for\ ~\ are\ not\ of\ type\ `(INTEGER\ 0\ (,ARRAY-DIMENSION-LIMIT))=
1383 !~\:\ subscripts\ ~\ for\ ~\ are\ out\ of\ range=
H A Dmsguniq-a.out1917 msgid "~: got ~ subscripts, but ~ has rank ~"
1921 msgid "~: subscripts ~ for ~ are not of type `(INTEGER 0 (,ARRAY-DIMENSION-LIMIT))"
1925 msgid "~: subscripts ~ for ~ are out of range"
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dlang.opt242 Warn about possibly incorrect subscripts in do loops.
/netbsd-src/sys/arch/m68k/060sp/dist/
H A Dilsp.s351 # The comments use subscripts for the first quotient digit determination.
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dlang.opt242 Warn about possibly incorrect subscripts in do loops.
H A DChangeLog629 that both subscript triplets and vector subscripts are covered.
1730 targets, check that subscripts and substring indices in
H A DChangeLog-2013606 vector expression subscripts.
669 array subscripts as identical; don't unconditionally
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DAliasAnalysis.rst516 * Indexes into arrays with statically differing subscripts cannot alias.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc.opt430 Wchar-subscripts
432 Warn about subscripts whose type is \"char\".
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc.opt497 Wchar-subscripts
499 Warn about subscripts whose type is \"char\".
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td404 HelpText<"Check for uninitialized values used as array subscripts">,

12345