Home
last modified time | relevance | path

Searched refs:boz (Results 1 – 25 of 35) sorted by relevance

12

/netbsd/external/gpl2/gmake/dist/tests/scripts/features/
H A Dexport17 BOZ = boz
52 $answer = "FOO=foo BAR=bar BAZ=baz BOZ=boz BITZ=bitz BOTZ=botz
53 FOO= BAR= BAZ=baz BOZ=boz BITZ=bitz BOTZ=\n";
63 $answer = "FOO=foo BAR=bar BAZ=baz BOZ=boz BITZ=bitz BOTZ=botz
64 FOO=foo BAR= BAZ=baz BOZ=boz BITZ=bitz BOTZ=\n";
72 $answer = "FOO=foo BAR=bar BAZ=baz BOZ=boz BITZ=bitz BOTZ=botz
73 FOO=foo BAR=bar BAZ=baz BOZ=boz BITZ=bitz BOTZ=\n";
81 $answer = "FOO=foo BAR=bar BAZ=baz BOZ=boz BITZ=bitz BOTZ=botz
82 FOO= BAR= BAZ=baz BOZ=boz BITZ=bitz BOTZ=\n";
91 FOO= BAR= BAZ=baz BOZ=boz BITZ=bitz BOTZ=\n";
[all …]
H A Dtargetvars150 one: FOO += boz
156 $answer = "bar baz biz boz\nbar baz\n";
162 $answer = "bar biz boz\n";
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dcheck.c45 x->boz.rdx = 0; in reset_boz()
46 x->boz.len = 0; in reset_boz()
47 free (x->boz.str); in reset_boz()
232 sp = x->boz.str; in bin2real()
315 str = x->boz.str + (x->boz.len - len); in gfc_boz2real()
351 free (x->boz.str); in gfc_boz2real()
352 x->boz.len = len; in gfc_boz2real()
404 str = x->boz.str + (x->boz.len - len); in gfc_boz2int()
455 x->boz.rdx = 0; in gfc_boz2int()
456 x->boz.len = 0; in gfc_boz2int()
[all …]
H A Dcheck.cc45 x->boz.rdx = 0; in reset_boz()
46 x->boz.len = 0; in reset_boz()
47 free (x->boz.str); in reset_boz()
232 sp = x->boz.str; in bin2real()
315 str = x->boz.str + (x->boz.len - len); in gfc_boz2real()
351 free (x->boz.str); in gfc_boz2real()
352 x->boz.len = len; in gfc_boz2real()
404 str = x->boz.str + (x->boz.len - len); in gfc_boz2int()
455 x->boz.rdx = 0; in gfc_boz2int()
456 x->boz.len = 0; in gfc_boz2int()
[all …]
H A Dexpr.c346 q->boz.len = p->boz.len; in gfc_copy_expr()
347 q->boz.rdx = p->boz.rdx; in gfc_copy_expr()
348 q->boz.str = XCNEWVEC (char, q->boz.len + 1); in gfc_copy_expr()
349 strncpy (q->boz.str, p->boz.str, p->boz.len); in gfc_copy_expr()
H A Dexpr.cc347 q->boz.len = p->boz.len; in gfc_copy_expr()
348 q->boz.rdx = p->boz.rdx; in gfc_copy_expr()
349 q->boz.str = XCNEWVEC (char, q->boz.len + 1); in gfc_copy_expr()
350 strncpy (q->boz.str, p->boz.str, p->boz.len); in gfc_copy_expr()
H A Dprimary.c492 e->boz.rdx = radix; in match_boz_constant()
493 e->boz.len = length; in match_boz_constant()
494 e->boz.str = XCNEWVEC (char, length + 1); in match_boz_constant()
495 strncpy (e->boz.str, buffer, length); in match_boz_constant()
H A Dprimary.cc492 e->boz.rdx = radix; in match_boz_constant()
493 e->boz.len = length; in match_boz_constant()
494 e->boz.str = XCNEWVEC (char, length + 1); in match_boz_constant()
495 strncpy (e->boz.str, buffer, length); in match_boz_constant()
H A Dintrinsic.texi1151 boz-literal-constants. If either @var{I} or @var{J} is a
1159 return has the larger kind. A boz-literal-constant is
7670 kind type parameter as @var{I} or a boz-literal-constant.
8143 kind type parameter as @var{I} or a boz-literal-constant.
8326 @code{REAL}, or @code{COMPLEX} or a boz-literal-constant.
8468 kind type parameter as @var{I} or a boz-literal-constant.
10537 kind type parameter as @var{I} or a boz-literal-constant.
11385 boz-literal-constants. If either @var{I} and @var{J} is a
11393 return has the larger kind. A boz-literal-constant is
14959 boz-literal-constants. If either @var{I} and @var{J} is a
[all …]
H A Ddump-parse-tree.c563 if (p->boz.rdx == 2) in show_expr()
565 else if (p->boz.rdx == 8) in show_expr()
569 fprintf (dumpfile, "%s'", p->boz.str); in show_expr()
H A Ddump-parse-tree.cc588 if (p->boz.rdx == 2) in show_expr()
590 else if (p->boz.rdx == 8) in show_expr()
594 fprintf (dumpfile, "%s'", p->boz.str); in show_expr()
H A DChangeLog-20191473 -fallow-invalid-boz option. A BOZ cannot be an operand to an
1609 -fallow-invalid-boz option. Issue error if variable is not an
1615 * gfortran.h (gfc_expr): Add a boz component. Remove is_boz component.
1619 * invoke.texi: Doument -fallow-invalid-boz.
1620 * lang.opt: New option. -fallow-invalid-boz.
1627 Use -fallow-invalid-boz and gfc_invalid_boz to accept deprecated code.
H A Dgfortran.info546 '-fallow-invalid-boz'
2937 '-fallow-invalid-boz' to enable the extension.
7684 boz-literal-constant.
7687 boz-literal-constants. If either I or J is a
13151 boz-literal-constant.
13522 boz-literal-constant.
13676 or a boz-literal-constant.
13792 boz-literal-constant.
15499 boz-literal-constant.
16181 boz-literal-constant.
[all …]
H A Dlang.opt392 fallow-invalid-boz
H A DChangeLog-20202297 * check.c (gfc_invalid_boz): Mention -fallow-invalid-boz
2300 extension and refer to -fallow-invalid-boz.
2301 * lang.opt (fallow-invalid-boz): Also mention 'X' in the help text
H A Dinvoke.texi119 @gccoptlist{-fall-intrinsics -fallow-argument-mismatch -fallow-invalid-boz @gol
251 @item -fallow-invalid-boz
252 @opindex @code{allow-invalid-boz}
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dcheck.c45 x->boz.rdx = 0; in reset_boz()
46 x->boz.len = 0; in reset_boz()
47 free (x->boz.str); in reset_boz()
232 sp = x->boz.str; in bin2real()
315 str = x->boz.str + (x->boz.len - len); in gfc_boz2real()
351 free (x->boz.str); in gfc_boz2real()
352 x->boz.len = len; in gfc_boz2real()
404 str = x->boz.str + (x->boz.len - len); in gfc_boz2int()
455 x->boz.rdx = 0; in gfc_boz2int()
456 x->boz.len = 0; in gfc_boz2int()
[all …]
H A Dexpr.c346 q->boz.len = p->boz.len; in gfc_copy_expr()
347 q->boz.rdx = p->boz.rdx; in gfc_copy_expr()
348 q->boz.str = XCNEWVEC (char, q->boz.len + 1); in gfc_copy_expr()
349 strncpy (q->boz.str, p->boz.str, p->boz.len); in gfc_copy_expr()
H A Dprimary.c492 e->boz.rdx = radix; in match_boz_constant()
493 e->boz.len = length; in match_boz_constant()
494 e->boz.str = XCNEWVEC (char, length + 1); in match_boz_constant()
495 strncpy (e->boz.str, buffer, length); in match_boz_constant()
H A Dintrinsic.texi1154 a boz-literal-constant. @var{I} and @var{J} shall not both be
1155 boz-literal-constants. If either @var{I} or @var{J} is a
1163 return has the larger kind. A boz-literal-constant is
7673 kind type parameter as @var{I} or a boz-literal-constant.
8146 kind type parameter as @var{I} or a boz-literal-constant.
8476 kind type parameter as @var{I} or a boz-literal-constant.
10583 kind type parameter as @var{I} or a boz-literal-constant.
11431 boz-literal-constants. If either @var{I} and @var{J} is a
11439 return has the larger kind. A boz-literal-constant is
15005 boz-literal-constants. If either @var{I} and @var{J} is a
[all …]
H A Ddump-parse-tree.c563 if (p->boz.rdx == 2) in show_expr()
565 else if (p->boz.rdx == 8) in show_expr()
569 fprintf (dumpfile, "%s'", p->boz.str); in show_expr()
H A Dgfortran.info558 '-fallow-invalid-boz'
3211 '-fallow-invalid-boz' to enable the extension.
8004 boz-literal-constant.
8007 boz-literal-constants. If either I or J is a
13480 boz-literal-constant.
13867 boz-literal-constant.
14024 or or a boz-literal-constant.
14144 boz-literal-constant.
15898 boz-literal-constant.
16599 boz-literal-constant.
[all …]
H A Dlang.opt388 fallow-invalid-boz
H A Dinvoke.texi119 @gccoptlist{-fall-intrinsics -fallow-argument-mismatch -fallow-invalid-boz @gol
251 @item -fallow-invalid-boz
252 @opindex @code{allow-invalid-boz}
/netbsd/external/gpl3/gcc/dist/gcc/jit/docs/topics/
H A Dexpressions.rst905 int boz = baz; /* rvalue from gcc_jit_lvalue_as_rvalue. */

12