Home
last modified time | relevance | path

Searched refs:error_with_ivar (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.cc4745 error_with_ivar (const char *message, tree decl) in error_with_ivar() function
4788 error_with_ivar ("conflicting instance variable type", in check_ivars()
4790 error_with_ivar ("previous declaration of", in check_ivars()
4802 error_with_ivar ("conflicting instance variable name", in check_ivars()
4804 error_with_ivar ("previous declaration of", in check_ivars()
H A DChangeLog3066 objc_get_class_ivars, error_with_ivar, check_duplicates,
3962 error_with_ivar, gen_method_decl, gen_declaration, setup_string_decl,
4093 (error_with_ivar): Remove last parameter.
4095 to CLASS_IVARS lists; adjust calls to error_with_ivar().
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c4667 error_with_ivar (const char *message, tree decl) in error_with_ivar() function
4710 error_with_ivar ("conflicting instance variable type", in check_ivars()
4712 error_with_ivar ("previous declaration of", in check_ivars()
4724 error_with_ivar ("conflicting instance variable name", in check_ivars()
4726 error_with_ivar ("previous declaration of", in check_ivars()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200312735 (error_with_ivar): Likewise.
23159 * objc/objc-act.c (error_with_ivar, warn_with_method): Don't call
23585 * objc/objc-act.c (error_with_ivar): Don't use
H A DChangeLog-200126433 (error_with_ivar): Simplify.
26881 (error_with_ivar): Use error_with_file_and_line.
H A DChangeLog-19999331 error_with_ivar, gen_declarator, create_builtin_decl,
H A DChangeLog-200217137 (error_with_ivar): Adjust call to count_error.