Home
last modified time | relevance | path

Searched refs:type_check (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dlanguage.h83 extern enum type_check enum
87 type_check;
165 enum type_check la_type_check;
325 #define STRICT_TYPE (type_check != type_check_off)
H A Dlanguage.c117 enum type_check type_check = type_check_off; variable
247 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()
H A DChangeLog-19912016 and type_check to record the current state of range and
2029 stack.c select_frame() sets working_lang (and possibly type_check
2035 type_check and range_check (if their modes call for
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dobj-vms.c172 #define type_check(X) !strcmp (symbol_name, X) macro
2233 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 …]
/openbsd-src/sys/dev/microcode/aic7xxx/
H A Daicasm_gram.y105 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