Searched refs:maybe_add_expr (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gcc-rich-location.cc | 57 gcc_rich_location::maybe_add_expr (tree t, range_label *label) in maybe_add_expr() function in gcc_rich_location 245 maybe_add_expr (arg0, show_types ? &m_label_for_arg0 : NULL); in binary_op_rich_location() 246 maybe_add_expr (arg1, show_types ? &m_label_for_arg1 : NULL); in binary_op_rich_location()
|
H A D | gcc-rich-location.h | 43 maybe_add_expr (tree t, range_label *label);
|
H A D | ChangeLog-2018 | 13144 (gcc_rich_location::maybe_add_expr): Likewise. 13148 (gcc_rich_location::maybe_add_expr): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gcc-rich-location.c | 57 gcc_rich_location::maybe_add_expr (tree t, range_label *label) in maybe_add_expr() function 245 maybe_add_expr (arg0, show_types ? &m_label_for_arg0 : NULL); in binary_op_rich_location() 246 maybe_add_expr (arg1, show_types ? &m_label_for_arg1 : NULL); in binary_op_rich_location()
|
H A D | gcc-rich-location.h | 41 maybe_add_expr (tree t, range_label *label);
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-typeck.c | 12385 richloc.maybe_add_expr (orig_op0, &label_for_op0); in build_binary_op() 12386 richloc.maybe_add_expr (orig_op1, &label_for_op1); in build_binary_op()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-typeck.cc | 12573 richloc.maybe_add_expr (orig_op0, &label_for_op0); in build_binary_op() 12574 richloc.maybe_add_expr (orig_op1, &label_for_op1); in build_binary_op()
|