Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-aux-info.c561 gen_aux_info_record (fndecl, is_definition, is_implicit, is_prototyped) in gen_aux_info_record() argument
565 int is_prototyped;
587 (is_implicit) ? 'I' : (is_prototyped) ? 'N' : 'O',
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dinfcall.c86 int is_prototyped) in value_arg_coerce() argument
108 if (!is_prototyped) in value_arg_coerce()
120 if (!is_prototyped && coerce_float_to_double_p) in value_arg_coerce()
DChangeLog-2001481 * valops.c (hand_function_call): Remove is_prototyped
/openbsd/src/gnu/gcc/gcc/
Dc-aux-info.c552 int is_prototyped) in gen_aux_info_record() argument
574 (is_implicit) ? 'I' : (is_prototyped) ? 'N' : 'O', in gen_aux_info_record()
/openbsd/src/gnu/usr.bin/gcc/gcc/treelang/
Dtreetree.c1056 int is_prototyped ATTRIBUTE_UNUSED) in gen_aux_info_record()