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