Changeset 1391 for branches/GNU/src/gcc/libobjc/objc/encoding.h
- Timestamp:
- Apr 27, 2004, 8:39:34 PM (22 years ago)
- Location:
- branches/GNU/src/gcc
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
libobjc/objc/encoding.h (modified) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gcc
- Property svn:ignore
-
old new 26 26 configure.vr 27 27 configure.vrs 28 28 29 Makefile 29 dir.info30 30 lost+found 31 31 update.out
-
- Property svn:ignore
-
branches/GNU/src/gcc/libobjc/objc/encoding.h
-
Property cvs2svn:cvs-rev
changed from
1.1to1.1.1.2
r1390 r1391 1 1 /* Encoding of types for Objective C. 2 Copyright (C) 1993, 1997 Free Software Foundation, Inc.2 Copyright (C) 1993, 1997 Free Software Foundation, Inc. 3 3 4 4 Author: Kresten Krab Thorup … … 51 51 #define _F_GCINVISIBLE 0x20 52 52 53 int objc_aligned_size (const char *type);54 int objc_sizeof_type (const char *type);55 int objc_alignof_type (const char *type);56 int objc_aligned_size (const char *type);57 int objc_promoted_size (const char *type);53 int objc_aligned_size (const chartype); 54 int objc_sizeof_type (const chartype); 55 int objc_alignof_type (const chartype); 56 int objc_aligned_size (const chartype); 57 int objc_promoted_size (const chartype); 58 58 59 const char * objc_skip_type_qualifiers (const char*type);60 const char * objc_skip_typespec (const char*type);61 const char * objc_skip_offset (const char*type);62 const char * objc_skip_argspec (const char*type);63 int method_get_number_of_arguments (struct objc_method *);64 int method_get_sizeof_arguments (struct objc_method *);59 const chartype); 60 const chartype); 61 const chartype); 62 const chartype); 63 int method_get_number_of_arguments (struct objc_method*); 64 int method_get_sizeof_arguments (struct objc_method*); 65 65 66 char * method_get_first_argument (struct objc_method*,66 char*, 67 67 arglist_t argframe, 68 const char **type);69 char *method_get_next_argument (arglist_t argframe,68 const chartype); 69 charmethod_get_next_argument (arglist_t argframe, 70 70 const char **type); 71 char * method_get_nth_argument (struct objc_method*m,71 charm, 72 72 arglist_t argframe, 73 73 int arg, 74 74 const char **type); 75 75 76 unsigned objc_get_type_qualifiers (const char *type);76 unsigned objc_get_type_qualifiers (const chartype); 77 77 78 78 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
