Searched refs:type_check (Results 1 – 5 of 5) sorted by relevance
83 extern enum type_check enum87 type_check;165 enum type_check la_type_check;325 #define STRICT_TYPE (type_check != type_check_off)
117 enum type_check type_check = type_check_off; variable247 if (type_check != current_language->la_type_check) in show_type_command()258 type_check = type_check_on; in set_type_command()263 type_check = type_check_warn; in set_type_command()268 type_check = type_check_off; in set_type_command()385 type_check = current_language->la_type_check; in set_type_range_case()444 switch (type_check) in set_type_str()880 switch (type_check) in type_error()
2016 and type_check to record the current state of range and2029 stack.c select_frame() sets working_lang (and possibly type_check2035 type_check and range_check (if their modes call for
172 #define type_check(X) !strcmp (symbol_name, X) macro2233 if (type_check ("void")) in VMS_typedef_parse()2239 if (type_check ("unknown type")) in VMS_typedef_parse()2265 if (type_check ("int")) in VMS_typedef_parse()2270 else if (type_check ("long int")) in VMS_typedef_parse()2275 else if (type_check ("unsigned int")) in VMS_typedef_parse()2280 else if (type_check ("long unsigned int")) in VMS_typedef_parse()2285 else if (type_check ("short int")) in VMS_typedef_parse()2290 else if (type_check ("short unsigned int")) in VMS_typedef_parse()2295 else if (type_check ("char")) in VMS_typedef_parse()[all …]
105 static void type_check(symbol_t *symbol, expression_t *expression, int and_op);1622 type_check(dest->symbol, immed, opcode); in format_1_instr()1755 type_check(src->symbol, immed, opcode); in format_3_instr()1819 type_check(symbol_t *symbol, expression_t *expression, int opcode) in type_check() function