![]() |
GnuCOBOL
2.0
A free COBOL compiler
|

Go to the source code of this file.
Functions | |
| CB_WARNDEF (cb_warn_obsolete,"obsolete", _("warn if obsolete features are used")) CB_WARNDEF(cb_warn_archaic | |
| _ ("warn if archaic features are used")) CB_WARNDEF(cb_warn_redefinition | |
| _ ("warn incompatible redefinition of data items")) CB_WARNDEF(cb_warn_constant | |
| _ ("warn inconsistent constant")) CB_WARNDEF(cb_warn_overlap | |
| _ ("warn overlapping MOVE items")) CB_WARNDEF(cb_warn_parentheses | |
| _ ("warn lack of parentheses around AND within OR")) CB_WARNDEF(cb_warn_strict_typing | |
| strict | _ ("warn type mismatch strictly")) CB_WARNDEF(cb_warn_implicit_define |
| strict implicit | _ ("warn implicitly defined data items")) CB_WARNDEF(cb_warn_corresponding |
| strict implicit | _ ("warn CORRESPONDING with no matching items")) CB_WARNDEF(cb_warn_external_val |
| strict implicit external | _ ("warn EXTERNAL item with VALUE clause")) CB_WARNDEF(cb_warn_prototypes |
| strict implicit external | _ ("warn missing FUNCTION prototypes/definitions")) CB_NOWARNDEF(cb_warn_call_params |
| strict implicit external call | _ ("warn non 01/77 items for CALL params")) CB_NOWARNDEF(cb_warn_column_overflow |
| strict implicit external call column | _ ("warn text after program-text area, FIXED format")) CB_NOWARNDEF(cb_warn_terminator |
| strict implicit external call column | _ ("warn lack of scope terminator END-XXX")) CB_NOWARNDEF(cb_warn_truncate |
| strict implicit external call column | _ ("warn possible field truncation")) CB_NOWARNDEF(cb_warn_linkage |
| strict implicit external call column | _ ("warn dangling LINKAGE items")) CB_NOWARNDEF(cb_warn_unreachable |
Variables | |
| archaic | |
| redefinition | |
| constant | |
| overlap | |
| parentheses | |
| strict | typing |
| strict implicit | define |
| strict implicit | corresponding |
| strict implicit external | value |
| strict implicit external | prototypes |
| strict implicit external call | params |
| strict implicit external call column | overflow |
| strict implicit external call column | terminator |
| strict implicit external call column | truncate |
| strict implicit external call column | linkage |
| strict implicit external call column | unreachable |
| _ | ( | "warn if archaic features are used" | ) |
| _ | ( | "warn incompatible redefinition of data items" | ) |
| _ | ( | "warn inconsistent constant" | ) |
| _ | ( | "warn overlapping MOVE items" | ) |
| _ | ( | "warn lack of parentheses around AND within OR" | ) |
| strict _ | ( | "warn type mismatch strictly" | ) |
| strict implicit _ | ( | "warn implicitly defined data items" | ) |
| strict implicit _ | ( | "warn CORRESPONDING with no matching items" | ) |
| strict implicit external _ | ( | "warn missing FUNCTION prototypes/definitions" | ) |
| strict implicit external call column _ | ( | "warn lack of scope terminator END-XXX" | ) |
| strict implicit external call column _ | ( | "warn possible field truncation" | ) |
| CB_WARNDEF | ( | cb_warn_obsolete | , |
| "obsolete" | , | ||
| _("warn if obsolete features are used") | |||
| ) |
| archaic |
Definition at line 30 of file warning.def.
| constant |
Definition at line 36 of file warning.def.
| strict implicit corresponding |
Definition at line 51 of file warning.def.
| strict implicit define |
Definition at line 48 of file warning.def.
| strict implicit external call column linkage |
Definition at line 72 of file warning.def.
| strict implicit external call column overflow |
Definition at line 63 of file warning.def.
Referenced by cob_decimal_get_binary(), and format_datetime().
| overlap |
Definition at line 39 of file warning.def.
| strict implicit external call params |
Definition at line 60 of file warning.def.
Referenced by cob_decimal_alloc(), cob_decimal_pop(), cob_decimal_push(), cob_intr_concatenate(), cob_intr_max(), cob_intr_mean(), cob_intr_median(), cob_intr_min(), cob_intr_ord_max(), cob_intr_ord_min(), cob_intr_present_value(), cob_intr_sum(), and cob_save_func().
| parentheses |
Definition at line 42 of file warning.def.
| strict implicit external prototypes |
Definition at line 57 of file warning.def.
| redefinition |
Definition at line 33 of file warning.def.
| strict implicit external call column terminator |
Definition at line 66 of file warning.def.
| strict implicit external call column truncate |
Definition at line 69 of file warning.def.
| strict typing |
Definition at line 45 of file warning.def.
| strict implicit external call column unreachable |
Definition at line 75 of file warning.def.
| strict implicit external value |
Definition at line 54 of file warning.def.
Referenced by cb_build_list(), cb_build_move(), cb_config_entry(), cb_define_switch_name(), cb_emit_call(), cb_emit_display(), cb_emit_set_false(), cb_emit_set_true(), cb_expr_finish(), cb_expr_shift(), cb_fits_int(), cb_fits_long_long(), cb_validate_program_body(), cob_set_screen(), cobc_set_value(), emit_default_displays_for_x_list(), evaluate_test(), get_config_val(), is_reference_with_value(), output(), output_call(), output_initialize_one(), output_stmt(), ppp_set_value(), print_runtime_env(), process_env_copy_path(), set_config_val(), valid_screen_pos(), validate_move(), value_has_picture_clause(), value_is_numeric_field(), value_pic_has_no_scale(), and yyparse().