Home
last modified time | relevance | path

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

/NextBSD/contrib/gcclibs/libcpp/
HDexpr.c760 bool saw_leading_not, want_value = true; in _cpp_parse_expr() local
788 if (!want_value) in _cpp_parse_expr()
791 want_value = false; in _cpp_parse_expr()
799 if (want_value) in _cpp_parse_expr()
803 if (want_value) in _cpp_parse_expr()
817 if (!want_value) in _cpp_parse_expr()
821 else if (want_value) in _cpp_parse_expr()
872 want_value = true; in _cpp_parse_expr()
/NextBSD/contrib/gcc/
HDgimplify.c1894 bool want_value) in gimplify_self_mod_expr() argument
1910 postfix = want_value; in gimplify_self_mod_expr()
2020 gimplify_call_expr (tree *expr_p, tree *pre_p, bool want_value) in gimplify_call_expr() argument
2049 tree new = fold_builtin (decl, arglist, !want_value); in gimplify_call_expr()
2109 tree new = fold_builtin (decl, arglist, !want_value); in gimplify_call_expr()
2549 gimplify_modify_expr_to_memcpy (tree *expr_p, tree size, bool want_value) in gimplify_modify_expr_to_memcpy() argument
2566 if (want_value) in gimplify_modify_expr_to_memcpy()
2581 gimplify_modify_expr_to_memset (tree *expr_p, tree size, bool want_value) in gimplify_modify_expr_to_memset() argument
2596 if (want_value) in gimplify_modify_expr_to_memset()
2932 tree *post_p, bool want_value) in gimplify_init_constructor() argument
[all …]
HDChangeLog.tree-ssa10149 * gimplify.c (gimplify_self_mod_expr): Add want_value parm.
10161 (gimplify_modify_expr): Don't suppress posteffects if want_value.
13724 and CONSTRUCTOR (from Daniel Berlin). Add want_value parm.
15576 * expr.c (store_field): Don't always pass want_value==0 to store_expr.
HDChangeLog-20048033 * expr.c (store_expr): Clean up by renaming want_value to
8142 want_value & 1 is nonzero.
26981 (gimplify_call_expr): Take want_value argument instead of test
HDChangeLog-20062312 want_value.
HDChangeLog-200331892 * expr.c (store_expr): Test bit 1 of "want_value" for call param
31893 stores, test bit 0 for original want_value meaning. Pass
HDChangeLog-200224347 (_cpp_parse_expr): want_value used to indicate whether