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
aa267f86
Commit
aa267f86
authored
Nov 29, 2004
by
Michael Beck
Browse files
updated docu
[r4498]
parent
71184a6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/tr/type.h
View file @
aa267f86
...
...
@@ -82,9 +82,13 @@ typedef struct ir_node ir_node;
* - name: An identifier specifying the name of the type. To be
* set by the frontend.
* - size: The size of the type, i.e. an entity of this type will
* occupy size b
yte
s in memory. In several cases this is
* occupy size b
it
s in memory. In several cases this is
* determined when fixing the layout of this type (class,
* struct, union, array, enumeration).
* - alignment The alignment of the type, i.e. an entity of this type will
* be allocated an an address in memory with this alignment.
* In several cases this is determined when fixing the layout
* of this type (class, struct, union, array)
* - state: The state of the type. The state represents whether the
* layout of the type is undefined or fixed (values: layout_undefined
* or layout_fixed). Compound types can have an undefined
...
...
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