Searched refs:record_builtin_type (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dc-common.c3293 record_builtin_type (RID_INT, NULL, integer_type_node);
3294 record_builtin_type (RID_CHAR, "char", char_type_node);
3300 record_builtin_type (RID_SIGNED, NULL, integer_type_node);
3301 record_builtin_type (RID_LONG, "long int", long_integer_type_node);
3302 record_builtin_type (RID_UNSIGNED, "unsigned int", unsigned_type_node);
3303 record_builtin_type (RID_MAX, "long unsigned int",
3306 record_builtin_type (RID_MAX, "unsigned long", long_unsigned_type_node);
3307 record_builtin_type (RID_MAX, "long long int",
3309 record_builtin_type (RID_MAX, "long long unsigned int",
3312 record_builtin_type (RID_MA
[all...]
H A Dc-common.h627 extern void record_builtin_type (enum rid, const char *, tree);
H A Dc-decl.c7225 record_builtin_type (enum rid rid_index, const char *name, tree type)
7194 record_builtin_type (enum rid rid_index, const char *name, tree type) function
/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl.c3000 record_builtin_type (enum rid rid_index,
3062 record_builtin_type (RID_MAX, name, type);
3209 record_builtin_type (RID_BOOL, "bool", boolean_type_node);
3217 record_builtin_type (RID_MAX, NULL, string_type_node);
3255 record_builtin_type (RID_MAX, VTBL_PTR_TYPE, vtable_entry_type);
3261 record_builtin_type (RID_MAX, NULL, vtbl_type_node);
3264 record_builtin_type (RID_MAX, NULL, vtbl_ptr_type_node);
2991 record_builtin_type (enum rid rid_index, function

Completed in 109 milliseconds