Searched refs:type_t (Results 1 - 2 of 2) sorted by relevance

/haiku/src/bin/rc/
H A Dcompile.h41 struct type_t { struct
55 type_t type; // data type
63 type_t type; // data type
106 type_t get_type(const char* name);
H A Dparser.y53 typedef std::map<const char*, type_t, ident_compare_t> type_tab_t;
73 static data_t make_data(size_t, type_t);
84 static data_t make_default(type_t);
93 static data_t cast(type_t, data_t);
116 type_t T;
538 type_t type;
556 type_t type;
575 is_builtin_type(type_t type)
582 same_type(type_t type1, type_t type
[all...]

Completed in 93 milliseconds