Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
d25b6044
Commit
d25b6044
authored
Aug 13, 1989
by
Charles Hannum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
entered into RCS
From-SVN: r3
parent
6f39d4ff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
gcc/typeclass.h
+14
-0
No files found.
gcc/typeclass.h
0 → 100644
View file @
d25b6044
/* Values returned by __builtin_classify_type. */
enum
type_class
{
no_type_class
=
-
1
,
void_type_class
,
integer_type_class
,
char_type_class
,
enumeral_type_class
,
boolean_type_class
,
pointer_type_class
,
reference_type_class
,
offset_type_class
,
real_type_class
,
complex_type_class
,
function_type_class
,
method_type_class
,
record_type_class
,
union_type_class
,
array_type_class
,
string_type_class
,
set_type_class
,
file_type_class
,
lang_type_class
};
Write
Preview
Markdown
is supported
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