Home
last modified time | relevance | path

Searched refs:CONSTANT_String (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dconstants.c154 return find_class_or_string_constant (cpool, CONSTANT_String, string);
246 case CONSTANT_String:
297 case CONSTANT_String:
H A Djcf.h254 #define CONSTANT_String 8 macro
H A Djcf-reader.c287 case CONSTANT_String:
H A Djcf-parse.c178 if (! flag_emit_class_files && JPOOL_TAG (jcf, index) == CONSTANT_String) { \
323 case CONSTANT_String:
H A Djcf-io.c690 case CONSTANT_String:
H A Djcf-dump.c473 case CONSTANT_String:
H A Dverify.c990 case CONSTANT_String: type = string_type_node; goto check_ldc;
H A Dexpr.c2954 if (JPOOL_TAG (jcf, index) == CONSTANT_String)
2958 index = alloc_name_constant (CONSTANT_String, name);
H A Djava-tree.h236 #define CONSTANT_ResolvedString (CONSTANT_String+CONSTANT_ResolvedFlag)
H A Dparse.c17677 location = alloc_name_constant (CONSTANT_String, node);
H A Dparse.y14112 location = alloc_name_constant (CONSTANT_String, node);
H A DChangeLog1346 * jcf-parse.c (get_constant) [CONSTANT_String]: String values are