Skip to content
Snippets Groups Projects
Commit 17cf341d authored by mycroft's avatar mycroft
Browse files

entered into RCS

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3 138bc75d-0d04-0410-961f-82ee72b054a4
parent a1c19ad2
No related branches found
No related tags found
No related merge requests found
/* 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
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment