Home
last modified time | relevance | path

Searched refs:maybe_add_expr (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcc-rich-location.cc57 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 Dgcc-rich-location.h43 maybe_add_expr (tree t, range_label *label);
H A DChangeLog-201813144 (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 Dgcc-rich-location.c57 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 Dgcc-rich-location.h41 maybe_add_expr (tree t, range_label *label);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c12385 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 Dc-typeck.cc12573 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()