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

/haiku-fatelf/src/bin/gdb/gdb/
H A Djv-lang.h40 extern struct type *java_double_type;
H A Djv-lang.c48 struct type *java_double_type; variable in typeref:struct:type
643 return java_double_type;
669 return java_double_type;
958 return java_double_type;
1129 java_double_type = init_type (TYPE_CODE_FLT, 8, 0, "double", NULL);
H A Djv-exp.y293 { $$ = java_double_type; }
H A Djv-exp.c1480 { yyval.tval = java_double_type; }

Completed in 40 milliseconds