Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dsymmisc.c613 LA_PRINT_TYPE (SYMBOL_TYPE (symbol), "", outfile, 1, depth); in print_symbol()
623 LA_PRINT_TYPE (SYMBOL_TYPE (symbol), "", outfile, 1, depth); in print_symbol()
634 LA_PRINT_TYPE (SYMBOL_TYPE (symbol), SYMBOL_PRINT_NAME (symbol), in print_symbol()
H A Dtypeprint.c109 LA_PRINT_TYPE (type, varstring, stream, show, 0); in type_print()
H A Dlanguage.h347 #define LA_PRINT_TYPE(type,varstring,stream,show,level) \ macro