Home
last modified time | relevance | path

Searched refs:LA_PRINT_TYPE (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dsymmisc.c487 LA_PRINT_TYPE (SYMBOL_TYPE (symbol), "", outfile, 1, depth, in print_symbol()
498 LA_PRINT_TYPE (SYMBOL_TYPE (symbol), "", outfile, 1, depth, in print_symbol()
510 LA_PRINT_TYPE (SYMBOL_TYPE (symbol), SYMBOL_PRINT_NAME (symbol), in print_symbol()
H A Dtypeprint.c366 LA_PRINT_TYPE (type, varstring, stream, show, 0, &default_ptype_flags); in type_print()
487 LA_PRINT_TYPE (type, "", gdb_stdout, show, 0, &flags); in whatis_exp()
H A Dlanguage.h422 #define LA_PRINT_TYPE(type,varstring,stream,show,level,flags) \ macro
H A Dada-lang.c12509 LA_PRINT_TYPE (exp->elts[*pos + 1].type, "", stream, 0, 0, in ada_print_subexp()
12540 LA_PRINT_TYPE (exp->elts[pc + 1].type, "", stream, 1, 0, in ada_print_subexp()
/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpy-type.c958 LA_PRINT_TYPE (type_object_to_type (self), "", stb, -1, 0, in typy_str()