Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
c9f9a460
Commit
c9f9a460
authored
May 25, 2001
by
Götz Lindenmaier
Browse files
aadded commentsdded commentsdded some
[r154]
parent
b7361986
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/tr/type.h
View file @
c9f9a460
...
...
@@ -198,6 +198,8 @@ bool is_class_type(type *clss);
* type_pointer, type_primitive.
* This is a dynamic list that can be grown with an "add_" function,
* but not shrinked.
* This is a dynamic list that can be grown with an "add_" function,
* but not shrinked.
* SOURCE
*/
/* create a new type struct */
...
...
@@ -268,10 +270,11 @@ bool is_method_type (type *method);
* ATTRIBUTES
* n_types Number of unioned types.
* members Entities for unioned types. Fixed length array.
* This is a dynamic list that can be grown with an "add_" function,
* but not shrinked.
* SOURCE
*/
/* create a new type union
The array with the entities is not initalized by the constructor. */
/* create a new type union */
type
*
new_type_union
(
ident
*
name
);
/* manipulate private fields of struct */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment