1 /* Stub functions for Objective-C and Objective-C++ routines
2 that are called from within the C and C++ front-ends,
4 Copyright (C) 1991, 1995, 1997, 1998,
5 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
7 This file is part of GCC.
9 GCC is free software; you can redistribute it and/or modify it under
10 the terms of the GNU General Public License as published by the Free
11 Software Foundation; either version 2, or (at your option) any later
14 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
15 WARRANTY; without even the implied warranty of MERCHANTABILITY or
16 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
19 You should have received a copy of the GNU General Public License
20 along with GCC; see the file COPYING. If not, write to the Free
21 Software Foundation, 59 Temple Place - Suite 330, Boston, MA
26 #include "coretypes.h"
31 lookup_interface (tree arg ATTRIBUTE_UNUSED
)
37 is_class_name (tree arg ATTRIBUTE_UNUSED
)
43 objc_is_object_ptr (tree arg ATTRIBUTE_UNUSED
)
49 lookup_objc_ivar (tree arg ATTRIBUTE_UNUSED
)
55 objc_check_decl (tree decl ATTRIBUTE_UNUSED
)
60 objc_comptypes (tree lhs ATTRIBUTE_UNUSED
, tree rhs ATTRIBUTE_UNUSED
,
61 int reflexive ATTRIBUTE_UNUSED
)
67 objc_message_selector (void)