/netbsd-src/external/bsd/elftoolchain/dist/libelf/ |
H A D | os.Linux.mk | 6 CFLAGS+= -Wchar-subscripts
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/runtime/ |
H A D | ISO_Fortran_binding.c | 156 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 D | ISO_Fortran_binding.c | 146 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 D | tree-data-ref.h | 440 vec<subscript_p> subscripts; member 498 #define DDR_SUBSCRIPTS(DDR) (DDR)->subscripts
|
H A D | tree-data-ref.cc | 3488 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 D | tree-data-ref.h | 435 vec<subscript_p> subscripts; member 493 #define DDR_SUBSCRIPTS(DDR) (DDR)->subscripts
|
H A D | tree-data-ref.c | 3167 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 D | llvm_debuginfo.ml | 313 subscripts:Llvm.llmetadata array -> 321 subscripts:Llvm.llmetadata array ->
|
H A D | llvm_debuginfo.mli | 375 subscripts:Llvm.llmetadata array -> 385 subscripts:Llvm.llmetadata array ->
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
H A D | dibuilder.go | 496 subscripts, length := llvmMetadataRefs(subscriptsSlice) 502 subscripts,
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | ObjectiveCLiterals.rst | 349 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 D | loop.texi | 603 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 D | loop.texi | 602 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 D | msguniq-a.in | 2085 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 D | msguniq-a.inp | 1377 !~\:\ 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 D | msguniq-a.out | 1917 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 D | lang.opt | 242 Warn about possibly incorrect subscripts in do loops.
|
/netbsd-src/sys/arch/m68k/060sp/dist/ |
H A D | ilsp.s | 351 # The comments use subscripts for the first quotient digit determination.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | lang.opt | 242 Warn about possibly incorrect subscripts in do loops.
|
H A D | ChangeLog | 629 that both subscript triplets and vector subscripts are covered. 1730 targets, check that subscripts and substring indices in
|
H A D | ChangeLog-2013 | 606 vector expression subscripts. 669 array subscripts as identical; don't unconditionally
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | AliasAnalysis.rst | 516 * Indexes into arrays with statically differing subscripts cannot alias.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c.opt | 430 Wchar-subscripts 432 Warn about subscripts whose type is \"char\".
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c.opt | 497 Wchar-subscripts 499 Warn about subscripts whose type is \"char\".
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/ |
H A D | Checkers.td | 404 HelpText<"Check for uninitialized values used as array subscripts">,
|