Home
last modified time | relevance | path

Searched refs:push_promoted_type (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Ddecl.c53 static tree push_promoted_type PARAMS ((const char *, tree));
342 push_promoted_type (name, actual_type) in push_promoted_type() function
523 = push_promoted_type ("promoted_byte", byte_type_node); in java_init_decl_processing()
525 = push_promoted_type ("promoted_short", short_type_node); in java_init_decl_processing()
527 = push_promoted_type ("promoted_char", char_type_node); in java_init_decl_processing()
529 = push_promoted_type ("promoted_boolean", boolean_type_node); in java_init_decl_processing()
DChangeLog6202 * decl.c (push_promoted_type): Set TYPE_{MIN,MAX}_VALUE with copy_node.
8107 * decl.c (push_promoted_type, make_binding_level): Add static
8109 (push_promoted_type, pushdecl): Constify a char*.