Searched refs:want_value (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/gcclibs/libcpp/ |
| HD | expr.c | 760 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/ |
| HD | gimplify.c | 1894 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 …]
|
| HD | ChangeLog.tree-ssa | 10149 * 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.
|
| HD | ChangeLog-2004 | 8033 * 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
|
| HD | ChangeLog-2006 | 2312 want_value.
|
| HD | ChangeLog-2003 | 31892 * expr.c (store_expr): Test bit 1 of "want_value" for call param 31893 stores, test bit 0 for original want_value meaning. Pass
|
| HD | ChangeLog-2002 | 24347 (_cpp_parse_expr): want_value used to indicate whether
|