Searched refs:build_x_conditional_expr (Results 1 – 20 of 20) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2012 | 492 * typeck.c (build_x_conditional_expr): Handle VEC_COND_EXPR. 1943 * typeck.c (build_x_array_ref, build_x_conditional_expr,
|
H A D | ChangeLog-2008 | 2249 (build_x_conditional_expr): Add SFINAE support. 2362 (build_x_conditional_expr): Add tsubst_flags_t parameter.
|
H A D | ChangeLog-2013 | 2301 * typeck.c (build_x_conditional_expr): Likewise. 2573 get_member_function_from_ptrfunc, build_x_conditional_expr,
|
H A D | ChangeLog-2003 | 796 * typeck.c (build_x_conditional_expr): Handle missing middle 1634 build_x_conditional_expr, build_x_compound_expr): Likewise. 3241 (build_x_conditional_expr): Likewise.
|
H A D | ChangeLog-2016 | 2037 * typeck.c (build_x_conditional_expr): Revert the 2012-10-25 change. 3150 * typeck.c (build_x_conditional_expr): Unconditionally remember
|
H A D | ChangeLog-2011 | 297 * typeck.c (build_x_conditional_expr): Restrict glvalue games to C++11. 694 * typeck.c (build_x_conditional_expr): Preserve lvalue/xvalueness.
|
H A D | ChangeLog-1994 | 5000 (build_x_conditional_expr): Likewise. 5057 build_x_conditional_expr, build_x_compound_expr): Follow style of
|
H A D | cp-tree.h | 8028 extern tree build_x_conditional_expr (location_t, tree, tree, tree,
|
H A D | typeck.cc | 7541 build_x_conditional_expr (location_t loc, tree ifexp, tree op1, tree op2, in build_x_conditional_expr() function
|
H A D | ChangeLog-1996 | 1127 (build_x_conditional_expr): Likewise.
|
H A D | ChangeLog-2018 | 4292 * typeck.c (build_x_conditional_expr): Move wrapping of
|
H A D | ChangeLog-1998 | 5716 * typeck.c (build_x_conditional_expr): Remove unused variable rval.
|
H A D | pt.cc | 21170 RETURN (build_x_conditional_expr (EXPR_LOCATION (t), in tsubst_copy_and_build()
|
H A D | parser.cc | 10304 return build_x_conditional_expr (loc, logical_or_expr, in cp_parser_question_colon_clause()
|
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/ |
H A D | libcp1plugin.cc | 2990 tree val = build_x_conditional_expr (/*loc=*/0, op0, op1, op2, tf_error); in plugin_build_ternary_expr()
|
/netbsd-src/external/gpl3/gcc/dist/libcc1/ |
H A D | libcp1plugin.cc | 2831 tree val = build_x_conditional_expr (/*loc=*/0, op0, op1, op2, tf_error); in plugin_build_ternary_expr()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cp-tree.h | 7617 extern tree build_x_conditional_expr (location_t, tree, tree, tree,
|
H A D | typeck.c | 7026 build_x_conditional_expr (location_t loc, tree ifexp, tree op1, tree op2, in build_x_conditional_expr() function
|
H A D | pt.c | 20317 RETURN (build_x_conditional_expr (EXPR_LOCATION (t), in tsubst_copy_and_build()
|
H A D | parser.c | 9836 return build_x_conditional_expr (loc, logical_or_expr, in cp_parser_question_colon_clause()
|