adlint 1.16.0 → 1.18.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (83) hide show
  1. data/ChangeLog +471 -0
  2. data/MANIFEST +35 -8
  3. data/NEWS +50 -4
  4. data/bin/adlint +7 -7
  5. data/bin/adlint_chk +7 -7
  6. data/bin/adlint_cma +7 -7
  7. data/bin/adlint_sma +7 -7
  8. data/bin/adlintize +5 -5
  9. data/etc/mesg.d/en_US/messages.yml +3 -3
  10. data/etc/mesg.d/ja_JP/messages.yml +3 -3
  11. data/features/message_detection/E0013.feature +34 -0
  12. data/features/message_detection/W0007.feature +2 -0
  13. data/features/message_detection/W0583.feature +1 -2
  14. data/features/message_detection/W0641.feature +132 -0
  15. data/features/message_detection/W0643.feature +1 -1
  16. data/features/message_detection/W0644.feature +529 -0
  17. data/features/message_detection/W0645.feature +1 -1
  18. data/features/message_detection/W0649.feature +277 -0
  19. data/features/message_detection/W0650.feature +208 -0
  20. data/features/message_detection/W0697.feature +6 -0
  21. data/features/message_detection/W0705.feature +350 -0
  22. data/features/message_detection/W0707.feature +223 -0
  23. data/features/message_detection/W0711.feature +113 -0
  24. data/features/message_detection/W0712.feature +113 -0
  25. data/features/message_detection/W0713.feature +110 -0
  26. data/features/message_detection/W0714.feature +118 -0
  27. data/features/message_detection/W0715.feature +118 -0
  28. data/features/message_detection/W0716.feature +1 -0
  29. data/features/message_detection/W0717.feature +1 -0
  30. data/features/message_detection/W0718.feature +1 -0
  31. data/features/message_detection/W0719.feature +154 -0
  32. data/features/message_detection/W0723.feature +1 -2
  33. data/features/message_detection/W0732.feature +3 -0
  34. data/features/message_detection/W0733.feature +3 -0
  35. data/features/message_detection/W0734.feature +4 -0
  36. data/features/message_detection/W0735.feature +4 -0
  37. data/features/message_detection/W0745.feature +132 -0
  38. data/features/message_detection/W0780.feature +68 -0
  39. data/features/message_detection/W0783.feature +95 -0
  40. data/features/message_detection/W0792.feature +124 -0
  41. data/features/message_detection/W0793.feature +153 -0
  42. data/features/message_detection/W0794.feature +90 -0
  43. data/features/message_detection/W0830.feature +65 -0
  44. data/features/message_detection/W0833.feature +220 -0
  45. data/features/message_detection/W0834.feature +189 -0
  46. data/features/message_detection/W1026.feature +105 -0
  47. data/features/message_detection/W1031.feature +17 -34
  48. data/features/message_detection/W1039.feature +268 -0
  49. data/features/message_detection/W1047.feature +163 -0
  50. data/features/message_detection/W1066.feature +1 -0
  51. data/features/message_detection/W1067.feature +1 -0
  52. data/features/message_detection/W1068.feature +1 -0
  53. data/features/message_detection/W1069.feature +5 -0
  54. data/features/message_detection/W1070.feature +5 -0
  55. data/features/message_detection/W1071.feature +83 -0
  56. data/features/message_detection/W1073.feature +3 -2
  57. data/features/message_detection/W9003.feature +7 -12
  58. data/features/step_definitions/message_detection_steps.rb +4 -31
  59. data/features/support/env.rb +117 -2
  60. data/lib/adlint/c/branch.rb +0 -2
  61. data/lib/adlint/c/ctrlexpr.rb +33 -0
  62. data/lib/adlint/c/expr.rb +119 -31
  63. data/lib/adlint/c/interp.rb +44 -3
  64. data/lib/adlint/c/message.rb +1411 -29
  65. data/lib/adlint/c/object.rb +16 -2
  66. data/lib/adlint/c/option.rb +1 -0
  67. data/lib/adlint/c/parser.rb +101 -100
  68. data/lib/adlint/c/parser.y +3 -2
  69. data/lib/adlint/c/phase.rb +18 -0
  70. data/lib/adlint/c/resolver.rb +23 -0
  71. data/lib/adlint/c/syntax.rb +90 -4
  72. data/lib/adlint/c/type.rb +177 -110
  73. data/lib/adlint/cpp/macro.rb +4 -4
  74. data/lib/adlint/version.rb +2 -2
  75. data/share/demo/bad_include/test/"1/".h +0 -0
  76. data/share/doc/developers_guide_ja.html +3 -3
  77. data/share/doc/developers_guide_ja.texi +1 -1
  78. data/share/doc/users_guide_en.html +467 -506
  79. data/share/doc/users_guide_en.texi +95 -125
  80. data/share/doc/users_guide_ja.html +471 -518
  81. data/share/doc/users_guide_ja.texi +95 -133
  82. data/spec/spec_helper.rb +6 -0
  83. metadata +37 -10
@@ -1,8 +1,8 @@
1
1
  <html lang="ja">
2
2
  <head>
3
- <title>AdLint 1.16.0 利用者ガイド</title>
3
+ <title>AdLint 1.18.0 利用者ガイド</title>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
- <meta name="description" content="AdLint 1.16.0 利用者ガイド">
5
+ <meta name="description" content="AdLint 1.18.0 利用者ガイド">
6
6
  <meta name="generator" content="makeinfo 4.13">
7
7
  <link title="Top" rel="top" href="#Top">
8
8
  <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
@@ -44,7 +44,7 @@ td { border: 1px solid black; }
44
44
  --></style>
45
45
  </head>
46
46
  <body>
47
- <h1 class="settitle">AdLint 1.16.0 利用者ガイド</h1>
47
+ <h1 class="settitle">AdLint 1.18.0 利用者ガイド</h1>
48
48
  <div class="node">
49
49
  <a name="Top"></a>
50
50
  <p><hr>
@@ -2855,12 +2855,11 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Top">Top</a>
2855
2855
  <li><a href="#W1035">W1035</a>: `%s' は typedef として宣言されています。明示的な型指定子を使わずに、より内側のスコープで再宣言することはできません。
2856
2856
  <li><a href="#W1036">W1036</a>: `%s' は typedef として宣言されています。明示的な型指定子を使わずに、構造体または共用体のメンバとして再宣言することはできません。
2857
2857
  <li><a href="#W1037">W1037</a>: 外部結合をもつ `%s' が、二つ以上宣言されていますが互換性がありません。
2858
- <li><a href="#W1039">W1039</a>: 変換指定子に `ll' が使われています。
2858
+ <li><a href="#W1039">W1039</a>: %s 番目の変換指定子に `ll' が使われています。
2859
2859
  <li><a href="#W1040">W1040</a>: 前処理指令の後に認識できない文字列が記述されています。
2860
2860
  <li><a href="#W1041">W1041</a>: `%s' は、ISO C 標準規格の正式な前処理指令ではありません。
2861
2861
  <li><a href="#W1042">W1042</a>: 前処理指令の中で sizeof 演算子を使っています。これは言語拡張です。
2862
2862
  <li><a href="#W1043">W1043</a>: `@ address' は、ISO C 標準規格ではサポートされていません。言語拡張と見なします。
2863
- <li><a href="#W1044">W1044</a>: 文を包含する式は ISO C 標準規格ではサポートされていません。言語拡張と見なします。
2864
2863
  <li><a href="#W1045">W1045</a>: この `@ word' 構文は無視されます。
2865
2864
  <li><a href="#W1046">W1046</a>: `\' と改行の間にある空白文字類が無視されています。
2866
2865
  <li><a href="#W1047">W1047</a>: 構造体、共用体、あるいは配列の初期化子がリテラルではありません。
@@ -30725,14 +30724,14 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
30725
30724
 
30726
30725
  <h4 class="subsection">6.523.2 内容</h4>
30727
30726
 
30728
- <p><b>このメッセージは AdLint 2.0.0 で出力する予定です。</b>
30729
-
30730
- <p>このようなキャストは未定義の動作になります。従って、予期しない動作を引き起こす可能性があります。
30727
+ <p>このようなキャストは未定義の動作になります。従って、予期しない動作を引き起こす可能性があります。
30731
30728
 
30732
30729
  <h4 class="subsection">6.523.3 サンプルコード</h4>
30733
30730
 
30734
- <!-- {未実装} -->
30735
- <pre class="verbatim">/* 追記予定 */
30731
+ <pre class="verbatim">int *foo(const float f)
30732
+ {
30733
+ return (int *) f; /* W0641 */
30734
+ }
30736
30735
  </pre>
30737
30736
 
30738
30737
  <h4 class="subsection">6.523.4 関連メッセージ</h4>
@@ -30741,7 +30740,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
30741
30740
 
30742
30741
  <h4 class="subsection">6.523.5 対応バージョン</h4>
30743
30742
 
30744
- <p>2.0.0 の予定
30743
+ <p>1.18.0
30745
30744
 
30746
30745
  <div class="node">
30747
30746
  <a name="W0642"></a>
@@ -30847,16 +30846,15 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
30847
30846
 
30848
30847
  <h4 class="subsection">6.526.2 内容</h4>
30849
30848
 
30850
- <p><b>このメッセージは AdLint 2.0.0 で出力する予定です。</b>
30851
-
30852
- <p>未定義の動作のため、予期しない動作を引き起こす可能性があります。
30849
+ <p>未定義の動作のため、予期しない動作を引き起こす可能性があります。
30853
30850
 
30854
30851
  <h4 class="subsection">6.526.3 サンプルコード</h4>
30855
30852
 
30856
- <pre class="verbatim">extern void func(void);
30853
+ <pre class="verbatim">extern void foo(void);
30857
30854
 
30858
- if(func() == 0) { /* W0644 */
30859
- ...snip...
30855
+ int bar(void)
30856
+ {
30857
+ return (int) foo(); /* W0644 */
30860
30858
  }
30861
30859
  </pre>
30862
30860
 
@@ -30871,7 +30869,7 @@ if(func() == 0) { /* W0644 */
30871
30869
 
30872
30870
  <h4 class="subsection">6.526.5 対応バージョン</h4>
30873
30871
 
30874
- <p>2.0.0 の予定
30872
+ <p>1.18.0
30875
30873
 
30876
30874
  <div class="node">
30877
30875
  <a name="W0645"></a>
@@ -30973,14 +30971,14 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
30973
30971
 
30974
30972
  <h4 class="subsection">6.529.2 内容</h4>
30975
30973
 
30976
- <p><b>このメッセージは AdLint 2.0.0 で出力する予定です。</b>
30977
-
30978
- <p>このようなシフト演算は未定義の動作になります。従って、予期しない動作を引き起こす可能性があります。
30974
+ <p>このようなシフト演算は未定義の動作になります。従って、予期しない動作を引き起こす可能性があります。
30979
30975
 
30980
30976
  <h4 class="subsection">6.529.3 サンプルコード</h4>
30981
30977
 
30982
- <pre class="verbatim">short a; /* 16bit */
30983
- a &lt;&lt;= -4; /* W0649 */
30978
+ <pre class="verbatim">int foo(int i)
30979
+ {
30980
+ return i &lt;&lt; -1; /* W0649 */
30981
+ }
30984
30982
  </pre>
30985
30983
 
30986
30984
  <h4 class="subsection">6.529.4 関連メッセージ</h4>
@@ -30991,7 +30989,7 @@ a &lt;&lt;= -4; /* W0649 */
30991
30989
 
30992
30990
  <h4 class="subsection">6.529.5 対応バージョン</h4>
30993
30991
 
30994
- <p>2.0.0 の予定
30992
+ <p>1.18.0
30995
30993
 
30996
30994
  <div class="node">
30997
30995
  <a name="W0650"></a>
@@ -31012,14 +31010,14 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
31012
31010
 
31013
31011
  <h4 class="subsection">6.530.2 内容</h4>
31014
31012
 
31015
- <p><b>このメッセージは AdLint 2.0.0 で出力する予定です。</b>
31016
-
31017
- <p>このようなシフト演算は未定義の動作になります。従って、予期しない動作を引き起こす可能性があります。
31013
+ <p>このようなシフト演算は未定義の動作になります。従って、予期しない動作を引き起こす可能性があります。
31018
31014
 
31019
31015
  <h4 class="subsection">6.530.3 サンプルコード</h4>
31020
31016
 
31021
- <pre class="verbatim">char b; /* 8bit */
31022
- a = b &lt;&lt; 16; /* W0650 */
31017
+ <pre class="verbatim">unsigned int foo(unsigned int i)
31018
+ {
31019
+ return i &lt;&lt; 32; /* W0650 */
31020
+ }
31023
31021
  </pre>
31024
31022
 
31025
31023
  <h4 class="subsection">6.530.4 関連メッセージ</h4>
@@ -31030,7 +31028,7 @@ a = b &lt;&lt; 16; /* W0650 */
31030
31028
 
31031
31029
  <h4 class="subsection">6.530.5 対応バージョン</h4>
31032
31030
 
31033
- <p>2.0.0 の予定
31031
+ <p>1.18.0
31034
31032
 
31035
31033
  <div class="node">
31036
31034
  <a name="W0653"></a>
@@ -34071,15 +34069,17 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
34071
34069
 
34072
34070
  <h4 class="subsection">6.582.2 内容</h4>
34073
34071
 
34074
- <p><b>このメッセージは AdLint 2.0.0 で出力する予定です。</b>
34075
-
34076
- <p>配列の領域外にアクセスする動作は未定義の動作になります。したがって予期しない動作を引き起こす可能性があります。
34072
+ <p>配列の領域外にアクセスする動作は未定義の動作になります。したがって予期しない動作を引き起こす可能性があります。
34077
34073
 
34078
34074
  <h4 class="subsection">6.582.3 サンプルコード</h4>
34079
34075
 
34080
- <pre class="verbatim">int arr[10];
34076
+ <pre class="verbatim">extern int a[5];
34081
34077
 
34082
- arr[15] = 0; /* W0707 */
34078
+ int foo(void)
34079
+ {
34080
+ int i = a[5]; /* W0707 */
34081
+ return i;
34082
+ }
34083
34083
  </pre>
34084
34084
 
34085
34085
  <h4 class="subsection">6.582.4 関連メッセージ</h4>
@@ -34088,7 +34088,7 @@ arr[15] = 0; /* W0707 */
34088
34088
 
34089
34089
  <h4 class="subsection">6.582.5 対応バージョン</h4>
34090
34090
 
34091
- <p>2.0.0 の予定
34091
+ <p>1.18.0
34092
34092
 
34093
34093
  <div class="node">
34094
34094
  <a name="W0708"></a>
@@ -34478,17 +34478,17 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
34478
34478
 
34479
34479
  <h4 class="subsection">6.592.2 内容</h4>
34480
34480
 
34481
- <p><b>このメッセージは AdLint 2.0.0 で出力する予定です。</b>
34482
-
34483
- <p>このようなシフト演算は汎整数拡張後の型の範囲を超えていないため、
34481
+ <p>このようなシフト演算は汎整数拡張後の型の範囲を超えていないため、
34484
34482
  未定義の動作にはなりませんが、
34485
34483
  汎整数拡張が生じない型の変数への代入に変更した時点で未定義の動作になりますので、
34486
34484
  潜在的な危険を伴います。
34487
34485
 
34488
34486
  <h4 class="subsection">6.592.3 サンプルコード</h4>
34489
34487
 
34490
- <pre class="verbatim">unsigned char uc;
34491
- unsigned int ui = uc >> 8; /* W0719 */
34488
+ <pre class="verbatim">int foo(char c)
34489
+ {
34490
+ return c &lt;&lt; 31; /* W0719 */
34491
+ }
34492
34492
  </pre>
34493
34493
 
34494
34494
  <h4 class="subsection">6.592.4 関連メッセージ</h4>
@@ -34497,7 +34497,7 @@ unsigned int ui = uc >> 8; /* W0719 */
34497
34497
 
34498
34498
  <h4 class="subsection">6.592.5 対応バージョン</h4>
34499
34499
 
34500
- <p>2.0.0 の予定
34500
+ <p>1.18.0
34501
34501
 
34502
34502
  <div class="node">
34503
34503
  <a name="W0720"></a>
@@ -37264,14 +37264,15 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
37264
37264
 
37265
37265
  <h4 class="subsection">6.649.2 内容</h4>
37266
37266
 
37267
- <p><b>このメッセージは AdLint 2.0.0 で出力する予定です。</b>
37268
-
37269
- <p>シフト演算の結果として上位ビットの情報が欠落してしまいます。
37267
+ <p>シフト演算の結果として上位ビットの情報が欠落してしまいます。
37270
37268
  これが意図通りであれば問題ありませんが、意図通りでない場合は、不具合の原因になる可能性があります。
37271
37269
 
37272
37270
  <h4 class="subsection">6.649.3 サンプルコード</h4>
37273
37271
 
37274
- <pre class="verbatim">unsigned int ui = 0x0F000000U &lt;&lt; 8; /* W0780 */
37272
+ <pre class="verbatim">unsigned int foo(void)
37273
+ {
37274
+ return 0x08000000U &lt;&lt; 5; /* W0780 */
37275
+ }
37275
37276
  </pre>
37276
37277
 
37277
37278
  <h4 class="subsection">6.649.4 関連メッセージ</h4>
@@ -37280,7 +37281,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
37280
37281
 
37281
37282
  <h4 class="subsection">6.649.5 対応バージョン</h4>
37282
37283
 
37283
- <p>2.0.0 の予定
37284
+ <p>1.18.0
37284
37285
 
37285
37286
  <div class="node">
37286
37287
  <a name="W0781"></a>
@@ -37363,14 +37364,16 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
37363
37364
 
37364
37365
  <h4 class="subsection">6.651.2 内容</h4>
37365
37366
 
37366
- <p><b>このメッセージは AdLint 2.0.0 で出力する予定です。</b>
37367
-
37368
- <p>完全型から不完全型へのキャストは ISO C90 で未定義なので、予期しない動作を引き起こす可能性があります。
37367
+ <p>完全型から不完全型へのキャストは ISO C90 で未定義なので、予期しない動作を引き起こす可能性があります。
37369
37368
 
37370
37369
  <h4 class="subsection">6.651.3 サンプルコード</h4>
37371
37370
 
37372
- <!-- {未実装} -->
37373
- <pre class="verbatim">/* 追記予定 */
37371
+ <pre class="verbatim">extern struct Foo *gp;
37372
+
37373
+ void foo(int *p)
37374
+ {
37375
+ gp = (struct Foo *) p; /* W0783 */
37376
+ }
37374
37377
  </pre>
37375
37378
 
37376
37379
  <h4 class="subsection">6.651.4 関連メッセージ</h4>
@@ -37379,7 +37382,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
37379
37382
 
37380
37383
  <h4 class="subsection">6.651.5 対応バージョン</h4>
37381
37384
 
37382
- <p>2.0.0 の予定
37385
+ <p>1.18.0
37383
37386
 
37384
37387
  <div class="node">
37385
37388
  <a name="W0784"></a>
@@ -37763,14 +37766,14 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
37763
37766
 
37764
37767
  <h4 class="subsection">6.660.2 内容</h4>
37765
37768
 
37766
- <p><b>このメッセージは AdLint 2.0.0 で出力する予定です。</b>
37767
-
37768
- <p>関数ポインタから浮動小数点型へのキャスト、またはその逆のキャストは未定義の動作になります。従って、予期しない動作を引き起こす可能性があります。
37769
+ <p>関数ポインタから浮動小数点型へのキャスト、またはその逆のキャストは未定義の動作になります。従って、予期しない動作を引き起こす可能性があります。
37769
37770
 
37770
37771
  <h4 class="subsection">6.660.3 サンプルコード</h4>
37771
37772
 
37772
- <!-- {未実装} -->
37773
- <pre class="verbatim">/* 追記予定 */
37773
+ <pre class="verbatim">int (*foo(const float f))(void)
37774
+ {
37775
+ return (int (*)(void)) f; /* W0792 */
37776
+ }
37774
37777
  </pre>
37775
37778
 
37776
37779
  <h4 class="subsection">6.660.4 関連メッセージ</h4>
@@ -37779,7 +37782,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
37779
37782
 
37780
37783
  <h4 class="subsection">6.660.5 対応バージョン</h4>
37781
37784
 
37782
- <p>2.0.0 の予定
37785
+ <p>1.18.0
37783
37786
 
37784
37787
  <div class="node">
37785
37788
  <a name="W0793"></a>
@@ -37800,15 +37803,17 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
37800
37803
 
37801
37804
  <h4 class="subsection">6.661.2 内容</h4>
37802
37805
 
37803
- <p><b>このメッセージは AdLint 2.0.0 で出力する予定です。</b>
37804
-
37805
- <p>オブジェクトを指すポインタから関数ポインタへのキャスト、またはその逆の黄やストは未定義の動作になります。
37806
+ <p>オブジェクトを指すポインタから関数ポインタへのキャスト、またはその逆の黄やストは未定義の動作になります。
37806
37807
  従って、予期しない動作を引き起こす可能性があります。
37807
37808
 
37808
37809
  <h4 class="subsection">6.661.3 サンプルコード</h4>
37809
37810
 
37810
- <!-- {未実装} -->
37811
- <pre class="verbatim">/* 追記予定 */
37811
+ <pre class="verbatim">typedef int (*funptr_t)(void);
37812
+
37813
+ funptr_t foo(float *p)
37814
+ {
37815
+ return (funptr_t) p; /* W0793 */
37816
+ }
37812
37817
  </pre>
37813
37818
 
37814
37819
  <h4 class="subsection">6.661.4 関連メッセージ</h4>
@@ -37817,7 +37822,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
37817
37822
 
37818
37823
  <h4 class="subsection">6.661.5 対応バージョン</h4>
37819
37824
 
37820
- <p>2.0.0 の予定
37825
+ <p>1.18.0
37821
37826
 
37822
37827
  <div class="node">
37823
37828
  <a name="W0794"></a>
@@ -37838,15 +37843,15 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
37838
37843
 
37839
37844
  <h4 class="subsection">6.662.2 内容</h4>
37840
37845
 
37841
- <p><b>このメッセージは AdLint 2.0.0 で出力する予定です。</b>
37842
-
37843
- <p>整数の負の値をどのように表現するかは規格で定義されているわけではありません。
37846
+ <p>整数の負の値をどのように表現するかは規格で定義されているわけではありません。
37844
37847
  従って、符号付き型の値に対して左シフト演算をした結果は、コンパイラに依存することになり、移植性が低下します。
37845
37848
 
37846
37849
  <h4 class="subsection">6.662.3 サンプルコード</h4>
37847
37850
 
37848
- <pre class="verbatim">int a = 0x40000000;
37849
- a &lt;&lt;= 3; /* W0794 */
37851
+ <pre class="verbatim">int func(int i)
37852
+ {
37853
+ return i &lt;&lt; 1; /* W0794 */
37854
+ }
37850
37855
  </pre>
37851
37856
 
37852
37857
  <h4 class="subsection">6.662.4 関連メッセージ</h4>
@@ -37855,7 +37860,7 @@ a &lt;&lt;= 3; /* W0794 */
37855
37860
 
37856
37861
  <h4 class="subsection">6.662.5 対応バージョン</h4>
37857
37862
 
37858
- <p>2.0.0 の予定
37863
+ <p>1.18.0
37859
37864
 
37860
37865
  <div class="node">
37861
37866
  <a name="W0795"></a>
@@ -38660,17 +38665,11 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
38660
38665
 
38661
38666
  <h4 class="subsection">6.682.2 内容</h4>
38662
38667
 
38663
- <p><b>このメッセージは AdLint 2.0.0 で出力する予定です。</b>
38664
-
38665
- <p>このような記述は、言語拡張に該当するため、移植性を低下させます。
38668
+ <p>このような記述は、言語拡張に該当するため、移植性を低下させます。
38666
38669
 
38667
38670
  <h4 class="subsection">6.682.3 サンプルコード</h4>
38668
38671
 
38669
- <pre class="verbatim">enum COLOR {
38670
- RED,
38671
- BLUE,
38672
- GREEN, /* W0830 */
38673
- };
38672
+ <pre class="verbatim">enum Color { Red, Green, Blue, }; /* W0830 */
38674
38673
  </pre>
38675
38674
 
38676
38675
  <h4 class="subsection">6.682.4 関連メッセージ</h4>
@@ -38679,7 +38678,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
38679
38678
 
38680
38679
  <h4 class="subsection">6.682.5 対応バージョン</h4>
38681
38680
 
38682
- <p>2.0.0 の予定
38681
+ <p>1.18.0
38683
38682
 
38684
38683
  <div class="node">
38685
38684
  <a name="W0831"></a>
@@ -38794,13 +38793,11 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
38794
38793
 
38795
38794
  <h4 class="subsection">6.685.2 内容</h4>
38796
38795
 
38797
- <p><b>このメッセージは AdLint 2.0.0 で出力する予定です。</b>
38798
-
38799
- <p>接尾語 <code>LL</code> は、言語拡張に該当するため、移植性を低下させます。
38796
+ <p>接尾語 <code>LL</code> は、言語拡張に該当するため、移植性を低下させます。
38800
38797
 
38801
38798
  <h4 class="subsection">6.685.3 サンプルコード</h4>
38802
38799
 
38803
- <pre class="verbatim">long long int a = 0LL; /* W0833 */
38800
+ <pre class="verbatim">long long ll = 123LL; /* W0833 */
38804
38801
  </pre>
38805
38802
 
38806
38803
  <h4 class="subsection">6.685.4 関連メッセージ</h4>
@@ -38811,7 +38808,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
38811
38808
 
38812
38809
  <h4 class="subsection">6.685.5 対応バージョン</h4>
38813
38810
 
38814
- <p>2.0.0 の予定
38811
+ <p>1.18.0
38815
38812
 
38816
38813
  <div class="node">
38817
38814
  <a name="W0834"></a>
@@ -38832,13 +38829,11 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
38832
38829
 
38833
38830
  <h4 class="subsection">6.686.2 内容</h4>
38834
38831
 
38835
- <p><b>このメッセージは AdLint 2.0.0 で出力する予定です。</b>
38836
-
38837
- <p><code>long long</code> 型は、言語拡張に該当するため、移植性を低下させます。
38832
+ <p><code>long long</code> 型は、言語拡張に該当するため、移植性を低下させます。
38838
38833
 
38839
38834
  <h4 class="subsection">6.686.3 サンプルコード</h4>
38840
38835
 
38841
- <pre class="verbatim">long long a = 0; /* W0834 */
38836
+ <pre class="verbatim">extern long long ll; /* W0834 */
38842
38837
  </pre>
38843
38838
 
38844
38839
  <h4 class="subsection">6.686.4 関連メッセージ</h4>
@@ -38849,7 +38844,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
38849
38844
 
38850
38845
  <h4 class="subsection">6.686.5 対応バージョン</h4>
38851
38846
 
38852
- <p>2.0.0 の予定
38847
+ <p>1.18.0
38853
38848
 
38854
38849
  <div class="node">
38855
38850
  <a name="W0835"></a>
@@ -39063,14 +39058,17 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
39063
39058
 
39064
39059
  <h4 class="subsection">6.692.2 内容</h4>
39065
39060
 
39066
- <p><b>このメッセージは AdLint 2.0.0 で出力する予定です。</b>
39067
-
39068
- <p>不完全型の構造体や配列を仮引数にしています。関数の全ての仮引数はオブジェクト型の式である必要があります。
39061
+ <p>不完全型の構造体や配列を仮引数にしています。関数の全ての仮引数はオブジェクト型の式である必要があります。
39069
39062
 
39070
39063
  <h4 class="subsection">6.692.3 サンプルコード</h4>
39071
39064
 
39072
- <!-- {未実装} -->
39073
- <pre class="verbatim">/* 追記予定 */
39065
+ <pre class="verbatim">extern struct st s;
39066
+ extern void foo(struct st);
39067
+
39068
+ void bar(void)
39069
+ {
39070
+ foo(s); /* W1026 */
39071
+ }
39074
39072
  </pre>
39075
39073
 
39076
39074
  <h4 class="subsection">6.692.4 関連メッセージ</h4>
@@ -39079,7 +39077,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
39079
39077
 
39080
39078
  <h4 class="subsection">6.692.5 対応バージョン</h4>
39081
39079
 
39082
- <p>2.0.0 の予定
39080
+ <p>1.18.0
39083
39081
 
39084
39082
  <div class="node">
39085
39083
  <a name="W1027"></a>
@@ -39538,18 +39536,20 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
39538
39536
 
39539
39537
  <h4 class="subsection">6.704.1 メッセージ本文</h4>
39540
39538
 
39541
- <p>変換指定子に `ll' が使われています。
39539
+ <p>%s 番目の指定子に `ll' が使われています。
39542
39540
 
39543
39541
  <h4 class="subsection">6.704.2 内容</h4>
39544
39542
 
39545
- <p><b>このメッセージは AdLint 2.0.0 で出力する予定です。</b>
39546
-
39547
- <p>'<code>ll</code>' を変換指定子に使用しています。このような記述は ISO C90 では認められていません。
39543
+ <p>'<code>ll</code>' を変換指定子に使用しています。このような記述は ISO C90 では認められていません。
39548
39544
 
39549
39545
  <h4 class="subsection">6.704.3 サンプルコード</h4>
39550
39546
 
39551
- <!-- {未実装} -->
39552
- <pre class="verbatim">/* 追記予定 */
39547
+ <pre class="verbatim">extern int printf(const char *, ...);
39548
+
39549
+ void foo(long long ll)
39550
+ {
39551
+ printf("%lld", ll); /* W1039 */
39552
+ }
39553
39553
  </pre>
39554
39554
 
39555
39555
  <h4 class="subsection">6.704.4 関連メッセージ</h4>
@@ -39558,7 +39558,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
39558
39558
 
39559
39559
  <h4 class="subsection">6.704.5 対応バージョン</h4>
39560
39560
 
39561
- <p>2.0.0 の予定
39561
+ <p>1.18.0
39562
39562
 
39563
39563
  <div class="node">
39564
39564
  <a name="W1040"></a>
@@ -39687,7 +39687,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
39687
39687
  <div class="node">
39688
39688
  <a name="W1043"></a>
39689
39689
  <p><hr>
39690
- Next:&nbsp;<a rel="next" accesskey="n" href="#W1044">W1044</a>,
39690
+ Next:&nbsp;<a rel="next" accesskey="n" href="#W1045">W1045</a>,
39691
39691
  Previous:&nbsp;<a rel="previous" accesskey="p" href="#W1042">W1042</a>,
39692
39692
  Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
39693
39693
 
@@ -39716,7 +39716,6 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
39716
39716
  <h4 class="subsection">6.708.4 関連メッセージ</h4>
39717
39717
 
39718
39718
  <ul>
39719
- <li><a href="#W1044">W1044</a> 文を包含する式は ISO C 標準規格ではサポートされていません。言語拡張と見なします。
39720
39719
  <li><a href="#W1045">W1045</a> この `@ word' 構文は無視されます。
39721
39720
  </ul>
39722
39721
 
@@ -39725,25 +39724,25 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
39725
39724
  <p>2.0.0 以降の予定
39726
39725
 
39727
39726
  <div class="node">
39728
- <a name="W1044"></a>
39727
+ <a name="W1045"></a>
39729
39728
  <p><hr>
39730
- Next:&nbsp;<a rel="next" accesskey="n" href="#W1045">W1045</a>,
39729
+ Next:&nbsp;<a rel="next" accesskey="n" href="#W1046">W1046</a>,
39731
39730
  Previous:&nbsp;<a rel="previous" accesskey="p" href="#W1043">W1043</a>,
39732
39731
  Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
39733
39732
 
39734
39733
  </div>
39735
39734
 
39736
- <h3 class="section">6.709 W1044</h3>
39735
+ <h3 class="section">6.709 W1045</h3>
39737
39736
 
39738
- <p><a name="index-W1044-755"></a>
39737
+ <p><a name="index-W1045-755"></a>
39739
39738
 
39740
39739
  <h4 class="subsection">6.709.1 メッセージ本文</h4>
39741
39740
 
39742
- <p>文を包含する式は ISO C 標準規格ではサポートされていません。言語拡張と見なします。
39741
+ <p>この `@ word' 構文は無視されます。
39743
39742
 
39744
39743
  <h4 class="subsection">6.709.2 内容</h4>
39745
39744
 
39746
- <p><b>このメッセージは AdLint 2.0.0 で出力する予定です。</b>
39745
+ <p><b>このメッセージは AdLint 2.0.0 以降で出力する予定です。</b>
39747
39746
 
39748
39747
  <p>このような構文記述は、ISO C90 標準規格ではサポートされていないため、言語拡張とみなされます。
39749
39748
 
@@ -39757,51 +39756,10 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
39757
39756
 
39758
39757
  <ul>
39759
39758
  <li><a href="#W1043">W1043</a> `@ address' は、ISO C 標準規格ではサポートされていません。言語拡張と見なします。
39760
- <li><a href="#W1045">W1045</a> この `@ word' 構文は無視されます。
39761
39759
  </ul>
39762
39760
 
39763
39761
  <h4 class="subsection">6.709.5 対応バージョン</h4>
39764
39762
 
39765
- <p>2.0.0 の予定
39766
-
39767
- <div class="node">
39768
- <a name="W1045"></a>
39769
- <p><hr>
39770
- Next:&nbsp;<a rel="next" accesskey="n" href="#W1046">W1046</a>,
39771
- Previous:&nbsp;<a rel="previous" accesskey="p" href="#W1044">W1044</a>,
39772
- Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
39773
-
39774
- </div>
39775
-
39776
- <h3 class="section">6.710 W1045</h3>
39777
-
39778
- <p><a name="index-W1045-756"></a>
39779
-
39780
- <h4 class="subsection">6.710.1 メッセージ本文</h4>
39781
-
39782
- <p>この `@ word' 構文は無視されます。
39783
-
39784
- <h4 class="subsection">6.710.2 内容</h4>
39785
-
39786
- <p><b>このメッセージは AdLint 2.0.0 以降で出力する予定です。</b>
39787
-
39788
- <p>このような構文記述は、ISO C90 標準規格ではサポートされていないため、言語拡張とみなされます。
39789
-
39790
- <h4 class="subsection">6.710.3 サンプルコード</h4>
39791
-
39792
- <!-- {未実装} -->
39793
- <pre class="verbatim">/* 追記予定 */
39794
- </pre>
39795
-
39796
- <h4 class="subsection">6.710.4 関連メッセージ</h4>
39797
-
39798
- <ul>
39799
- <li><a href="#W1043">W1043</a> `@ address' は、ISO C 標準規格ではサポートされていません。言語拡張と見なします。
39800
- <li><a href="#W1044">W1044</a> 文を包含する式は ISO C 標準規格ではサポートされていません。言語拡張と見なします。
39801
- </ul>
39802
-
39803
- <h4 class="subsection">6.710.5 対応バージョン</h4>
39804
-
39805
39763
  <p>2.0.0 以降の予定
39806
39764
 
39807
39765
  <div class="node">
@@ -39813,19 +39771,19 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
39813
39771
 
39814
39772
  </div>
39815
39773
 
39816
- <h3 class="section">6.711 W1046</h3>
39774
+ <h3 class="section">6.710 W1046</h3>
39817
39775
 
39818
- <p><a name="index-W1046-757"></a>
39776
+ <p><a name="index-W1046-756"></a>
39819
39777
 
39820
- <h4 class="subsection">6.711.1 メッセージ本文</h4>
39778
+ <h4 class="subsection">6.710.1 メッセージ本文</h4>
39821
39779
 
39822
39780
  <p>`\' と改行の間にある空白文字類が無視されています。
39823
39781
 
39824
- <h4 class="subsection">6.711.2 内容</h4>
39782
+ <h4 class="subsection">6.710.2 内容</h4>
39825
39783
 
39826
39784
  <p>ISO C 規格ではバックスラッシュ文字の後に直接改行文字が続くべきであると規定しています。
39827
39785
 
39828
- <h4 class="subsection">6.711.3 サンプルコード</h4>
39786
+ <h4 class="subsection">6.710.3 サンプルコード</h4>
39829
39787
 
39830
39788
  <pre class="verbatim">#define FOO(a, b) /* OK */ \
39831
39789
  ( /* W1046 */ \
@@ -39833,11 +39791,11 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
39833
39791
  )
39834
39792
  </pre>
39835
39793
 
39836
- <h4 class="subsection">6.711.4 関連メッセージ</h4>
39794
+ <h4 class="subsection">6.710.4 関連メッセージ</h4>
39837
39795
 
39838
39796
  <p>なし。
39839
39797
 
39840
- <h4 class="subsection">6.711.5 対応バージョン</h4>
39798
+ <h4 class="subsection">6.710.5 対応バージョン</h4>
39841
39799
 
39842
39800
  <p>1.16.0
39843
39801
 
@@ -39850,33 +39808,34 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
39850
39808
 
39851
39809
  </div>
39852
39810
 
39853
- <h3 class="section">6.712 W1047</h3>
39811
+ <h3 class="section">6.711 W1047</h3>
39854
39812
 
39855
- <p><a name="index-W1047-758"></a>
39813
+ <p><a name="index-W1047-757"></a>
39856
39814
 
39857
- <h4 class="subsection">6.712.1 メッセージ本文</h4>
39815
+ <h4 class="subsection">6.711.1 メッセージ本文</h4>
39858
39816
 
39859
39817
  <p>構造体、共用体、あるいは配列の初期化子がリテラルではありません。
39860
39818
 
39861
- <h4 class="subsection">6.712.2 内容</h4>
39862
-
39863
- <p><b>このメッセージは AdLint 2.0.0 で出力する予定です。</b>
39819
+ <h4 class="subsection">6.711.2 内容</h4>
39864
39820
 
39865
- <p>初期化子が定数式になっていません。
39821
+ <p>初期化子が定数式になっていません。
39866
39822
 
39867
- <h4 class="subsection">6.712.3 サンプルコード</h4>
39823
+ <h4 class="subsection">6.711.3 サンプルコード</h4>
39868
39824
 
39869
- <!-- {未実装} -->
39870
- <pre class="verbatim">/* 追記予定 */
39825
+ <pre class="verbatim">int foo(int i, int j)
39826
+ {
39827
+ int a[] = { 0, i, j }; /* W1047 */
39828
+ return a[1];
39829
+ }
39871
39830
  </pre>
39872
39831
 
39873
- <h4 class="subsection">6.712.4 関連メッセージ</h4>
39832
+ <h4 class="subsection">6.711.4 関連メッセージ</h4>
39874
39833
 
39875
39834
  <p>なし。
39876
39835
 
39877
- <h4 class="subsection">6.712.5 対応バージョン</h4>
39836
+ <h4 class="subsection">6.711.5 対応バージョン</h4>
39878
39837
 
39879
- <p>2.0.0 の予定
39838
+ <p>1.18.0
39880
39839
 
39881
39840
  <div class="node">
39882
39841
  <a name="W1048"></a>
@@ -39887,31 +39846,31 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
39887
39846
 
39888
39847
  </div>
39889
39848
 
39890
- <h3 class="section">6.713 W1048</h3>
39849
+ <h3 class="section">6.712 W1048</h3>
39891
39850
 
39892
- <p><a name="index-W1048-759"></a>
39851
+ <p><a name="index-W1048-758"></a>
39893
39852
 
39894
- <h4 class="subsection">6.713.1 メッセージ本文</h4>
39853
+ <h4 class="subsection">6.712.1 メッセージ本文</h4>
39895
39854
 
39896
39855
  <p>マルチバイト文字リテラルは処理系定義の値になります。
39897
39856
 
39898
- <h4 class="subsection">6.713.2 内容</h4>
39857
+ <h4 class="subsection">6.712.2 内容</h4>
39899
39858
 
39900
39859
  <p><b>このメッセージは AdLint 2.0.0 以降で出力する予定です。</b>
39901
39860
 
39902
39861
  <p>マルチバイト文字定数が使用されています。この値やサイズは処理系によって異なるため、移植性が低下します。
39903
39862
 
39904
- <h4 class="subsection">6.713.3 サンプルコード</h4>
39863
+ <h4 class="subsection">6.712.3 サンプルコード</h4>
39905
39864
 
39906
39865
  <!-- {未実装} -->
39907
39866
  <pre class="verbatim">/* 追記予定 */
39908
39867
  </pre>
39909
39868
 
39910
- <h4 class="subsection">6.713.4 関連メッセージ</h4>
39869
+ <h4 class="subsection">6.712.4 関連メッセージ</h4>
39911
39870
 
39912
39871
  <p>なし。
39913
39872
 
39914
- <h4 class="subsection">6.713.5 対応バージョン</h4>
39873
+ <h4 class="subsection">6.712.5 対応バージョン</h4>
39915
39874
 
39916
39875
  <p>2.0.0 以降の予定
39917
39876
 
@@ -39924,20 +39883,20 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
39924
39883
 
39925
39884
  </div>
39926
39885
 
39927
- <h3 class="section">6.714 W1049</h3>
39886
+ <h3 class="section">6.713 W1049</h3>
39928
39887
 
39929
- <p><a name="index-W1049-760"></a>
39888
+ <p><a name="index-W1049-759"></a>
39930
39889
 
39931
- <h4 class="subsection">6.714.1 メッセージ本文</h4>
39890
+ <h4 class="subsection">6.713.1 メッセージ本文</h4>
39932
39891
 
39933
39892
  <p>この整数式の符号付き整数型への変換結果は、符号付きの結果の型で表現できないことがあります。
39934
39893
 
39935
- <h4 class="subsection">6.714.2 内容</h4>
39894
+ <h4 class="subsection">6.713.2 内容</h4>
39936
39895
 
39937
39896
  <p><code>char</code> が 8bit の場合、<code>signed char</code> 型は -128~127 の範囲しか表現できません。したがって、例 1 では表現できないことがあります。この場合、結果は "処理系定義" になります。
39938
39897
  符号なし演算の結果は、オーバーフローせず、ラップアラウンドします。例 2 では、ラップアラウンドし結果が切り詰められる可能性があります。
39939
39898
 
39940
- <h4 class="subsection">6.714.3 サンプルコード</h4>
39899
+ <h4 class="subsection">6.713.3 サンプルコード</h4>
39941
39900
 
39942
39901
  <p>例 1
39943
39902
  <pre class="verbatim">void func1(signed int si)
@@ -39953,7 +39912,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
39953
39912
  }
39954
39913
  </pre>
39955
39914
 
39956
- <h4 class="subsection">6.714.4 関連メッセージ</h4>
39915
+ <h4 class="subsection">6.713.4 関連メッセージ</h4>
39957
39916
 
39958
39917
  <ul>
39959
39918
  <li><a href="#W1050">W1050</a> この整数式の符号付き整数型への変換結果は、符号付きの結果の型で表現できません。
@@ -39961,7 +39920,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
39961
39920
  <li><a href="#W1052">W1052</a> 符号無し型での算術演算の結果は、桁あふれによって 0 を回り込むことがあります。
39962
39921
  </ul>
39963
39922
 
39964
- <h4 class="subsection">6.714.5 対応バージョン</h4>
39923
+ <h4 class="subsection">6.713.5 対応バージョン</h4>
39965
39924
 
39966
39925
  <p>1.0.0
39967
39926
 
@@ -39974,20 +39933,20 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
39974
39933
 
39975
39934
  </div>
39976
39935
 
39977
- <h3 class="section">6.715 W1050</h3>
39936
+ <h3 class="section">6.714 W1050</h3>
39978
39937
 
39979
- <p><a name="index-W1050-761"></a>
39938
+ <p><a name="index-W1050-760"></a>
39980
39939
 
39981
- <h4 class="subsection">6.715.1 メッセージ本文</h4>
39940
+ <h4 class="subsection">6.714.1 メッセージ本文</h4>
39982
39941
 
39983
39942
  <p>この整数式の符号付き整数型への変換結果は、符号付きの結果の型で表現できません。
39984
39943
 
39985
- <h4 class="subsection">6.715.2 内容</h4>
39944
+ <h4 class="subsection">6.714.2 内容</h4>
39986
39945
 
39987
39946
  <p><code>char</code> が 8bit の場合、<code>signed char</code> 型は -128~127 の範囲しか表現できません。したがって、例 1 では表現できないことがあります。この場合、結果は "処理系定義" になります。
39988
39947
  符号なし演算の結果は、オーバーフローせず、ラップアラウンドします。例 2 では、ラップアラウンドし結果が切り詰められる可能性があります。
39989
39948
 
39990
- <h4 class="subsection">6.715.3 サンプルコード</h4>
39949
+ <h4 class="subsection">6.714.3 サンプルコード</h4>
39991
39950
 
39992
39951
  <p>例 1
39993
39952
  <pre class="verbatim">void func(signed int si)
@@ -40007,7 +39966,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
40007
39966
  }
40008
39967
  </pre>
40009
39968
 
40010
- <h4 class="subsection">6.715.4 関連メッセージ</h4>
39969
+ <h4 class="subsection">6.714.4 関連メッセージ</h4>
40011
39970
 
40012
39971
  <ul>
40013
39972
  <li><a href="#W1049">W1049</a> この整数式の符号付き整数型への変換結果は、符号付きの結果の型で表現できないことがあります。
@@ -40015,7 +39974,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
40015
39974
  <li><a href="#W1052">W1052</a> 符号無し型での算術演算の結果は、桁あふれによって 0 を回り込むことがあります。
40016
39975
  </ul>
40017
39976
 
40018
- <h4 class="subsection">6.715.5 対応バージョン</h4>
39977
+ <h4 class="subsection">6.714.5 対応バージョン</h4>
40019
39978
 
40020
39979
  <p>1.0.0
40021
39980
 
@@ -40028,19 +39987,19 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
40028
39987
 
40029
39988
  </div>
40030
39989
 
40031
- <h3 class="section">6.716 W1051</h3>
39990
+ <h3 class="section">6.715 W1051</h3>
40032
39991
 
40033
- <p><a name="index-W1051-762"></a>
39992
+ <p><a name="index-W1051-761"></a>
40034
39993
 
40035
- <h4 class="subsection">6.716.1 メッセージ本文</h4>
39994
+ <h4 class="subsection">6.715.1 メッセージ本文</h4>
40036
39995
 
40037
39996
  <p>符号無し型での算術演算の結果は、桁あふれによって 0 を回り込みます。
40038
39997
 
40039
- <h4 class="subsection">6.716.2 内容</h4>
39998
+ <h4 class="subsection">6.715.2 内容</h4>
40040
39999
 
40041
40000
  <p>符号なし演算の結果は、オーバーフローせずラップアラウンドし、結果が切り詰められる可能性があります。
40042
40001
 
40043
- <h4 class="subsection">6.716.3 サンプルコード</h4>
40002
+ <h4 class="subsection">6.715.3 サンプルコード</h4>
40044
40003
 
40045
40004
  <pre class="verbatim">unsigned int func(unsigned int ui)
40046
40005
  {
@@ -40052,7 +40011,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
40052
40011
  }
40053
40012
  </pre>
40054
40013
 
40055
- <h4 class="subsection">6.716.4 関連メッセージ</h4>
40014
+ <h4 class="subsection">6.715.4 関連メッセージ</h4>
40056
40015
 
40057
40016
  <ul>
40058
40017
  <li><a href="#W1049">W1049</a> この整数式の符号付き整数型への変換結果は、符号付きの結果の型で表現できないことがあります。
@@ -40060,7 +40019,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
40060
40019
  <li><a href="#W1052">W1052</a> 符号無し型での算術演算の結果は、桁あふれによって 0 を回り込むことがあります。
40061
40020
  </ul>
40062
40021
 
40063
- <h4 class="subsection">6.716.5 対応バージョン</h4>
40022
+ <h4 class="subsection">6.715.5 対応バージョン</h4>
40064
40023
 
40065
40024
  <p>1.0.0
40066
40025
 
@@ -40073,19 +40032,19 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
40073
40032
 
40074
40033
  </div>
40075
40034
 
40076
- <h3 class="section">6.717 W1052</h3>
40035
+ <h3 class="section">6.716 W1052</h3>
40077
40036
 
40078
- <p><a name="index-W1052-763"></a>
40037
+ <p><a name="index-W1052-762"></a>
40079
40038
 
40080
- <h4 class="subsection">6.717.1 メッセージ本文</h4>
40039
+ <h4 class="subsection">6.716.1 メッセージ本文</h4>
40081
40040
 
40082
40041
  <p>符号無し型での算術演算の結果は、桁あふれによって 0 を回り込むことがあります。
40083
40042
 
40084
- <h4 class="subsection">6.717.2 内容</h4>
40043
+ <h4 class="subsection">6.716.2 内容</h4>
40085
40044
 
40086
40045
  <p>符号なし演算の結果は、オーバーフローせずラップアラウンドし、結果が切り詰められる可能性があります。
40087
40046
 
40088
- <h4 class="subsection">6.717.3 サンプルコード</h4>
40047
+ <h4 class="subsection">6.716.3 サンプルコード</h4>
40089
40048
 
40090
40049
  <pre class="verbatim">unsigned int func(unsigned int a, unsigned int b)
40091
40050
  {
@@ -40097,7 +40056,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
40097
40056
  }
40098
40057
  </pre>
40099
40058
 
40100
- <h4 class="subsection">6.717.4 関連メッセージ</h4>
40059
+ <h4 class="subsection">6.716.4 関連メッセージ</h4>
40101
40060
 
40102
40061
  <ul>
40103
40062
  <li><a href="#W1049">W1049</a> この整数式の符号付き整数型への変換結果は、符号付きの結果の型で表現できないことがあります。
@@ -40105,7 +40064,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
40105
40064
  <li><a href="#W1051">W1051</a> 符号無し型での算術演算の結果は、桁あふれによって 0 を回り込みます。
40106
40065
  </ul>
40107
40066
 
40108
- <h4 class="subsection">6.717.5 対応バージョン</h4>
40067
+ <h4 class="subsection">6.716.5 対応バージョン</h4>
40109
40068
 
40110
40069
  <p>1.0.0
40111
40070
 
@@ -40118,19 +40077,19 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
40118
40077
 
40119
40078
  </div>
40120
40079
 
40121
- <h3 class="section">6.718 W1053</h3>
40080
+ <h3 class="section">6.717 W1053</h3>
40122
40081
 
40123
- <p><a name="index-W1053-764"></a>
40082
+ <p><a name="index-W1053-763"></a>
40124
40083
 
40125
- <h4 class="subsection">6.718.1 メッセージ本文</h4>
40084
+ <h4 class="subsection">6.717.1 メッセージ本文</h4>
40126
40085
 
40127
40086
  <p>仮引数が列挙型である関数の実引数に数値定数が渡されています。
40128
40087
 
40129
- <h4 class="subsection">6.718.2 内容</h4>
40088
+ <h4 class="subsection">6.717.2 内容</h4>
40130
40089
 
40131
40090
  <p>非列挙型から列挙型への変換が生じています。
40132
40091
 
40133
- <h4 class="subsection">6.718.3 サンプルコード</h4>
40092
+ <h4 class="subsection">6.717.3 サンプルコード</h4>
40134
40093
 
40135
40094
  <pre class="verbatim">enum Color { RED = 1, GREEN = 2, BLUE = 4 };
40136
40095
 
@@ -40142,7 +40101,7 @@ void func2(void)
40142
40101
  }
40143
40102
  </pre>
40144
40103
 
40145
- <h4 class="subsection">6.718.4 関連メッセージ</h4>
40104
+ <h4 class="subsection">6.717.4 関連メッセージ</h4>
40146
40105
 
40147
40106
  <ul>
40148
40107
  <li><a href="#W1054">W1054</a> 列挙型に、列挙型ではない式が代入されています。
@@ -40159,7 +40118,7 @@ void func2(void)
40159
40118
  <li><a href="#W1065">W1065</a> 列挙型の制御式が使われている switch 文で、異なる列挙型の値が case ラベルに使われています。
40160
40119
  </ul>
40161
40120
 
40162
- <h4 class="subsection">6.718.5 対応バージョン</h4>
40121
+ <h4 class="subsection">6.717.5 対応バージョン</h4>
40163
40122
 
40164
40123
  <p>1.6.0
40165
40124
 
@@ -40172,19 +40131,19 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
40172
40131
 
40173
40132
  </div>
40174
40133
 
40175
- <h3 class="section">6.719 W1054</h3>
40134
+ <h3 class="section">6.718 W1054</h3>
40176
40135
 
40177
- <p><a name="index-W1054-765"></a>
40136
+ <p><a name="index-W1054-764"></a>
40178
40137
 
40179
- <h4 class="subsection">6.719.1 メッセージ本文</h4>
40138
+ <h4 class="subsection">6.718.1 メッセージ本文</h4>
40180
40139
 
40181
40140
  <p>列挙型に、列挙型ではない式が代入されています。
40182
40141
 
40183
- <h4 class="subsection">6.719.2 内容</h4>
40142
+ <h4 class="subsection">6.718.2 内容</h4>
40184
40143
 
40185
40144
  <p>非列挙型から列挙型への変換が生じています。
40186
40145
 
40187
- <h4 class="subsection">6.719.3 サンプルコード</h4>
40146
+ <h4 class="subsection">6.718.3 サンプルコード</h4>
40188
40147
 
40189
40148
  <pre class="verbatim">enum Color { RED = 1, GREEN = 2, BLUE = 4 };
40190
40149
 
@@ -40196,7 +40155,7 @@ void func2(void)
40196
40155
  }
40197
40156
  </pre>
40198
40157
 
40199
- <h4 class="subsection">6.719.4 関連メッセージ</h4>
40158
+ <h4 class="subsection">6.718.4 関連メッセージ</h4>
40200
40159
 
40201
40160
  <ul>
40202
40161
  <li><a href="#W1053">W1053</a> 仮引数が列挙型である関数の実引数に数値定数が渡されています。
@@ -40213,7 +40172,7 @@ void func2(void)
40213
40172
  <li><a href="#W1065">W1065</a> 列挙型の制御式が使われている switch 文で、異なる列挙型の値が case ラベルに使われています。
40214
40173
  </ul>
40215
40174
 
40216
- <h4 class="subsection">6.719.5 対応バージョン</h4>
40175
+ <h4 class="subsection">6.718.5 対応バージョン</h4>
40217
40176
 
40218
40177
  <p>1.6.0
40219
40178
 
@@ -40226,19 +40185,19 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
40226
40185
 
40227
40186
  </div>
40228
40187
 
40229
- <h3 class="section">6.720 W1055</h3>
40188
+ <h3 class="section">6.719 W1055</h3>
40230
40189
 
40231
- <p><a name="index-W1055-766"></a>
40190
+ <p><a name="index-W1055-765"></a>
40232
40191
 
40233
- <h4 class="subsection">6.720.1 メッセージ本文</h4>
40192
+ <h4 class="subsection">6.719.1 メッセージ本文</h4>
40234
40193
 
40235
40194
  <p>戻り値が列挙型の関数から、列挙型ではない式が返されています。
40236
40195
 
40237
- <h4 class="subsection">6.720.2 内容</h4>
40196
+ <h4 class="subsection">6.719.2 内容</h4>
40238
40197
 
40239
40198
  <p>列挙型から非列挙型への変換が生じています。
40240
40199
 
40241
- <h4 class="subsection">6.720.3 サンプルコード</h4>
40200
+ <h4 class="subsection">6.719.3 サンプルコード</h4>
40242
40201
 
40243
40202
  <pre class="verbatim">enum Color { RED = 1, GREEN = 2, BLUE = 4 };
40244
40203
 
@@ -40248,7 +40207,7 @@ enum Color func(void)
40248
40207
  }
40249
40208
  </pre>
40250
40209
 
40251
- <h4 class="subsection">6.720.4 関連メッセージ</h4>
40210
+ <h4 class="subsection">6.719.4 関連メッセージ</h4>
40252
40211
 
40253
40212
  <ul>
40254
40213
  <li><a href="#W1053">W1053</a> 仮引数が列挙型である関数の実引数に数値定数が渡されています。
@@ -40265,7 +40224,7 @@ enum Color func(void)
40265
40224
  <li><a href="#W1065">W1065</a> 列挙型の制御式が使われている switch 文で、異なる列挙型の値が case ラベルに使われています。
40266
40225
  </ul>
40267
40226
 
40268
- <h4 class="subsection">6.720.5 対応バージョン</h4>
40227
+ <h4 class="subsection">6.719.5 対応バージョン</h4>
40269
40228
 
40270
40229
  <p>1.6.0
40271
40230
 
@@ -40278,19 +40237,19 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
40278
40237
 
40279
40238
  </div>
40280
40239
 
40281
- <h3 class="section">6.721 W1056</h3>
40240
+ <h3 class="section">6.720 W1056</h3>
40282
40241
 
40283
- <p><a name="index-W1056-767"></a>
40242
+ <p><a name="index-W1056-766"></a>
40284
40243
 
40285
- <h4 class="subsection">6.721.1 メッセージ本文</h4>
40244
+ <h4 class="subsection">6.720.1 メッセージ本文</h4>
40286
40245
 
40287
40246
  <p>仮引数が列挙型である関数の実引数が異なる列挙型のオブジェクトです。
40288
40247
 
40289
- <h4 class="subsection">6.721.2 内容</h4>
40248
+ <h4 class="subsection">6.720.2 内容</h4>
40290
40249
 
40291
40250
  <p>列挙型から異なる列挙型への変換が生じています。
40292
40251
 
40293
- <h4 class="subsection">6.721.3 サンプルコード</h4>
40252
+ <h4 class="subsection">6.720.3 サンプルコード</h4>
40294
40253
 
40295
40254
  <pre class="verbatim">enum Color { RED = 1, GREEN= 2, BLUE = 4 };
40296
40255
  enum Season { SPRING = 1, SUMMER, AUTUMN, WINTER };
@@ -40303,7 +40262,7 @@ void func2(enum Season ssn)
40303
40262
  }
40304
40263
  </pre>
40305
40264
 
40306
- <h4 class="subsection">6.721.4 関連メッセージ</h4>
40265
+ <h4 class="subsection">6.720.4 関連メッセージ</h4>
40307
40266
 
40308
40267
  <ul>
40309
40268
  <li><a href="#W1053">W1053</a> 仮引数が列挙型である関数の実引数に数値定数が渡されています。
@@ -40320,7 +40279,7 @@ void func2(enum Season ssn)
40320
40279
  <li><a href="#W1065">W1065</a> 列挙型の制御式が使われている switch 文で、異なる列挙型の値が case ラベルに使われています。
40321
40280
  </ul>
40322
40281
 
40323
- <h4 class="subsection">6.721.5 対応バージョン</h4>
40282
+ <h4 class="subsection">6.720.5 対応バージョン</h4>
40324
40283
 
40325
40284
  <p>1.6.0
40326
40285
 
@@ -40333,19 +40292,19 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
40333
40292
 
40334
40293
  </div>
40335
40294
 
40336
- <h3 class="section">6.722 W1057</h3>
40295
+ <h3 class="section">6.721 W1057</h3>
40337
40296
 
40338
- <p><a name="index-W1057-768"></a>
40297
+ <p><a name="index-W1057-767"></a>
40339
40298
 
40340
- <h4 class="subsection">6.722.1 メッセージ本文</h4>
40299
+ <h4 class="subsection">6.721.1 メッセージ本文</h4>
40341
40300
 
40342
40301
  <p>列挙型に、異なる列挙型のオブジェクトが代入されています。
40343
40302
 
40344
- <h4 class="subsection">6.722.2 内容</h4>
40303
+ <h4 class="subsection">6.721.2 内容</h4>
40345
40304
 
40346
40305
  <p>列挙型から異なる列挙型への変換が生じています。
40347
40306
 
40348
- <h4 class="subsection">6.722.3 サンプルコード</h4>
40307
+ <h4 class="subsection">6.721.3 サンプルコード</h4>
40349
40308
 
40350
40309
  <pre class="verbatim">enum Color { RED = 1, GREEN = 2, BLUE = 4 };
40351
40310
  enum Season { SPRING = 1, SUMMER, AUTUMN, WINTER };
@@ -40358,7 +40317,7 @@ void func(enum Season ssn)
40358
40317
  }
40359
40318
  </pre>
40360
40319
 
40361
- <h4 class="subsection">6.722.4 関連メッセージ</h4>
40320
+ <h4 class="subsection">6.721.4 関連メッセージ</h4>
40362
40321
 
40363
40322
  <ul>
40364
40323
  <li><a href="#W1053">W1053</a> 仮引数が列挙型である関数の実引数に数値定数が渡されています。
@@ -40375,7 +40334,7 @@ void func(enum Season ssn)
40375
40334
  <li><a href="#W1065">W1065</a> 列挙型の制御式が使われている switch 文で、異なる列挙型の値が case ラベルに使われています。
40376
40335
  </ul>
40377
40336
 
40378
- <h4 class="subsection">6.722.5 対応バージョン</h4>
40337
+ <h4 class="subsection">6.721.5 対応バージョン</h4>
40379
40338
 
40380
40339
  <p>1.6.0
40381
40340
 
@@ -40388,19 +40347,19 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
40388
40347
 
40389
40348
  </div>
40390
40349
 
40391
- <h3 class="section">6.723 W1058</h3>
40350
+ <h3 class="section">6.722 W1058</h3>
40392
40351
 
40393
- <p><a name="index-W1058-769"></a>
40352
+ <p><a name="index-W1058-768"></a>
40394
40353
 
40395
- <h4 class="subsection">6.723.1 メッセージ本文</h4>
40354
+ <h4 class="subsection">6.722.1 メッセージ本文</h4>
40396
40355
 
40397
40356
  <p>戻り値が列挙型の関数から、異なる列挙型のオブジェクトが返されています。
40398
40357
 
40399
- <h4 class="subsection">6.723.2 内容</h4>
40358
+ <h4 class="subsection">6.722.2 内容</h4>
40400
40359
 
40401
40360
  <p>列挙型から異なる列挙型への変換が生じています。
40402
40361
 
40403
- <h4 class="subsection">6.723.3 サンプルコード</h4>
40362
+ <h4 class="subsection">6.722.3 サンプルコード</h4>
40404
40363
 
40405
40364
  <pre class="verbatim">enum Color { RED = 1, GREEN = 2, BLUE = 4 };
40406
40365
  enum Season { SPRING = 1, SUMMER, AUTUMN, WINTER };
@@ -40411,7 +40370,7 @@ enum Color func(enum Season ssn)
40411
40370
  }
40412
40371
  </pre>
40413
40372
 
40414
- <h4 class="subsection">6.723.4 関連メッセージ</h4>
40373
+ <h4 class="subsection">6.722.4 関連メッセージ</h4>
40415
40374
 
40416
40375
  <ul>
40417
40376
  <li><a href="#W1053">W1053</a> 仮引数が列挙型である関数の実引数に数値定数が渡されています。
@@ -40428,7 +40387,7 @@ enum Color func(enum Season ssn)
40428
40387
  <li><a href="#W1065">W1065</a> 列挙型の制御式が使われている switch 文で、異なる列挙型の値が case ラベルに使われています。
40429
40388
  </ul>
40430
40389
 
40431
- <h4 class="subsection">6.723.5 対応バージョン</h4>
40390
+ <h4 class="subsection">6.722.5 対応バージョン</h4>
40432
40391
 
40433
40392
  <p>1.6.0
40434
40393
 
@@ -40441,19 +40400,19 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
40441
40400
 
40442
40401
  </div>
40443
40402
 
40444
- <h3 class="section">6.724 W1059</h3>
40403
+ <h3 class="section">6.723 W1059</h3>
40445
40404
 
40446
- <p><a name="index-W1059-770"></a>
40405
+ <p><a name="index-W1059-769"></a>
40447
40406
 
40448
- <h4 class="subsection">6.724.1 メッセージ本文</h4>
40407
+ <h4 class="subsection">6.723.1 メッセージ本文</h4>
40449
40408
 
40450
40409
  <p>仮引数が列挙型でない関数の実引数に列挙型が渡されています。
40451
40410
 
40452
- <h4 class="subsection">6.724.2 内容</h4>
40411
+ <h4 class="subsection">6.723.2 内容</h4>
40453
40412
 
40454
40413
  <p>列挙型から非列挙型への変換が生じています。
40455
40414
 
40456
- <h4 class="subsection">6.724.3 サンプルコード</h4>
40415
+ <h4 class="subsection">6.723.3 サンプルコード</h4>
40457
40416
 
40458
40417
  <pre class="verbatim">enum Color { RED = 1, GREEN = 2, BLUE = 4 };
40459
40418
 
@@ -40465,7 +40424,7 @@ void func2(enum Color col)
40465
40424
  }
40466
40425
  </pre>
40467
40426
 
40468
- <h4 class="subsection">6.724.4 関連メッセージ</h4>
40427
+ <h4 class="subsection">6.723.4 関連メッセージ</h4>
40469
40428
 
40470
40429
  <ul>
40471
40430
  <li><a href="#W1053">W1053</a> 仮引数が列挙型である関数の実引数に数値定数が渡されています。
@@ -40482,7 +40441,7 @@ void func2(enum Color col)
40482
40441
  <li><a href="#W1065">W1065</a> 列挙型の制御式が使われている switch 文で、異なる列挙型の値が case ラベルに使われています。
40483
40442
  </ul>
40484
40443
 
40485
- <h4 class="subsection">6.724.5 対応バージョン</h4>
40444
+ <h4 class="subsection">6.723.5 対応バージョン</h4>
40486
40445
 
40487
40446
  <p>1.6.0
40488
40447
 
@@ -40495,19 +40454,19 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
40495
40454
 
40496
40455
  </div>
40497
40456
 
40498
- <h3 class="section">6.725 W1060</h3>
40457
+ <h3 class="section">6.724 W1060</h3>
40499
40458
 
40500
- <p><a name="index-W1060-771"></a>
40459
+ <p><a name="index-W1060-770"></a>
40501
40460
 
40502
- <h4 class="subsection">6.725.1 メッセージ本文</h4>
40461
+ <h4 class="subsection">6.724.1 メッセージ本文</h4>
40503
40462
 
40504
40463
  <p>戻り値が列挙型でない関数から、列挙型が返されています。
40505
40464
 
40506
- <h4 class="subsection">6.725.2 内容</h4>
40465
+ <h4 class="subsection">6.724.2 内容</h4>
40507
40466
 
40508
40467
  <p>非列挙型から列挙型への変換が生じています。
40509
40468
 
40510
- <h4 class="subsection">6.725.3 サンプルコード</h4>
40469
+ <h4 class="subsection">6.724.3 サンプルコード</h4>
40511
40470
 
40512
40471
  <pre class="verbatim">enum Color { RED = 1, GREEN = 2, BLUE = 4 };
40513
40472
 
@@ -40517,7 +40476,7 @@ int func2(enum Color col)
40517
40476
  }
40518
40477
  </pre>
40519
40478
 
40520
- <h4 class="subsection">6.725.4 関連メッセージ</h4>
40479
+ <h4 class="subsection">6.724.4 関連メッセージ</h4>
40521
40480
 
40522
40481
  <ul>
40523
40482
  <li><a href="#W1053">W1053</a> 仮引数が列挙型である関数の実引数に数値定数が渡されています。
@@ -40534,7 +40493,7 @@ int func2(enum Color col)
40534
40493
  <li><a href="#W1065">W1065</a> 列挙型の制御式が使われている switch 文で、異なる列挙型の値が case ラベルに使われています。
40535
40494
  </ul>
40536
40495
 
40537
- <h4 class="subsection">6.725.5 対応バージョン</h4>
40496
+ <h4 class="subsection">6.724.5 対応バージョン</h4>
40538
40497
 
40539
40498
  <p>1.6.0
40540
40499
 
@@ -40547,19 +40506,19 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
40547
40506
 
40548
40507
  </div>
40549
40508
 
40550
- <h3 class="section">6.726 W1061</h3>
40509
+ <h3 class="section">6.725 W1061</h3>
40551
40510
 
40552
- <p><a name="index-W1061-772"></a>
40511
+ <p><a name="index-W1061-771"></a>
40553
40512
 
40554
- <h4 class="subsection">6.726.1 メッセージ本文</h4>
40513
+ <h4 class="subsection">6.725.1 メッセージ本文</h4>
40555
40514
 
40556
40515
  <p>仮引数が列挙型である関数の実引数に列挙型でない非定数式が渡されています。
40557
40516
 
40558
- <h4 class="subsection">6.726.2 内容</h4>
40517
+ <h4 class="subsection">6.725.2 内容</h4>
40559
40518
 
40560
40519
  <p>非列挙型から列挙型への変換が生じています。
40561
40520
 
40562
- <h4 class="subsection">6.726.3 サンプルコード</h4>
40521
+ <h4 class="subsection">6.725.3 サンプルコード</h4>
40563
40522
 
40564
40523
  <pre class="verbatim">enum Color { RED = 1, GREEN = 2, BLUE = 4 };
40565
40524
 
@@ -40571,7 +40530,7 @@ void func2(int num)
40571
40530
  }
40572
40531
  </pre>
40573
40532
 
40574
- <h4 class="subsection">6.726.4 関連メッセージ</h4>
40533
+ <h4 class="subsection">6.725.4 関連メッセージ</h4>
40575
40534
 
40576
40535
  <ul>
40577
40536
  <li><a href="#W1053">W1053</a> 仮引数が列挙型である関数の実引数に数値定数が渡されています。
@@ -40588,7 +40547,7 @@ void func2(int num)
40588
40547
  <li><a href="#W1065">W1065</a> 列挙型の制御式が使われている switch 文で、異なる列挙型の値が case ラベルに使われています。
40589
40548
  </ul>
40590
40549
 
40591
- <h4 class="subsection">6.726.5 対応バージョン</h4>
40550
+ <h4 class="subsection">6.725.5 対応バージョン</h4>
40592
40551
 
40593
40552
  <p>1.6.0
40594
40553
 
@@ -40601,19 +40560,19 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
40601
40560
 
40602
40561
  </div>
40603
40562
 
40604
- <h3 class="section">6.727 W1062</h3>
40563
+ <h3 class="section">6.726 W1062</h3>
40605
40564
 
40606
- <p><a name="index-W1062-773"></a>
40565
+ <p><a name="index-W1062-772"></a>
40607
40566
 
40608
- <h4 class="subsection">6.727.1 メッセージ本文</h4>
40567
+ <h4 class="subsection">6.726.1 メッセージ本文</h4>
40609
40568
 
40610
40569
  <p>非定数式が列挙型オブジェクトに代入されています。
40611
40570
 
40612
- <h4 class="subsection">6.727.2 内容</h4>
40571
+ <h4 class="subsection">6.726.2 内容</h4>
40613
40572
 
40614
40573
  <p>非列挙型から列挙型への変換が生じています。
40615
40574
 
40616
- <h4 class="subsection">6.727.3 サンプルコード</h4>
40575
+ <h4 class="subsection">6.726.3 サンプルコード</h4>
40617
40576
 
40618
40577
  <pre class="verbatim">enum Color { RED = 1, GREEN = 2, BLUE = 4 };
40619
40578
 
@@ -40625,7 +40584,7 @@ void func(int num)
40625
40584
  }
40626
40585
  </pre>
40627
40586
 
40628
- <h4 class="subsection">6.727.4 関連メッセージ</h4>
40587
+ <h4 class="subsection">6.726.4 関連メッセージ</h4>
40629
40588
 
40630
40589
  <ul>
40631
40590
  <li><a href="#W1053">W1053</a> 仮引数が列挙型である関数の実引数に数値定数が渡されています。
@@ -40642,7 +40601,7 @@ void func(int num)
40642
40601
  <li><a href="#W1065">W1065</a> 列挙型の制御式が使われている switch 文で、異なる列挙型の値が case ラベルに使われています。
40643
40602
  </ul>
40644
40603
 
40645
- <h4 class="subsection">6.727.5 対応バージョン</h4>
40604
+ <h4 class="subsection">6.726.5 対応バージョン</h4>
40646
40605
 
40647
40606
  <p>1.6.0
40648
40607
 
@@ -40655,19 +40614,19 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
40655
40614
 
40656
40615
  </div>
40657
40616
 
40658
- <h3 class="section">6.728 W1063</h3>
40617
+ <h3 class="section">6.727 W1063</h3>
40659
40618
 
40660
- <p><a name="index-W1063-774"></a>
40619
+ <p><a name="index-W1063-773"></a>
40661
40620
 
40662
- <h4 class="subsection">6.728.1 メッセージ本文</h4>
40621
+ <h4 class="subsection">6.727.1 メッセージ本文</h4>
40663
40622
 
40664
40623
  <p>戻り値が列挙型の関数から、非定数式が返されています。
40665
40624
 
40666
- <h4 class="subsection">6.728.2 内容</h4>
40625
+ <h4 class="subsection">6.727.2 内容</h4>
40667
40626
 
40668
40627
  <p>非列挙型から列挙型への変換が生じています。
40669
40628
 
40670
- <h4 class="subsection">6.728.3 サンプルコード</h4>
40629
+ <h4 class="subsection">6.727.3 サンプルコード</h4>
40671
40630
 
40672
40631
  <pre class="verbatim">enum Color { RED = 1, GREEN = 2, BLUE = 4 };
40673
40632
 
@@ -40677,7 +40636,7 @@ enum Color func(int num)
40677
40636
  }
40678
40637
  </pre>
40679
40638
 
40680
- <h4 class="subsection">6.728.4 関連メッセージ</h4>
40639
+ <h4 class="subsection">6.727.4 関連メッセージ</h4>
40681
40640
 
40682
40641
  <ul>
40683
40642
  <li><a href="#W1053">W1053</a> 仮引数が列挙型である関数の実引数に数値定数が渡されています。
@@ -40694,7 +40653,7 @@ enum Color func(int num)
40694
40653
  <li><a href="#W1065">W1065</a> 列挙型の制御式が使われている switch 文で、異なる列挙型の値が case ラベルに使われています。
40695
40654
  </ul>
40696
40655
 
40697
- <h4 class="subsection">6.728.5 対応バージョン</h4>
40656
+ <h4 class="subsection">6.727.5 対応バージョン</h4>
40698
40657
 
40699
40658
  <p>1.6.0
40700
40659
 
@@ -40707,19 +40666,19 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
40707
40666
 
40708
40667
  </div>
40709
40668
 
40710
- <h3 class="section">6.729 W1064</h3>
40669
+ <h3 class="section">6.728 W1064</h3>
40711
40670
 
40712
- <p><a name="index-W1064-775"></a>
40671
+ <p><a name="index-W1064-774"></a>
40713
40672
 
40714
- <h4 class="subsection">6.729.1 メッセージ本文</h4>
40673
+ <h4 class="subsection">6.728.1 メッセージ本文</h4>
40715
40674
 
40716
40675
  <p>列挙型の制御式が使われている switch 文で、整数定数が case ラベルに使われています。
40717
40676
 
40718
- <h4 class="subsection">6.729.2 内容</h4>
40677
+ <h4 class="subsection">6.728.2 内容</h4>
40719
40678
 
40720
40679
  <p>非列挙型から列挙型への変換が生じています。
40721
40680
 
40722
- <h4 class="subsection">6.729.3 サンプルコード</h4>
40681
+ <h4 class="subsection">6.728.3 サンプルコード</h4>
40723
40682
 
40724
40683
  <pre class="verbatim">enum Color { RED, BLUE, GREEN };
40725
40684
 
@@ -40736,7 +40695,7 @@ int func(enum Color c)
40736
40695
  }
40737
40696
  </pre>
40738
40697
 
40739
- <h4 class="subsection">6.729.4 関連メッセージ</h4>
40698
+ <h4 class="subsection">6.728.4 関連メッセージ</h4>
40740
40699
 
40741
40700
  <ul>
40742
40701
  <li><a href="#W1053">W1053</a> 仮引数が列挙型である関数の実引数に数値定数が渡されています。
@@ -40753,7 +40712,7 @@ int func(enum Color c)
40753
40712
  <li><a href="#W1065">W1065</a> 列挙型の制御式が使われている switch 文で、異なる列挙型の値が case ラベルに使われています。
40754
40713
  </ul>
40755
40714
 
40756
- <h4 class="subsection">6.729.5 対応バージョン</h4>
40715
+ <h4 class="subsection">6.728.5 対応バージョン</h4>
40757
40716
 
40758
40717
  <p>1.4.0
40759
40718
 
@@ -40766,19 +40725,19 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
40766
40725
 
40767
40726
  </div>
40768
40727
 
40769
- <h3 class="section">6.730 W1065</h3>
40728
+ <h3 class="section">6.729 W1065</h3>
40770
40729
 
40771
- <p><a name="index-W1065-776"></a>
40730
+ <p><a name="index-W1065-775"></a>
40772
40731
 
40773
- <h4 class="subsection">6.730.1 メッセージ本文</h4>
40732
+ <h4 class="subsection">6.729.1 メッセージ本文</h4>
40774
40733
 
40775
40734
  <p>列挙型の制御式が使われている switch 文で、異なる列挙型の値が case ラベルに使われています。
40776
40735
 
40777
- <h4 class="subsection">6.730.2 内容</h4>
40736
+ <h4 class="subsection">6.729.2 内容</h4>
40778
40737
 
40779
40738
  <p>列挙型から異なる列挙型への変換が生じています。
40780
40739
 
40781
- <h4 class="subsection">6.730.3 サンプルコード</h4>
40740
+ <h4 class="subsection">6.729.3 サンプルコード</h4>
40782
40741
 
40783
40742
  <pre class="verbatim">enum Color { RED, BLUE, GREEN };
40784
40743
  enum Fruits { APPLE, BANANA, ORANGE, GRAPE };
@@ -40796,7 +40755,7 @@ int func(enum Color c)
40796
40755
  }
40797
40756
  </pre>
40798
40757
 
40799
- <h4 class="subsection">6.730.4 関連メッセージ</h4>
40758
+ <h4 class="subsection">6.729.4 関連メッセージ</h4>
40800
40759
 
40801
40760
  <ul>
40802
40761
  <li><a href="#W1053">W1053</a> 仮引数が列挙型である関数の実引数に数値定数が渡されています。
@@ -40813,7 +40772,7 @@ int func(enum Color c)
40813
40772
  <li><a href="#W1064">W1064</a> 列挙型の制御式が使われている switch 文で、整数定数が case ラベルに使われています。
40814
40773
  </ul>
40815
40774
 
40816
- <h4 class="subsection">6.730.5 対応バージョン</h4>
40775
+ <h4 class="subsection">6.729.5 対応バージョン</h4>
40817
40776
 
40818
40777
  <p>1.4.0
40819
40778
 
@@ -40826,21 +40785,21 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
40826
40785
 
40827
40786
  </div>
40828
40787
 
40829
- <h3 class="section">6.731 W1066</h3>
40788
+ <h3 class="section">6.730 W1066</h3>
40830
40789
 
40831
- <p><a name="index-W1066-777"></a>
40790
+ <p><a name="index-W1066-776"></a>
40832
40791
 
40833
- <h4 class="subsection">6.731.1 メッセージ本文</h4>
40792
+ <h4 class="subsection">6.730.1 メッセージ本文</h4>
40834
40793
 
40835
40794
  <p>明示的に float 型の複合式の値を double 型に変換しています。
40836
40795
 
40837
- <h4 class="subsection">6.731.2 内容</h4>
40796
+ <h4 class="subsection">6.730.2 内容</h4>
40838
40797
 
40839
40798
  <p>例えばサンプルコードでは <code>float</code> 型変数 <code>a</code> の 2 乗した値が <code>float</code> 型の範囲に収まらないことを想定して
40840
40799
  <code>double</code> 型変数 <code>b</code> へ代入しています。しかし、環境によっては <code>a * a</code> の演算はいったん <code>float</code> 型として
40841
40800
  結果を出したあとに <code>double</code> 型にキャストされ、<code>b</code> へ代入される場合があります。その場合、<code>a</code> の値によっては精度落ちが起こります。
40842
40801
 
40843
- <h4 class="subsection">6.731.3 サンプルコード</h4>
40802
+ <h4 class="subsection">6.730.3 サンプルコード</h4>
40844
40803
 
40845
40804
  <pre class="verbatim">void func(float a)
40846
40805
  {
@@ -40848,14 +40807,14 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
40848
40807
  }
40849
40808
  </pre>
40850
40809
 
40851
- <h4 class="subsection">6.731.4 関連メッセージ</h4>
40810
+ <h4 class="subsection">6.730.4 関連メッセージ</h4>
40852
40811
 
40853
40812
  <ul>
40854
40813
  <li><a href="#W1067">W1067</a> 明示的に float 型の複合式の値を long double 型に変換しています。
40855
40814
  <li><a href="#W1068">W1068</a> 明示的に double 型の複合式の値を long double 型に変換しています。
40856
40815
  </ul>
40857
40816
 
40858
- <h4 class="subsection">6.731.5 対応バージョン</h4>
40817
+ <h4 class="subsection">6.730.5 対応バージョン</h4>
40859
40818
 
40860
40819
  <p>1.14.0
40861
40820
 
@@ -40868,21 +40827,21 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
40868
40827
 
40869
40828
  </div>
40870
40829
 
40871
- <h3 class="section">6.732 W1067</h3>
40830
+ <h3 class="section">6.731 W1067</h3>
40872
40831
 
40873
- <p><a name="index-W1067-778"></a>
40832
+ <p><a name="index-W1067-777"></a>
40874
40833
 
40875
- <h4 class="subsection">6.732.1 メッセージ本文</h4>
40834
+ <h4 class="subsection">6.731.1 メッセージ本文</h4>
40876
40835
 
40877
40836
  <p>明示的に float 型の複合式の値を long double 型に変換しています。
40878
40837
 
40879
- <h4 class="subsection">6.732.2 内容</h4>
40838
+ <h4 class="subsection">6.731.2 内容</h4>
40880
40839
 
40881
40840
  <p>例えばサンプルコードでは <code>float</code> 型変数 <code>a</code> の 2 乗した値が <code>float</code> 型の範囲に収まらないことを想定して
40882
40841
  <code>long double</code> 型変数 <code>b</code> へ代入しています。しかし、環境によっては <code>a * a</code> の演算はいったん <code>float</code> 型として
40883
40842
  結果を出したあとに <code>long double</code> 型にキャストされ、<code>b</code> へ代入される場合があります。その場合、<code>a</code> の値によっては精度落ちが起こります。
40884
40843
 
40885
- <h4 class="subsection">6.732.3 サンプルコード</h4>
40844
+ <h4 class="subsection">6.731.3 サンプルコード</h4>
40886
40845
 
40887
40846
  <pre class="verbatim">void func(float a)
40888
40847
  {
@@ -40890,14 +40849,14 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
40890
40849
  }
40891
40850
  </pre>
40892
40851
 
40893
- <h4 class="subsection">6.732.4 関連メッセージ</h4>
40852
+ <h4 class="subsection">6.731.4 関連メッセージ</h4>
40894
40853
 
40895
40854
  <ul>
40896
40855
  <li><a href="#W1066">W1066</a> 明示的に float 型の複合式の値を double 型に変換しています。
40897
40856
  <li><a href="#W1068">W1068</a> 明示的に double 型の複合式の値を long double 型に変換しています。
40898
40857
  </ul>
40899
40858
 
40900
- <h4 class="subsection">6.732.5 対応バージョン</h4>
40859
+ <h4 class="subsection">6.731.5 対応バージョン</h4>
40901
40860
 
40902
40861
  <p>1.14.0
40903
40862
 
@@ -40910,21 +40869,21 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
40910
40869
 
40911
40870
  </div>
40912
40871
 
40913
- <h3 class="section">6.733 W1068</h3>
40872
+ <h3 class="section">6.732 W1068</h3>
40914
40873
 
40915
- <p><a name="index-W1068-779"></a>
40874
+ <p><a name="index-W1068-778"></a>
40916
40875
 
40917
- <h4 class="subsection">6.733.1 メッセージ本文</h4>
40876
+ <h4 class="subsection">6.732.1 メッセージ本文</h4>
40918
40877
 
40919
40878
  <p>明示的に double 型の複合式の値を long double 型に変換しています。
40920
40879
 
40921
- <h4 class="subsection">6.733.2 内容</h4>
40880
+ <h4 class="subsection">6.732.2 内容</h4>
40922
40881
 
40923
40882
  <p>例えばサンプルコードでは <code>double</code> 型変数 <code>a</code> の 2 乗した値が <code>double</code> 型の範囲に収まらないことを想定して
40924
40883
  <code>long double</code> 型変数 <code>b</code> へ代入しています。しかし、環境によっては <code>a * a</code> の演算はいったん <code>double</code> 型として
40925
40884
  結果を出したあとに <code>long double</code> 型にキャストされ、<code>b</code> へ代入される場合があります。その場合、<code>a</code> の値によっては精度落ちが起こります。
40926
40885
 
40927
- <h4 class="subsection">6.733.3 サンプルコード</h4>
40886
+ <h4 class="subsection">6.732.3 サンプルコード</h4>
40928
40887
 
40929
40888
  <pre class="verbatim">void func(double a)
40930
40889
  {
@@ -40932,14 +40891,14 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
40932
40891
  }
40933
40892
  </pre>
40934
40893
 
40935
- <h4 class="subsection">6.733.4 関連メッセージ</h4>
40894
+ <h4 class="subsection">6.732.4 関連メッセージ</h4>
40936
40895
 
40937
40896
  <ul>
40938
40897
  <li><a href="#W1066">W1066</a> 明示的に float 型の複合式の値を double 型に変換しています。
40939
40898
  <li><a href="#W1067">W1067</a> 明示的に float 型の複合式の値を long double 型に変換しています。
40940
40899
  </ul>
40941
40900
 
40942
- <h4 class="subsection">6.733.5 対応バージョン</h4>
40901
+ <h4 class="subsection">6.732.5 対応バージョン</h4>
40943
40902
 
40944
40903
  <p>1.14.0
40945
40904
 
@@ -40952,19 +40911,19 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
40952
40911
 
40953
40912
  </div>
40954
40913
 
40955
- <h3 class="section">6.734 W1069</h3>
40914
+ <h3 class="section">6.733 W1069</h3>
40956
40915
 
40957
- <p><a name="index-W1069-780"></a>
40916
+ <p><a name="index-W1069-779"></a>
40958
40917
 
40959
- <h4 class="subsection">6.734.1 メッセージ本文</h4>
40918
+ <h4 class="subsection">6.733.1 メッセージ本文</h4>
40960
40919
 
40961
40920
  <p>この `if-else-if' 文には、末尾の `else' 節がありません。
40962
40921
 
40963
- <h4 class="subsection">6.734.2 内容</h4>
40922
+ <h4 class="subsection">6.733.2 内容</h4>
40964
40923
 
40965
40924
  <p><code>else</code> 節がないと、 <code>else</code> 節を書き忘れているのか、 <code>else</code> 節が発生しない <code>if-else if</code> 文なのかが分からず、混乱を招きます。
40966
40925
 
40967
- <h4 class="subsection">6.734.3 サンプルコード</h4>
40926
+ <h4 class="subsection">6.733.3 サンプルコード</h4>
40968
40927
 
40969
40928
  <pre class="verbatim">static int func(int i)
40970
40929
  {
@@ -40978,11 +40937,11 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
40978
40937
  }
40979
40938
  </pre>
40980
40939
 
40981
- <h4 class="subsection">6.734.4 関連メッセージ</h4>
40940
+ <h4 class="subsection">6.733.4 関連メッセージ</h4>
40982
40941
 
40983
40942
  <p>なし。
40984
40943
 
40985
- <h4 class="subsection">6.734.5 対応バージョン</h4>
40944
+ <h4 class="subsection">6.733.5 対応バージョン</h4>
40986
40945
 
40987
40946
  <p>1.14.0
40988
40947
 
@@ -40995,20 +40954,20 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
40995
40954
 
40996
40955
  </div>
40997
40956
 
40998
- <h3 class="section">6.735 W1070</h3>
40957
+ <h3 class="section">6.734 W1070</h3>
40999
40958
 
41000
- <p><a name="index-W1070-781"></a>
40959
+ <p><a name="index-W1070-780"></a>
41001
40960
 
41002
- <h4 class="subsection">6.735.1 メッセージ本文</h4>
40961
+ <h4 class="subsection">6.734.1 メッセージ本文</h4>
41003
40962
 
41004
40963
  <p>この `switch' 文には実行経路が 2 つしか無いため、`if-else' 文に変換可能です。
41005
40964
 
41006
- <h4 class="subsection">6.735.2 内容</h4>
40965
+ <h4 class="subsection">6.734.2 内容</h4>
41007
40966
 
41008
40967
  <p>深刻な問題ではありませんが、通常 <code>switch</code> 文は 2 つ以上の分岐があることが想定されるので、
41009
40968
  <code>case</code> 節が 1 つしかない <code>switch</code> 文では、実行パスの定義漏れが疑われます。
41010
40969
 
41011
- <h4 class="subsection">6.735.3 サンプルコード</h4>
40970
+ <h4 class="subsection">6.734.3 サンプルコード</h4>
41012
40971
 
41013
40972
  <pre class="verbatim">switch (x) { /* W1070 */
41014
40973
  case 1:
@@ -41019,11 +40978,11 @@ default:
41019
40978
  }
41020
40979
  </pre>
41021
40980
 
41022
- <h4 class="subsection">6.735.4 関連メッセージ</h4>
40981
+ <h4 class="subsection">6.734.4 関連メッセージ</h4>
41023
40982
 
41024
40983
  <p>なし。
41025
40984
 
41026
- <h4 class="subsection">6.735.5 対応バージョン</h4>
40985
+ <h4 class="subsection">6.734.5 対応バージョン</h4>
41027
40986
 
41028
40987
  <p>1.14.0
41029
40988
 
@@ -41036,40 +40995,35 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
41036
40995
 
41037
40996
  </div>
41038
40997
 
41039
- <h3 class="section">6.736 W1071</h3>
40998
+ <h3 class="section">6.735 W1071</h3>
41040
40999
 
41041
- <p><a name="index-W1071-782"></a>
41000
+ <p><a name="index-W1071-781"></a>
41042
41001
 
41043
- <h4 class="subsection">6.736.1 メッセージ本文</h4>
41002
+ <h4 class="subsection">6.735.1 メッセージ本文</h4>
41044
41003
 
41045
41004
  <p>関数 `%s' には複数の終了点があります。
41046
41005
 
41047
- <h4 class="subsection">6.736.2 内容</h4>
41048
-
41049
- <p><b>このメッセージは AdLint 2.0.0 で出力する予定です。</b>
41006
+ <h4 class="subsection">6.735.2 内容</h4>
41050
41007
 
41051
- <p>出口となる <code>return</code> 文が関数内に複数個存在しています。
41008
+ <p>出口となる <code>return</code> 文が関数内に複数個存在しています。
41052
41009
 
41053
- <h4 class="subsection">6.736.3 サンプルコード</h4>
41010
+ <h4 class="subsection">6.735.3 サンプルコード</h4>
41054
41011
 
41055
- <pre class="verbatim">int func(int a)
41012
+ <pre class="verbatim">void foo(int i) /* W1071 */
41056
41013
  {
41057
- if (a == 0) {
41058
- return 0;
41059
- }
41060
- else {
41061
- return 1; /* W1071 */
41014
+ if (i == 0) {
41015
+ return;
41062
41016
  }
41063
41017
  }
41064
41018
  </pre>
41065
41019
 
41066
- <h4 class="subsection">6.736.4 関連メッセージ</h4>
41020
+ <h4 class="subsection">6.735.4 関連メッセージ</h4>
41067
41021
 
41068
41022
  <p>なし。
41069
41023
 
41070
- <h4 class="subsection">6.736.5 対応バージョン</h4>
41024
+ <h4 class="subsection">6.735.5 対応バージョン</h4>
41071
41025
 
41072
- <p>2.0.0 の予定
41026
+ <p>1.18.0
41073
41027
 
41074
41028
  <div class="node">
41075
41029
  <a name="W1072"></a>
@@ -41080,19 +41034,19 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
41080
41034
 
41081
41035
  </div>
41082
41036
 
41083
- <h3 class="section">6.737 W1072</h3>
41037
+ <h3 class="section">6.736 W1072</h3>
41084
41038
 
41085
- <p><a name="index-W1072-783"></a>
41039
+ <p><a name="index-W1072-782"></a>
41086
41040
 
41087
- <h4 class="subsection">6.737.1 メッセージ本文</h4>
41041
+ <h4 class="subsection">6.736.1 メッセージ本文</h4>
41088
41042
 
41089
41043
  <p>`goto' 文を使用しています。
41090
41044
 
41091
- <h4 class="subsection">6.737.2 内容</h4>
41045
+ <h4 class="subsection">6.736.2 内容</h4>
41092
41046
 
41093
41047
  <p>ファイル内で <code>goto</code> 文が使用されています。
41094
41048
 
41095
- <h4 class="subsection">6.737.3 サンプルコード</h4>
41049
+ <h4 class="subsection">6.736.3 サンプルコード</h4>
41096
41050
 
41097
41051
  <pre class="verbatim">static int func(int i)
41098
41052
  {
@@ -41110,11 +41064,11 @@ Label2:
41110
41064
  }
41111
41065
  </pre>
41112
41066
 
41113
- <h4 class="subsection">6.737.4 関連メッセージ</h4>
41067
+ <h4 class="subsection">6.736.4 関連メッセージ</h4>
41114
41068
 
41115
41069
  <p>なし。
41116
41070
 
41117
- <h4 class="subsection">6.737.5 対応バージョン</h4>
41071
+ <h4 class="subsection">6.736.5 対応バージョン</h4>
41118
41072
 
41119
41073
  <p>1.14.0
41120
41074
 
@@ -41127,20 +41081,20 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
41127
41081
 
41128
41082
  </div>
41129
41083
 
41130
- <h3 class="section">6.738 W1073</h3>
41084
+ <h3 class="section">6.737 W1073</h3>
41131
41085
 
41132
- <p><a name="index-W1073-784"></a>
41086
+ <p><a name="index-W1073-783"></a>
41133
41087
 
41134
- <h4 class="subsection">6.738.1 メッセージ本文</h4>
41088
+ <h4 class="subsection">6.737.1 メッセージ本文</h4>
41135
41089
 
41136
41090
  <p>関数 `%s' の戻り値を破棄しています。
41137
41091
 
41138
- <h4 class="subsection">6.738.2 内容</h4>
41092
+ <h4 class="subsection">6.737.2 内容</h4>
41139
41093
 
41140
41094
  <p>関数の戻り値が使用されていない場合、その戻り値は無駄な要素といえます。コード中に無駄な要素があることで解析性が低下します。
41141
41095
  また、使用されない戻り値が多いことは、戻り値のチェックも怠っていることが推測されるため、障害許容性が低下している可能性が高いといえます。
41142
41096
 
41143
- <h4 class="subsection">6.738.3 サンプルコード</h4>
41097
+ <h4 class="subsection">6.737.3 サンプルコード</h4>
41144
41098
 
41145
41099
  <pre class="verbatim">extern int bar(void);
41146
41100
  static void foo(void)
@@ -41153,11 +41107,11 @@ static void foo(void)
41153
41107
  }
41154
41108
  </pre>
41155
41109
 
41156
- <h4 class="subsection">6.738.4 関連メッセージ</h4>
41110
+ <h4 class="subsection">6.737.4 関連メッセージ</h4>
41157
41111
 
41158
41112
  <p>なし。
41159
41113
 
41160
- <h4 class="subsection">6.738.5 対応バージョン</h4>
41114
+ <h4 class="subsection">6.737.5 対応バージョン</h4>
41161
41115
 
41162
41116
  <p>1.16.0
41163
41117
 
@@ -41170,20 +41124,20 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
41170
41124
 
41171
41125
  </div>
41172
41126
 
41173
- <h3 class="section">6.739 W1074</h3>
41127
+ <h3 class="section">6.738 W1074</h3>
41174
41128
 
41175
- <p><a name="index-W1074-785"></a>
41129
+ <p><a name="index-W1074-784"></a>
41176
41130
 
41177
- <h4 class="subsection">6.739.1 メッセージ本文</h4>
41131
+ <h4 class="subsection">6.738.1 メッセージ本文</h4>
41178
41132
 
41179
41133
  <p>`sizeof' 演算子のオペランドは実行されないため、副作用が発生しません。
41180
41134
 
41181
- <h4 class="subsection">6.739.2 内容</h4>
41135
+ <h4 class="subsection">6.738.2 内容</h4>
41182
41136
 
41183
41137
  <p>サンプルコードで示したソースコードの場合、<code>sizeof</code> 演算子は式を評価しないため、<code>data++</code> は実行されません。
41184
41138
  従って <code>data++</code> が実行されていることが前提だとすると様々な予期しない問題が起きる可能性があります。
41185
41139
 
41186
- <h4 class="subsection">6.739.3 サンプルコード</h4>
41140
+ <h4 class="subsection">6.738.3 サンプルコード</h4>
41187
41141
 
41188
41142
  <pre class="verbatim">static int foo(void)
41189
41143
  {
@@ -41198,11 +41152,11 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
41198
41152
  }
41199
41153
  </pre>
41200
41154
 
41201
- <h4 class="subsection">6.739.4 関連メッセージ</h4>
41155
+ <h4 class="subsection">6.738.4 関連メッセージ</h4>
41202
41156
 
41203
41157
  <p>なし。
41204
41158
 
41205
- <h4 class="subsection">6.739.5 対応バージョン</h4>
41159
+ <h4 class="subsection">6.738.5 対応バージョン</h4>
41206
41160
 
41207
41161
  <p>1.16.0
41208
41162
 
@@ -41215,19 +41169,19 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
41215
41169
 
41216
41170
  </div>
41217
41171
 
41218
- <h3 class="section">6.740 W1075</h3>
41172
+ <h3 class="section">6.739 W1075</h3>
41219
41173
 
41220
- <p><a name="index-W1075-786"></a>
41174
+ <p><a name="index-W1075-785"></a>
41221
41175
 
41222
- <h4 class="subsection">6.740.1 メッセージ本文</h4>
41176
+ <h4 class="subsection">6.739.1 メッセージ本文</h4>
41223
41177
 
41224
41178
  <p>`%s' は以前に内部結合として宣言されていますが、この宣言には `static' がありません。
41225
41179
 
41226
- <h4 class="subsection">6.740.2 内容</h4>
41180
+ <h4 class="subsection">6.739.2 内容</h4>
41227
41181
 
41228
41182
  <p>static 記憶域クラス指定子が明示されていません。
41229
41183
 
41230
- <h4 class="subsection">6.740.3 サンプルコード</h4>
41184
+ <h4 class="subsection">6.739.3 サンプルコード</h4>
41231
41185
 
41232
41186
  <pre class="verbatim">static int func(void);
41233
41187
  int func(void) /* W1075 */
@@ -41236,11 +41190,11 @@ int func(void) /* W1075 */
41236
41190
  }
41237
41191
  </pre>
41238
41192
 
41239
- <h4 class="subsection">6.740.4 関連メッセージ</h4>
41193
+ <h4 class="subsection">6.739.4 関連メッセージ</h4>
41240
41194
 
41241
41195
  <p>なし。
41242
41196
 
41243
- <h4 class="subsection">6.740.5 対応バージョン</h4>
41197
+ <h4 class="subsection">6.739.5 対応バージョン</h4>
41244
41198
 
41245
41199
  <p>1.16.0
41246
41200
 
@@ -41253,19 +41207,19 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
41253
41207
 
41254
41208
  </div>
41255
41209
 
41256
- <h3 class="section">6.741 W1076</h3>
41210
+ <h3 class="section">6.740 W1076</h3>
41257
41211
 
41258
- <p><a name="index-W1076-787"></a>
41212
+ <p><a name="index-W1076-786"></a>
41259
41213
 
41260
- <h4 class="subsection">6.741.1 メッセージ本文</h4>
41214
+ <h4 class="subsection">6.740.1 メッセージ本文</h4>
41261
41215
 
41262
41216
  <p>関数 `%s' は内部結合を持ちますが、事前に内部結合として宣言していません。
41263
41217
 
41264
- <h4 class="subsection">6.741.2 内容</h4>
41218
+ <h4 class="subsection">6.740.2 内容</h4>
41265
41219
 
41266
41220
  <p>関数プロトタイプ宣言がないまま static 記憶域クラス指定子付きの関数が定義されています。
41267
41221
 
41268
- <h4 class="subsection">6.741.3 サンプルコード</h4>
41222
+ <h4 class="subsection">6.740.3 サンプルコード</h4>
41269
41223
 
41270
41224
  <pre class="verbatim">static int func(void) /* W1076 */
41271
41225
  {
@@ -41273,11 +41227,11 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
41273
41227
  }
41274
41228
  </pre>
41275
41229
 
41276
- <h4 class="subsection">6.741.4 関連メッセージ</h4>
41230
+ <h4 class="subsection">6.740.4 関連メッセージ</h4>
41277
41231
 
41278
41232
  <p>なし。
41279
41233
 
41280
- <h4 class="subsection">6.741.5 対応バージョン</h4>
41234
+ <h4 class="subsection">6.740.5 対応バージョン</h4>
41281
41235
 
41282
41236
  <p>1.16.0
41283
41237
 
@@ -41290,28 +41244,28 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
41290
41244
 
41291
41245
  </div>
41292
41246
 
41293
- <h3 class="section">6.742 W1077</h3>
41247
+ <h3 class="section">6.741 W1077</h3>
41294
41248
 
41295
- <p><a name="index-W1077-788"></a>
41249
+ <p><a name="index-W1077-787"></a>
41296
41250
 
41297
- <h4 class="subsection">6.742.1 メッセージ本文</h4>
41251
+ <h4 class="subsection">6.741.1 メッセージ本文</h4>
41298
41252
 
41299
41253
  <p>サイズが省略された配列を宣言しています。
41300
41254
 
41301
- <h4 class="subsection">6.742.2 内容</h4>
41255
+ <h4 class="subsection">6.741.2 内容</h4>
41302
41256
 
41303
41257
  <p>この配列は、サイズが明示されていません。
41304
41258
 
41305
- <h4 class="subsection">6.742.3 サンプルコード</h4>
41259
+ <h4 class="subsection">6.741.3 サンプルコード</h4>
41306
41260
 
41307
41261
  <pre class="verbatim">extern int a[]; /* W1077 */
41308
41262
  </pre>
41309
41263
 
41310
- <h4 class="subsection">6.742.4 関連メッセージ</h4>
41264
+ <h4 class="subsection">6.741.4 関連メッセージ</h4>
41311
41265
 
41312
41266
  <p>なし。
41313
41267
 
41314
- <h4 class="subsection">6.742.5 対応バージョン</h4>
41268
+ <h4 class="subsection">6.741.5 対応バージョン</h4>
41315
41269
 
41316
41270
  <p>1.16.0
41317
41271
 
@@ -41324,20 +41278,20 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
41324
41278
 
41325
41279
  </div>
41326
41280
 
41327
- <h3 class="section">6.743 W9001</h3>
41281
+ <h3 class="section">6.742 W9001</h3>
41328
41282
 
41329
- <p><a name="index-W9001-789"></a>
41283
+ <p><a name="index-W9001-788"></a>
41330
41284
 
41331
- <h4 class="subsection">6.743.1 メッセージ本文</h4>
41285
+ <h4 class="subsection">6.742.1 メッセージ本文</h4>
41332
41286
 
41333
41287
  <p>この文には制御が到達しません。
41334
41288
 
41335
- <h4 class="subsection">6.743.2 内容</h4>
41289
+ <h4 class="subsection">6.742.2 内容</h4>
41336
41290
 
41337
41291
  <p>この実行経路に至るための分岐条件が常に偽と評価されるため、この文は実行されるこ
41338
41292
  とがありません。
41339
41293
 
41340
- <h4 class="subsection">6.743.3 サンプルコード</h4>
41294
+ <h4 class="subsection">6.742.3 サンプルコード</h4>
41341
41295
 
41342
41296
  <pre class="verbatim">extern int all_possible_values_of_int(void);
41343
41297
  extern unsigned int zero_if_succeeded(void);
@@ -41374,11 +41328,11 @@ void func(void)
41374
41328
  }
41375
41329
  </pre>
41376
41330
 
41377
- <h4 class="subsection">6.743.4 関連メッセージ</h4>
41331
+ <h4 class="subsection">6.742.4 関連メッセージ</h4>
41378
41332
 
41379
41333
  <p>なし。
41380
41334
 
41381
- <h4 class="subsection">6.743.5 対応バージョン</h4>
41335
+ <h4 class="subsection">6.742.5 対応バージョン</h4>
41382
41336
 
41383
41337
  <p>1.0.0
41384
41338
 
@@ -41391,27 +41345,27 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
41391
41345
 
41392
41346
  </div>
41393
41347
 
41394
- <h3 class="section">6.744 W9002</h3>
41348
+ <h3 class="section">6.743 W9002</h3>
41395
41349
 
41396
- <p><a name="index-W9002-790"></a>
41350
+ <p><a name="index-W9002-789"></a>
41397
41351
 
41398
- <h4 class="subsection">6.744.1 メッセージ本文</h4>
41352
+ <h4 class="subsection">6.743.1 メッセージ本文</h4>
41399
41353
 
41400
41354
  <p>ファイルの末尾に改行文字がありません。
41401
41355
 
41402
- <h4 class="subsection">6.744.2 内容</h4>
41356
+ <h4 class="subsection">6.743.2 内容</h4>
41403
41357
 
41404
41358
  <p>プリプロセッサによって処理する行は、すべて末尾に改行文字が必要です。
41405
41359
 
41406
- <h4 class="subsection">6.744.3 サンプルコード</h4>
41360
+ <h4 class="subsection">6.743.3 サンプルコード</h4>
41407
41361
 
41408
41362
  <p>なし。
41409
41363
 
41410
- <h4 class="subsection">6.744.4 関連メッセージ</h4>
41364
+ <h4 class="subsection">6.743.4 関連メッセージ</h4>
41411
41365
 
41412
41366
  <p>なし。
41413
41367
 
41414
- <h4 class="subsection">6.744.5 対応バージョン</h4>
41368
+ <h4 class="subsection">6.743.5 対応バージョン</h4>
41415
41369
 
41416
41370
  <p>1.0.0
41417
41371
 
@@ -41424,19 +41378,19 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
41424
41378
 
41425
41379
  </div>
41426
41380
 
41427
- <h3 class="section">6.745 W9003</h3>
41381
+ <h3 class="section">6.744 W9003</h3>
41428
41382
 
41429
- <p><a name="index-W9003-791"></a>
41383
+ <p><a name="index-W9003-790"></a>
41430
41384
 
41431
- <h4 class="subsection">6.745.1 メッセージ本文</h4>
41385
+ <h4 class="subsection">6.744.1 メッセージ本文</h4>
41432
41386
 
41433
41387
  <p>暗黙的に `%s' 型のオブジェクトが異なる型のオブジェクトに変換されています。
41434
41388
 
41435
- <h4 class="subsection">6.745.2 内容</h4>
41389
+ <h4 class="subsection">6.744.2 内容</h4>
41436
41390
 
41437
41391
  <p>変換元または変換先の型が非標準型である暗黙的な変換が発生することを示します。
41438
41392
 
41439
- <h4 class="subsection">6.745.3 サンプルコード</h4>
41393
+ <h4 class="subsection">6.744.3 サンプルコード</h4>
41440
41394
 
41441
41395
  <pre class="verbatim">enum Color { RED, BLUE, GREEN };
41442
41396
  enum Fruit { APPLE, BANANA, ORANGE };
@@ -41450,11 +41404,11 @@ static void bar(void)
41450
41404
  }
41451
41405
  </pre>
41452
41406
 
41453
- <h4 class="subsection">6.745.4 関連メッセージ</h4>
41407
+ <h4 class="subsection">6.744.4 関連メッセージ</h4>
41454
41408
 
41455
41409
  <p>なし。
41456
41410
 
41457
- <h4 class="subsection">6.745.5 対応バージョン</h4>
41411
+ <h4 class="subsection">6.744.5 対応バージョン</h4>
41458
41412
 
41459
41413
  <p>1.12.0
41460
41414
 
@@ -41466,33 +41420,33 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Messages">Messages</a>
41466
41420
 
41467
41421
  </div>
41468
41422
 
41469
- <h3 class="section">6.746 C0001</h3>
41423
+ <h3 class="section">6.745 C0001</h3>
41470
41424
 
41471
- <p><a name="index-C0001-792"></a>
41425
+ <p><a name="index-C0001-791"></a>
41472
41426
 
41473
- <h4 class="subsection">6.746.1 メッセージ本文</h4>
41427
+ <h4 class="subsection">6.745.1 メッセージ本文</h4>
41474
41428
 
41475
41429
  <p>この外部識別名 `%s' で警告を検知しました。
41476
41430
 
41477
- <h4 class="subsection">6.746.2 内容</h4>
41431
+ <h4 class="subsection">6.745.2 内容</h4>
41478
41432
 
41479
41433
  <p><a href="#W0051">W0051</a>、<a href="#W0052">W0052</a> メッセージの直前に出力され、問題となる識別
41480
41434
  子の対となる識別子の位置を示します。
41481
41435
 
41482
- <h4 class="subsection">6.746.3 サンプルコード</h4>
41436
+ <h4 class="subsection">6.745.3 サンプルコード</h4>
41483
41437
 
41484
41438
  <pre class="verbatim">int very_long_long_long_long_long_long_long_identifier_1 = 0; /* C0001 */
41485
41439
  int very_long_long_long_long_long_long_long_identifier_2 = 1; /* W0052 */
41486
41440
  </pre>
41487
41441
 
41488
- <h4 class="subsection">6.746.4 関連メッセージ</h4>
41442
+ <h4 class="subsection">6.745.4 関連メッセージ</h4>
41489
41443
 
41490
41444
  <ul>
41491
41445
  <li><a href="#W0051">W0051</a> 外部識別子名が他の識別子名(例:`%s')と、リンカ特性で指定された文字数の範囲内で区別できません。
41492
41446
  <li><a href="#W0052">W0052</a> 識別子名が他の識別子名(例:`%s')と、コンパイラ特性で指定された文字数の範囲内で区別できません。
41493
41447
  </ul>
41494
41448
 
41495
- <h4 class="subsection">6.746.5 対応バージョン</h4>
41449
+ <h4 class="subsection">6.745.5 対応バージョン</h4>
41496
41450
 
41497
41451
  <p>1.0.0
41498
41452
 
@@ -41536,7 +41490,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Metrics">Metrics</a>
41536
41490
 
41537
41491
  <h3 class="section">7.1 FL_STMT</h3>
41538
41492
 
41539
- <p><a name="index-FL_005fSTMT-793"></a>
41493
+ <p><a name="index-FL_005fSTMT-792"></a>
41540
41494
 
41541
41495
  <h4 class="subsection">7.1.1 メトリック名</h4>
41542
41496
 
@@ -41608,7 +41562,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Metrics">Metrics</a>
41608
41562
 
41609
41563
  <h3 class="section">7.2 FL_FUNC</h3>
41610
41564
 
41611
- <p><a name="index-FL_005fFUNC-794"></a>
41565
+ <p><a name="index-FL_005fFUNC-793"></a>
41612
41566
 
41613
41567
  <h4 class="subsection">7.2.1 メトリック名</h4>
41614
41568
 
@@ -41653,7 +41607,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Metrics">Metrics</a>
41653
41607
 
41654
41608
  <h3 class="section">7.3 FN_STMT</h3>
41655
41609
 
41656
- <p><a name="index-FN_005fSTMT-795"></a>
41610
+ <p><a name="index-FN_005fSTMT-794"></a>
41657
41611
 
41658
41612
  <h4 class="subsection">7.3.1 メトリック名</h4>
41659
41613
 
@@ -41725,7 +41679,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Metrics">Metrics</a>
41725
41679
 
41726
41680
  <h3 class="section">7.4 FN_UNRC</h3>
41727
41681
 
41728
- <p><a name="index-FN_005fUNRC-796"></a>
41682
+ <p><a name="index-FN_005fUNRC-795"></a>
41729
41683
 
41730
41684
  <h4 class="subsection">7.4.1 メトリック名</h4>
41731
41685
 
@@ -41804,7 +41758,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Metrics">Metrics</a>
41804
41758
 
41805
41759
  <h3 class="section">7.5 FN_LINE</h3>
41806
41760
 
41807
- <p><a name="index-FN_005fLINE-797"></a>
41761
+ <p><a name="index-FN_005fLINE-796"></a>
41808
41762
 
41809
41763
  <h4 class="subsection">7.5.1 メトリック名</h4>
41810
41764
 
@@ -41863,7 +41817,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Metrics">Metrics</a>
41863
41817
 
41864
41818
  <h3 class="section">7.6 FN_PARA</h3>
41865
41819
 
41866
- <p><a name="index-FN_005fPARA-798"></a>
41820
+ <p><a name="index-FN_005fPARA-797"></a>
41867
41821
 
41868
41822
  <h4 class="subsection">7.6.1 メトリック名</h4>
41869
41823
 
@@ -41909,7 +41863,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Metrics">Metrics</a>
41909
41863
 
41910
41864
  <h3 class="section">7.7 FN_UNUV</h3>
41911
41865
 
41912
- <p><a name="index-FN_005fUNUV-799"></a>
41866
+ <p><a name="index-FN_005fUNUV-798"></a>
41913
41867
 
41914
41868
  <h4 class="subsection">7.7.1 メトリック名</h4>
41915
41869
 
@@ -41960,7 +41914,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Metrics">Metrics</a>
41960
41914
 
41961
41915
  <h3 class="section">7.8 FN_CSUB</h3>
41962
41916
 
41963
- <p><a name="index-FN_005fCSUB-800"></a>
41917
+ <p><a name="index-FN_005fCSUB-799"></a>
41964
41918
 
41965
41919
  <h4 class="subsection">7.8.1 メトリック名</h4>
41966
41920
 
@@ -42004,7 +41958,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Metrics">Metrics</a>
42004
41958
 
42005
41959
  <h3 class="section">7.9 FN_CALL</h3>
42006
41960
 
42007
- <p><a name="index-FN_005fCALL-801"></a>
41961
+ <p><a name="index-FN_005fCALL-800"></a>
42008
41962
 
42009
41963
  <h4 class="subsection">7.9.1 メトリック名</h4>
42010
41964
 
@@ -42055,7 +42009,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Metrics">Metrics</a>
42055
42009
 
42056
42010
  <h3 class="section">7.10 FN_GOTO</h3>
42057
42011
 
42058
- <p><a name="index-FN_005fGOTO-802"></a>
42012
+ <p><a name="index-FN_005fGOTO-801"></a>
42059
42013
 
42060
42014
  <h4 class="subsection">7.10.1 メトリック名</h4>
42061
42015
 
@@ -42106,7 +42060,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Metrics">Metrics</a>
42106
42060
 
42107
42061
  <h3 class="section">7.11 FN_RETN</h3>
42108
42062
 
42109
- <p><a name="index-FN_005fRETN-803"></a>
42063
+ <p><a name="index-FN_005fRETN-802"></a>
42110
42064
 
42111
42065
  <h4 class="subsection">7.11.1 メトリック名</h4>
42112
42066
 
@@ -42179,7 +42133,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Metrics">Metrics</a>
42179
42133
 
42180
42134
  <h3 class="section">7.12 FN_UELS</h3>
42181
42135
 
42182
- <p><a name="index-FN_005fUELS-804"></a>
42136
+ <p><a name="index-FN_005fUELS-803"></a>
42183
42137
 
42184
42138
  <h4 class="subsection">7.12.1 メトリック名</h4>
42185
42139
 
@@ -42240,7 +42194,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Metrics">Metrics</a>
42240
42194
 
42241
42195
  <h3 class="section">7.13 FN_NEST</h3>
42242
42196
 
42243
- <p><a name="index-FN_005fNEST-805"></a>
42197
+ <p><a name="index-FN_005fNEST-804"></a>
42244
42198
 
42245
42199
  <h4 class="subsection">7.13.1 メトリック名</h4>
42246
42200
 
@@ -42311,7 +42265,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Metrics">Metrics</a>
42311
42265
 
42312
42266
  <h3 class="section">7.14 FN_PATH</h3>
42313
42267
 
42314
- <p><a name="index-FN_005fPATH-806"></a>
42268
+ <p><a name="index-FN_005fPATH-805"></a>
42315
42269
 
42316
42270
  <h4 class="subsection">7.14.1 メトリック名</h4>
42317
42271
 
@@ -42468,7 +42422,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Metrics">Metrics</a>
42468
42422
 
42469
42423
  <h3 class="section">7.15 FN_CYCM</h3>
42470
42424
 
42471
- <p><a name="index-FN_005fCYCM-807"></a>
42425
+ <p><a name="index-FN_005fCYCM-806"></a>
42472
42426
 
42473
42427
  <h4 class="subsection">7.15.1 メトリック名</h4>
42474
42428
 
@@ -42607,7 +42561,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#CodeStructures">CodeStructures</a>
42607
42561
 
42608
42562
  <h3 class="section">8.1 VER</h3>
42609
42563
 
42610
- <p><a name="index-VER-808"></a>
42564
+ <p><a name="index-VER-807"></a>
42611
42565
 
42612
42566
  <h4 class="subsection">8.1.1 コード情報名</h4>
42613
42567
 
@@ -42637,7 +42591,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#CodeStructures">CodeStructures</a>
42637
42591
 
42638
42592
  <h3 class="section">8.2 DCL(T)</h3>
42639
42593
 
42640
- <p><a name="index-DCL_0028T_0029-809"></a>
42594
+ <p><a name="index-DCL_0028T_0029-808"></a>
42641
42595
 
42642
42596
  <h4 class="subsection">8.2.1 コード情報名</h4>
42643
42597
 
@@ -42668,7 +42622,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#CodeStructures">CodeStructures</a>
42668
42622
 
42669
42623
  <h3 class="section">8.3 DCL(V)</h3>
42670
42624
 
42671
- <p><a name="index-DCL_0028V_0029-810"></a>
42625
+ <p><a name="index-DCL_0028V_0029-809"></a>
42672
42626
 
42673
42627
  <h4 class="subsection">8.3.1 コード情報名</h4>
42674
42628
 
@@ -42699,7 +42653,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#CodeStructures">CodeStructures</a>
42699
42653
 
42700
42654
  <h3 class="section">8.4 DCL(F)</h3>
42701
42655
 
42702
- <p><a name="index-DCL_0028F_0029-811"></a>
42656
+ <p><a name="index-DCL_0028F_0029-810"></a>
42703
42657
 
42704
42658
  <h4 class="subsection">8.4.1 コード情報名</h4>
42705
42659
 
@@ -42730,7 +42684,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#CodeStructures">CodeStructures</a>
42730
42684
 
42731
42685
  <h3 class="section">8.5 DEF(V)</h3>
42732
42686
 
42733
- <p><a name="index-DEF_0028V_0029-812"></a>
42687
+ <p><a name="index-DEF_0028V_0029-811"></a>
42734
42688
 
42735
42689
  <h4 class="subsection">8.5.1 コード情報名</h4>
42736
42690
 
@@ -42761,7 +42715,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#CodeStructures">CodeStructures</a>
42761
42715
 
42762
42716
  <h3 class="section">8.6 DEF(F)</h3>
42763
42717
 
42764
- <p><a name="index-DEF_0028F_0029-813"></a>
42718
+ <p><a name="index-DEF_0028F_0029-812"></a>
42765
42719
 
42766
42720
  <h4 class="subsection">8.6.1 コード情報名</h4>
42767
42721
 
@@ -42791,7 +42745,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#CodeStructures">CodeStructures</a>
42791
42745
 
42792
42746
  <h3 class="section">8.7 DEF(M)</h3>
42793
42747
 
42794
- <p><a name="index-DEF_0028M_0029-814"></a>
42748
+ <p><a name="index-DEF_0028M_0029-813"></a>
42795
42749
 
42796
42750
  <h4 class="subsection">8.7.1 コード情報名</h4>
42797
42751
 
@@ -42821,7 +42775,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#CodeStructures">CodeStructures</a>
42821
42775
 
42822
42776
  <h3 class="section">8.8 DEF(L)</h3>
42823
42777
 
42824
- <p><a name="index-DEF_0028L_0029-815"></a>
42778
+ <p><a name="index-DEF_0028L_0029-814"></a>
42825
42779
 
42826
42780
  <h4 class="subsection">8.8.1 コード情報名</h4>
42827
42781
 
@@ -42835,7 +42789,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#CodeStructures">CodeStructures</a>
42835
42789
 
42836
42790
  <p><a href="#Output_005fMetrics_005fDef_005fSample">定義レコードの出力例</a>を参照。
42837
42791
 
42838
- <p><a name="index-INI-816"></a>
42792
+ <p><a name="index-INI-815"></a>
42839
42793
 
42840
42794
  <h4 class="subsection">8.8.4 対応バージョン</h4>
42841
42795
 
@@ -42879,7 +42833,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#CodeStructures">CodeStructures</a>
42879
42833
 
42880
42834
  <h3 class="section">8.10 ASN</h3>
42881
42835
 
42882
- <p><a name="index-ASN-817"></a>
42836
+ <p><a name="index-ASN-816"></a>
42883
42837
 
42884
42838
  <h4 class="subsection">8.10.1 コード情報名</h4>
42885
42839
 
@@ -42909,7 +42863,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#CodeStructures">CodeStructures</a>
42909
42863
 
42910
42864
  <h3 class="section">8.11 DEP(I)</h3>
42911
42865
 
42912
- <p><a name="index-DEP_0028I_0029-818"></a>
42866
+ <p><a name="index-DEP_0028I_0029-817"></a>
42913
42867
 
42914
42868
  <h4 class="subsection">8.11.1 コード情報名</h4>
42915
42869
 
@@ -42941,7 +42895,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#CodeStructures">CodeStructures</a>
42941
42895
 
42942
42896
  <h3 class="section">8.12 DEP(C)</h3>
42943
42897
 
42944
- <p><a name="index-DEP_0028C_0029-819"></a>
42898
+ <p><a name="index-DEP_0028C_0029-818"></a>
42945
42899
 
42946
42900
  <h4 class="subsection">8.12.1 コード情報名</h4>
42947
42901
 
@@ -42972,7 +42926,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#CodeStructures">CodeStructures</a>
42972
42926
 
42973
42927
  <h3 class="section">8.13 DEP(X)</h3>
42974
42928
 
42975
- <p><a name="index-DEP_0028X_0029-820"></a>
42929
+ <p><a name="index-DEP_0028X_0029-819"></a>
42976
42930
 
42977
42931
  <h4 class="subsection">8.13.1 コード情報名</h4>
42978
42932
 
@@ -43002,7 +42956,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#CodeStructures">CodeStructures</a>
43002
42956
 
43003
42957
  <h3 class="section">8.14 LIT</h3>
43004
42958
 
43005
- <p><a name="index-LIT-821"></a>
42959
+ <p><a name="index-LIT-820"></a>
43006
42960
 
43007
42961
  <h4 class="subsection">8.14.1 コード情報名</h4>
43008
42962
 
@@ -43031,7 +42985,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#CodeStructures">CodeStructures</a>
43031
42985
 
43032
42986
  <h3 class="section">8.15 PRE</h3>
43033
42987
 
43034
- <p><a name="index-PRE-822"></a>
42988
+ <p><a name="index-PRE-821"></a>
43035
42989
 
43036
42990
  <h4 class="subsection">8.15.1 コード情報名</h4>
43037
42991
 
@@ -43510,18 +43464,18 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Top">Top</a>
43510
43464
  <h2 class="unnumbered">索引</h2>
43511
43465
 
43512
43466
  <ul class="index-cp" compact>
43513
- <li><a href="#index-ASN-817">ASN</a>: <a href="#ASN">ASN</a></li>
43514
- <li><a href="#index-C0001-792">C0001</a>: <a href="#C0001">C0001</a></li>
43515
- <li><a href="#index-DCL_0028F_0029-811">DCL(F)</a>: <a href="#DCL_0028F_0029">DCL(F)</a></li>
43516
- <li><a href="#index-DCL_0028T_0029-809">DCL(T)</a>: <a href="#DCL_0028T_0029">DCL(T)</a></li>
43517
- <li><a href="#index-DCL_0028V_0029-810">DCL(V)</a>: <a href="#DCL_0028V_0029">DCL(V)</a></li>
43518
- <li><a href="#index-DEF_0028F_0029-813">DEF(F)</a>: <a href="#DEF_0028F_0029">DEF(F)</a></li>
43519
- <li><a href="#index-DEF_0028L_0029-815">DEF(L)</a>: <a href="#DEF_0028L_0029">DEF(L)</a></li>
43520
- <li><a href="#index-DEF_0028M_0029-814">DEF(M)</a>: <a href="#DEF_0028M_0029">DEF(M)</a></li>
43521
- <li><a href="#index-DEF_0028V_0029-812">DEF(V)</a>: <a href="#DEF_0028V_0029">DEF(V)</a></li>
43522
- <li><a href="#index-DEP_0028C_0029-819">DEP(C)</a>: <a href="#DEP_0028C_0029">DEP(C)</a></li>
43523
- <li><a href="#index-DEP_0028I_0029-818">DEP(I)</a>: <a href="#DEP_0028I_0029">DEP(I)</a></li>
43524
- <li><a href="#index-DEP_0028X_0029-820">DEP(X)</a>: <a href="#DEP_0028X_0029">DEP(X)</a></li>
43467
+ <li><a href="#index-ASN-816">ASN</a>: <a href="#ASN">ASN</a></li>
43468
+ <li><a href="#index-C0001-791">C0001</a>: <a href="#C0001">C0001</a></li>
43469
+ <li><a href="#index-DCL_0028F_0029-810">DCL(F)</a>: <a href="#DCL_0028F_0029">DCL(F)</a></li>
43470
+ <li><a href="#index-DCL_0028T_0029-808">DCL(T)</a>: <a href="#DCL_0028T_0029">DCL(T)</a></li>
43471
+ <li><a href="#index-DCL_0028V_0029-809">DCL(V)</a>: <a href="#DCL_0028V_0029">DCL(V)</a></li>
43472
+ <li><a href="#index-DEF_0028F_0029-812">DEF(F)</a>: <a href="#DEF_0028F_0029">DEF(F)</a></li>
43473
+ <li><a href="#index-DEF_0028L_0029-814">DEF(L)</a>: <a href="#DEF_0028L_0029">DEF(L)</a></li>
43474
+ <li><a href="#index-DEF_0028M_0029-813">DEF(M)</a>: <a href="#DEF_0028M_0029">DEF(M)</a></li>
43475
+ <li><a href="#index-DEF_0028V_0029-811">DEF(V)</a>: <a href="#DEF_0028V_0029">DEF(V)</a></li>
43476
+ <li><a href="#index-DEP_0028C_0029-818">DEP(C)</a>: <a href="#DEP_0028C_0029">DEP(C)</a></li>
43477
+ <li><a href="#index-DEP_0028I_0029-817">DEP(I)</a>: <a href="#DEP_0028I_0029">DEP(I)</a></li>
43478
+ <li><a href="#index-DEP_0028X_0029-819">DEP(X)</a>: <a href="#DEP_0028X_0029">DEP(X)</a></li>
43525
43479
  <li><a href="#index-E0004-51">E0004</a>: <a href="#E0004">E0004</a></li>
43526
43480
  <li><a href="#index-E0007-52">E0007</a>: <a href="#E0007">E0007</a></li>
43527
43481
  <li><a href="#index-E0008-53">E0008</a>: <a href="#E0008">E0008</a></li>
@@ -43531,25 +43485,25 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Top">Top</a>
43531
43485
  <li><a href="#index-E0014-57">E0014</a>: <a href="#E0014">E0014</a></li>
43532
43486
  <li><a href="#index-E0015-58">E0015</a>: <a href="#E0015">E0015</a></li>
43533
43487
  <li><a href="#index-E0016-59">E0016</a>: <a href="#E0016">E0016</a></li>
43534
- <li><a href="#index-FL_005fFUNC-794">FL_FUNC</a>: <a href="#FL_005fFUNC">FL_FUNC</a></li>
43535
- <li><a href="#index-FL_005fSTMT-793">FL_STMT</a>: <a href="#FL_005fSTMT">FL_STMT</a></li>
43536
- <li><a href="#index-FN_005fCALL-801">FN_CALL</a>: <a href="#FN_005fCALL">FN_CALL</a></li>
43537
- <li><a href="#index-FN_005fCSUB-800">FN_CSUB</a>: <a href="#FN_005fCSUB">FN_CSUB</a></li>
43538
- <li><a href="#index-FN_005fCYCM-807">FN_CYCM</a>: <a href="#FN_005fCYCM">FN_CYCM</a></li>
43539
- <li><a href="#index-FN_005fGOTO-802">FN_GOTO</a>: <a href="#FN_005fGOTO">FN_GOTO</a></li>
43540
- <li><a href="#index-FN_005fLINE-797">FN_LINE</a>: <a href="#FN_005fLINE">FN_LINE</a></li>
43541
- <li><a href="#index-FN_005fNEST-805">FN_NEST</a>: <a href="#FN_005fNEST">FN_NEST</a></li>
43542
- <li><a href="#index-FN_005fPARA-798">FN_PARA</a>: <a href="#FN_005fPARA">FN_PARA</a></li>
43543
- <li><a href="#index-FN_005fPATH-806">FN_PATH</a>: <a href="#FN_005fPATH">FN_PATH</a></li>
43544
- <li><a href="#index-FN_005fRETN-803">FN_RETN</a>: <a href="#FN_005fRETN">FN_RETN</a></li>
43545
- <li><a href="#index-FN_005fSTMT-795">FN_STMT</a>: <a href="#FN_005fSTMT">FN_STMT</a></li>
43546
- <li><a href="#index-FN_005fUELS-804">FN_UELS</a>: <a href="#FN_005fUELS">FN_UELS</a></li>
43547
- <li><a href="#index-FN_005fUNRC-796">FN_UNRC</a>: <a href="#FN_005fUNRC">FN_UNRC</a></li>
43548
- <li><a href="#index-FN_005fUNUV-799">FN_UNUV</a>: <a href="#FN_005fUNUV">FN_UNUV</a></li>
43549
- <li><a href="#index-INI-816">INI</a>: <a href="#DEF_0028L_0029">DEF(L)</a></li>
43550
- <li><a href="#index-LIT-821">LIT</a>: <a href="#LIT">LIT</a></li>
43551
- <li><a href="#index-PRE-822">PRE</a>: <a href="#PRE">PRE</a></li>
43552
- <li><a href="#index-VER-808">VER</a>: <a href="#VER">VER</a></li>
43488
+ <li><a href="#index-FL_005fFUNC-793">FL_FUNC</a>: <a href="#FL_005fFUNC">FL_FUNC</a></li>
43489
+ <li><a href="#index-FL_005fSTMT-792">FL_STMT</a>: <a href="#FL_005fSTMT">FL_STMT</a></li>
43490
+ <li><a href="#index-FN_005fCALL-800">FN_CALL</a>: <a href="#FN_005fCALL">FN_CALL</a></li>
43491
+ <li><a href="#index-FN_005fCSUB-799">FN_CSUB</a>: <a href="#FN_005fCSUB">FN_CSUB</a></li>
43492
+ <li><a href="#index-FN_005fCYCM-806">FN_CYCM</a>: <a href="#FN_005fCYCM">FN_CYCM</a></li>
43493
+ <li><a href="#index-FN_005fGOTO-801">FN_GOTO</a>: <a href="#FN_005fGOTO">FN_GOTO</a></li>
43494
+ <li><a href="#index-FN_005fLINE-796">FN_LINE</a>: <a href="#FN_005fLINE">FN_LINE</a></li>
43495
+ <li><a href="#index-FN_005fNEST-804">FN_NEST</a>: <a href="#FN_005fNEST">FN_NEST</a></li>
43496
+ <li><a href="#index-FN_005fPARA-797">FN_PARA</a>: <a href="#FN_005fPARA">FN_PARA</a></li>
43497
+ <li><a href="#index-FN_005fPATH-805">FN_PATH</a>: <a href="#FN_005fPATH">FN_PATH</a></li>
43498
+ <li><a href="#index-FN_005fRETN-802">FN_RETN</a>: <a href="#FN_005fRETN">FN_RETN</a></li>
43499
+ <li><a href="#index-FN_005fSTMT-794">FN_STMT</a>: <a href="#FN_005fSTMT">FN_STMT</a></li>
43500
+ <li><a href="#index-FN_005fUELS-803">FN_UELS</a>: <a href="#FN_005fUELS">FN_UELS</a></li>
43501
+ <li><a href="#index-FN_005fUNRC-795">FN_UNRC</a>: <a href="#FN_005fUNRC">FN_UNRC</a></li>
43502
+ <li><a href="#index-FN_005fUNUV-798">FN_UNUV</a>: <a href="#FN_005fUNUV">FN_UNUV</a></li>
43503
+ <li><a href="#index-INI-815">INI</a>: <a href="#DEF_0028L_0029">DEF(L)</a></li>
43504
+ <li><a href="#index-LIT-820">LIT</a>: <a href="#LIT">LIT</a></li>
43505
+ <li><a href="#index-PRE-821">PRE</a>: <a href="#PRE">PRE</a></li>
43506
+ <li><a href="#index-VER-807">VER</a>: <a href="#VER">VER</a></li>
43553
43507
  <li><a href="#index-W0001-60">W0001</a>: <a href="#W0001">W0001</a></li>
43554
43508
  <li><a href="#index-W0002-61">W0002</a>: <a href="#W0002">W0002</a></li>
43555
43509
  <li><a href="#index-W0003-62">W0003</a>: <a href="#W0003">W0003</a></li>
@@ -44245,43 +44199,42 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#Top">Top</a>
44245
44199
  <li><a href="#index-W1041-752">W1041</a>: <a href="#W1041">W1041</a></li>
44246
44200
  <li><a href="#index-W1042-753">W1042</a>: <a href="#W1042">W1042</a></li>
44247
44201
  <li><a href="#index-W1043-754">W1043</a>: <a href="#W1043">W1043</a></li>
44248
- <li><a href="#index-W1044-755">W1044</a>: <a href="#W1044">W1044</a></li>
44249
- <li><a href="#index-W1045-756">W1045</a>: <a href="#W1045">W1045</a></li>
44250
- <li><a href="#index-W1046-757">W1046</a>: <a href="#W1046">W1046</a></li>
44251
- <li><a href="#index-W1047-758">W1047</a>: <a href="#W1047">W1047</a></li>
44252
- <li><a href="#index-W1048-759">W1048</a>: <a href="#W1048">W1048</a></li>
44253
- <li><a href="#index-W1049-760">W1049</a>: <a href="#W1049">W1049</a></li>
44254
- <li><a href="#index-W1050-761">W1050</a>: <a href="#W1050">W1050</a></li>
44255
- <li><a href="#index-W1051-762">W1051</a>: <a href="#W1051">W1051</a></li>
44256
- <li><a href="#index-W1052-763">W1052</a>: <a href="#W1052">W1052</a></li>
44257
- <li><a href="#index-W1053-764">W1053</a>: <a href="#W1053">W1053</a></li>
44258
- <li><a href="#index-W1054-765">W1054</a>: <a href="#W1054">W1054</a></li>
44259
- <li><a href="#index-W1055-766">W1055</a>: <a href="#W1055">W1055</a></li>
44260
- <li><a href="#index-W1056-767">W1056</a>: <a href="#W1056">W1056</a></li>
44261
- <li><a href="#index-W1057-768">W1057</a>: <a href="#W1057">W1057</a></li>
44262
- <li><a href="#index-W1058-769">W1058</a>: <a href="#W1058">W1058</a></li>
44263
- <li><a href="#index-W1059-770">W1059</a>: <a href="#W1059">W1059</a></li>
44264
- <li><a href="#index-W1060-771">W1060</a>: <a href="#W1060">W1060</a></li>
44265
- <li><a href="#index-W1061-772">W1061</a>: <a href="#W1061">W1061</a></li>
44266
- <li><a href="#index-W1062-773">W1062</a>: <a href="#W1062">W1062</a></li>
44267
- <li><a href="#index-W1063-774">W1063</a>: <a href="#W1063">W1063</a></li>
44268
- <li><a href="#index-W1064-775">W1064</a>: <a href="#W1064">W1064</a></li>
44269
- <li><a href="#index-W1065-776">W1065</a>: <a href="#W1065">W1065</a></li>
44270
- <li><a href="#index-W1066-777">W1066</a>: <a href="#W1066">W1066</a></li>
44271
- <li><a href="#index-W1067-778">W1067</a>: <a href="#W1067">W1067</a></li>
44272
- <li><a href="#index-W1068-779">W1068</a>: <a href="#W1068">W1068</a></li>
44273
- <li><a href="#index-W1069-780">W1069</a>: <a href="#W1069">W1069</a></li>
44274
- <li><a href="#index-W1070-781">W1070</a>: <a href="#W1070">W1070</a></li>
44275
- <li><a href="#index-W1071-782">W1071</a>: <a href="#W1071">W1071</a></li>
44276
- <li><a href="#index-W1072-783">W1072</a>: <a href="#W1072">W1072</a></li>
44277
- <li><a href="#index-W1073-784">W1073</a>: <a href="#W1073">W1073</a></li>
44278
- <li><a href="#index-W1074-785">W1074</a>: <a href="#W1074">W1074</a></li>
44279
- <li><a href="#index-W1075-786">W1075</a>: <a href="#W1075">W1075</a></li>
44280
- <li><a href="#index-W1076-787">W1076</a>: <a href="#W1076">W1076</a></li>
44281
- <li><a href="#index-W1077-788">W1077</a>: <a href="#W1077">W1077</a></li>
44282
- <li><a href="#index-W9001-789">W9001</a>: <a href="#W9001">W9001</a></li>
44283
- <li><a href="#index-W9002-790">W9002</a>: <a href="#W9002">W9002</a></li>
44284
- <li><a href="#index-W9003-791">W9003</a>: <a href="#W9003">W9003</a></li>
44202
+ <li><a href="#index-W1045-755">W1045</a>: <a href="#W1045">W1045</a></li>
44203
+ <li><a href="#index-W1046-756">W1046</a>: <a href="#W1046">W1046</a></li>
44204
+ <li><a href="#index-W1047-757">W1047</a>: <a href="#W1047">W1047</a></li>
44205
+ <li><a href="#index-W1048-758">W1048</a>: <a href="#W1048">W1048</a></li>
44206
+ <li><a href="#index-W1049-759">W1049</a>: <a href="#W1049">W1049</a></li>
44207
+ <li><a href="#index-W1050-760">W1050</a>: <a href="#W1050">W1050</a></li>
44208
+ <li><a href="#index-W1051-761">W1051</a>: <a href="#W1051">W1051</a></li>
44209
+ <li><a href="#index-W1052-762">W1052</a>: <a href="#W1052">W1052</a></li>
44210
+ <li><a href="#index-W1053-763">W1053</a>: <a href="#W1053">W1053</a></li>
44211
+ <li><a href="#index-W1054-764">W1054</a>: <a href="#W1054">W1054</a></li>
44212
+ <li><a href="#index-W1055-765">W1055</a>: <a href="#W1055">W1055</a></li>
44213
+ <li><a href="#index-W1056-766">W1056</a>: <a href="#W1056">W1056</a></li>
44214
+ <li><a href="#index-W1057-767">W1057</a>: <a href="#W1057">W1057</a></li>
44215
+ <li><a href="#index-W1058-768">W1058</a>: <a href="#W1058">W1058</a></li>
44216
+ <li><a href="#index-W1059-769">W1059</a>: <a href="#W1059">W1059</a></li>
44217
+ <li><a href="#index-W1060-770">W1060</a>: <a href="#W1060">W1060</a></li>
44218
+ <li><a href="#index-W1061-771">W1061</a>: <a href="#W1061">W1061</a></li>
44219
+ <li><a href="#index-W1062-772">W1062</a>: <a href="#W1062">W1062</a></li>
44220
+ <li><a href="#index-W1063-773">W1063</a>: <a href="#W1063">W1063</a></li>
44221
+ <li><a href="#index-W1064-774">W1064</a>: <a href="#W1064">W1064</a></li>
44222
+ <li><a href="#index-W1065-775">W1065</a>: <a href="#W1065">W1065</a></li>
44223
+ <li><a href="#index-W1066-776">W1066</a>: <a href="#W1066">W1066</a></li>
44224
+ <li><a href="#index-W1067-777">W1067</a>: <a href="#W1067">W1067</a></li>
44225
+ <li><a href="#index-W1068-778">W1068</a>: <a href="#W1068">W1068</a></li>
44226
+ <li><a href="#index-W1069-779">W1069</a>: <a href="#W1069">W1069</a></li>
44227
+ <li><a href="#index-W1070-780">W1070</a>: <a href="#W1070">W1070</a></li>
44228
+ <li><a href="#index-W1071-781">W1071</a>: <a href="#W1071">W1071</a></li>
44229
+ <li><a href="#index-W1072-782">W1072</a>: <a href="#W1072">W1072</a></li>
44230
+ <li><a href="#index-W1073-783">W1073</a>: <a href="#W1073">W1073</a></li>
44231
+ <li><a href="#index-W1074-784">W1074</a>: <a href="#W1074">W1074</a></li>
44232
+ <li><a href="#index-W1075-785">W1075</a>: <a href="#W1075">W1075</a></li>
44233
+ <li><a href="#index-W1076-786">W1076</a>: <a href="#W1076">W1076</a></li>
44234
+ <li><a href="#index-W1077-787">W1077</a>: <a href="#W1077">W1077</a></li>
44235
+ <li><a href="#index-W9001-788">W9001</a>: <a href="#W9001">W9001</a></li>
44236
+ <li><a href="#index-W9002-789">W9002</a>: <a href="#W9002">W9002</a></li>
44237
+ <li><a href="#index-W9003-790">W9003</a>: <a href="#W9003">W9003</a></li>
44285
44238
  <li><a href="#index-X0001-47">X0001</a>: <a href="#X0001">X0001</a></li>
44286
44239
  <li><a href="#index-X0002-48">X0002</a>: <a href="#X0002">X0002</a></li>
44287
44240
  <li><a href="#index-X0003-49">X0003</a>: <a href="#X0003">X0003</a></li>