/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gcc-rich-location.h | 116 label_text get_text (unsigned /*range_idx*/) const FINAL OVERRIDE in get_text() function 162 label_text get_text (unsigned range_idx) const OVERRIDE; 181 label_text get_text (unsigned range_idx) const FINAL OVERRIDE;
|
H A D | optinfo-emit-json.cc | 351 message->append (new json::string (item->get_text ())); in optinfo_to_json() 357 json_item->set ("expr", new json::string (item->get_text ())); in optinfo_to_json() 370 json_item->set ("stmt", new json::string (item->get_text ())); in optinfo_to_json() 383 json_item->set ("symtab_node", new json::string (item->get_text ())); in optinfo_to_json()
|
H A D | gcc-rich-location.cc | 195 maybe_range_label_for_tree_type_mismatch::get_text (unsigned range_idx) const in get_text() function in maybe_range_label_for_tree_type_mismatch 207 return inner.get_text (range_idx); in get_text()
|
H A D | optinfo.h | 159 const char *get_text () const { return m_text; } in get_text() function
|
H A D | diagnostic-format-json.cc | 105 text = loc_range->m_label->get_text (range_idx); in json_from_location_range()
|
H A D | dumpfile.cc | 1236 fprintf (dump_file, "%s", item->get_text ()); in emit_item() 1239 fprintf (alt_dump_file, "%s", item->get_text ()); in emit_item() 1243 pp_string (m_test_pp, item->get_text ()); in emit_item() 2259 ASSERT_STREQ_AT (loc, item->get_text (), expected_text); in verify_item()
|
H A D | tree-diagnostic-path.cc | 54 label_text get_text (unsigned range_idx) const FINAL OVERRIDE in get_text() function in __anon16ac341a0111::path_label
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gcc-rich-location.h | 114 label_text get_text (unsigned /*range_idx*/) const FINAL OVERRIDE in get_text() function 160 label_text get_text (unsigned range_idx) const OVERRIDE; 179 label_text get_text (unsigned range_idx) const FINAL OVERRIDE;
|
H A D | optinfo-emit-json.cc | 351 message->append (new json::string (item->get_text ())); in optinfo_to_json() 357 json_item->set ("expr", new json::string (item->get_text ())); in optinfo_to_json() 370 json_item->set ("stmt", new json::string (item->get_text ())); in optinfo_to_json() 383 json_item->set ("symtab_node", new json::string (item->get_text ())); in optinfo_to_json()
|
H A D | gcc-rich-location.c | 195 maybe_range_label_for_tree_type_mismatch::get_text (unsigned range_idx) const in get_text() function 207 return inner.get_text (range_idx); in get_text()
|
H A D | optinfo.h | 159 const char *get_text () const { return m_text; } in get_text() function
|
H A D | diagnostic-format-json.cc | 82 text = loc_range->m_label->get_text (range_idx); in json_from_location_range()
|
H A D | dumpfile.c | 1218 fprintf (dump_file, "%s", item->get_text ()); in emit_item() 1221 fprintf (alt_dump_file, "%s", item->get_text ()); in emit_item() 1225 pp_string (m_test_pp, item->get_text ()); in emit_item() 2201 ASSERT_STREQ_AT (loc, item->get_text (), expected_text);
|
H A D | tree-diagnostic-path.cc | 54 label_text get_text (unsigned range_idx) const FINAL OVERRIDE in get_text() function in __anon1e00e3a70111::path_label
|
H A D | diagnostic-show-locus.c | 1691 text = range->m_label->get_text (range->m_original_idx); in print_any_labels()
|
/netbsd-src/usr.bin/fpr/ |
H A D | fpr.c | 86 static void get_text(void); 130 get_text(); in main() 205 get_text(void) in get_text() function
|
/netbsd-src/external/gpl2/groff/dist/src/utils/pfbtops/ |
H A D | pfbtops.c | 57 static void get_text(int n) in get_text() function 227 get_text(n); in main()
|
/netbsd-src/external/bsd/ntp/dist/scripts/deprecated/ |
H A D | html2man.in | 74 $name = $p->get_text("/title");
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-objc-common.cc | 331 range_label_for_type_mismatch::get_text (unsigned /*range_idx*/) const in get_text() function in range_label_for_type_mismatch
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-objc-common.c | 340 range_label_for_type_mismatch::get_text (unsigned /*range_idx*/) const in get_text() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
H A D | mshtml.d | 259 HRESULT get_text(BSTR*); 512 HRESULT get_text(VARIANT*);
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
H A D | line-map.h | 1830 virtual label_text get_text (unsigned range_idx) const = 0;
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
H A D | line-map.h | 1902 virtual label_text get_text (unsigned range_idx) const = 0;
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-format.cc | 4642 label_text get_text (unsigned range_idx) const FINAL OVERRIDE in get_text() function in range_label_for_format_type_mismatch 4644 label_text text = range_label_for_type_mismatch::get_text (range_idx); in get_text()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-format.c | 4643 label_text get_text (unsigned range_idx) const FINAL OVERRIDE in get_text() function 4645 label_text text = range_label_for_type_mismatch::get_text (range_idx); in get_text()
|