Home
last modified time | relevance | path

Searched refs:java_int_type (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Djv-lang.h33 extern struct type *java_int_type;
H A Djv-lang.c41 struct type *java_int_type; variable
631 return java_int_type; in java_primitive_type()
675 return java_int_type; in java_primitive_type_from_name()
965 return java_int_type; in java_create_fundamental_type()
1067 java_int_type = init_type (TYPE_CODE_INT, 4, 0, "int", NULL); in _initialize_java_language()
H A Djv-exp.y281 { $$ = java_int_type; }
782 type = java_int_type;
810 if (type == java_int_type && n > (ULONGEST)0x80000000)
H A Djv-exp.c1458 { yyval.tval = java_int_type; }
2153 type = java_int_type;
2181 if (type == java_int_type && n > (ULONGEST)0x80000000)