Searched refs:get_type (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/bin/rc/
H A Dparser.y292 | ARRAY '{' '}' { $$ = make_data(0, get_type("raw")); }
293 | ARRAY { $$ = make_data(0, get_type("raw")); }
300 | expr { $$ = $1; $$.type = get_type("raw"); }
419 $$ = cast(get_type("int32"), make_int(define.value));
449 : BOOL { $$ = cast(get_type("bool"), make_bool($1)); }
450 | integer { $$ = cast(get_type("int32"), make_int($1)); }
451 | float { $$ = cast(get_type("float"), make_float($1)); }
472 : '(' ARRAY ')' { $$ = get_type("raw"); }
473 | '(' MESSAGE ')' { $$ = get_type("message"); }
474 | '(' ARCHIVE IDENT ')' { $$ = get_type("messag
[all...]
H A Dcompile.h106 type_t get_type(const char* name);
/haiku-fatelf/src/bin/
H A Dlistres.cpp17 get_type(type_code type) function
124 get_type(type), id, size, name);
H A Dlistattr.cpp145 get_type(type_code type) function
264 printf("%*s", kTypeWidth, get_type(attrInfo.type));
/haiku-fatelf/src/bin/gdb/gdb/
H A Dvarobj.c187 static struct type *get_type (struct varobj *var);
1389 except within get_target_type and get_type. */
1391 get_type (struct varobj *var)
1408 type = get_type (var);
1418 past typedefs, just like get_type ().
1421 except within get_target_type and get_type. */
1745 type = get_type (var);
1770 type = get_type (var);
1838 type = get_type (parent);
1943 type = get_type (paren
1388 get_type (struct varobj *var) function
[all...]

Completed in 54 milliseconds