Searched refs:want_value (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/21_strings/ |
| D | compare.cc | 36 enum want_value {lt=0, z=1, gt=2}; enum 39 test_value(int result, want_value expected); 42 test_value(int result, want_value expected) in test_value()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | cppexp.c | 747 bool saw_leading_not, want_value = true; local 775 if (!want_value) 778 want_value = false; 786 if (want_value) 790 if (want_value) 810 if (!want_value) 814 else if (want_value) 861 want_value = true;
|
| D | c-semantics.c | 342 genrtl_expr_stmt_value (expr, want_value, maybe_last) in genrtl_expr_stmt_value() argument 344 int want_value, maybe_last; 354 expand_expr_stmt_value (expr, want_value, maybe_last);
|
| D | expr.c | 4077 expand_assignment (to, from, want_value, suggest_reg) in expand_assignment() argument 4079 int want_value; 4090 return want_value ? result : NULL_RTX; 4118 if (mode1 == VOIDmode && want_value) 4195 (want_value 4208 return (want_value ? convert_modes (TYPE_MODE (TREE_TYPE (to)), 4255 return want_value ? to_rtx : NULL_RTX; 4281 return want_value ? to_rtx : NULL_RTX; 4316 return want_value ? to_rtx : NULL_RTX; 4322 result = store_expr (from, to_rtx, want_value); [all …]
|
| D | stmt.c | 2147 expand_expr_stmt_value (exp, want_value, maybe_last) in expand_expr_stmt_value() argument 2149 int want_value, maybe_last; 2154 if (want_value == -1) 2155 want_value = expr_stmts_for_value != 0; 2160 if (! want_value 2178 if (want_value && TREE_CODE (TREE_TYPE (exp)) == FUNCTION_TYPE) 2184 value = expand_expr (exp, want_value ? NULL_RTX : const0_rtx, 2218 if (want_value)
|
| D | ChangeLog | 6452 * expr.c (store_expr): Test bit 1 of "want_value" for call param 6453 stores, test bit 0 for original want_value meaning. Pass
|
| D | ChangeLog.7 | 9900 (_cpp_parse_expr): want_value used to indicate whether
|
| /openbsd/src/gnu/gcc/libcpp/ |
| D | expr.c | 757 bool saw_leading_not, want_value = true; in _cpp_parse_expr() local 785 if (!want_value) in _cpp_parse_expr() 788 want_value = false; in _cpp_parse_expr() 796 if (want_value) in _cpp_parse_expr() 800 if (want_value) in _cpp_parse_expr() 814 if (!want_value) in _cpp_parse_expr() 818 else if (want_value) in _cpp_parse_expr() 869 want_value = true; in _cpp_parse_expr()
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | gimplify.c | 1896 bool want_value) in gimplify_self_mod_expr() argument 1912 postfix = want_value; in gimplify_self_mod_expr() 2022 gimplify_call_expr (tree *expr_p, tree *pre_p, bool want_value) in gimplify_call_expr() argument 2051 tree new = fold_builtin (decl, arglist, !want_value); in gimplify_call_expr() 2111 tree new = fold_builtin (decl, arglist, !want_value); in gimplify_call_expr() 2551 gimplify_modify_expr_to_memcpy (tree *expr_p, tree size, bool want_value) in gimplify_modify_expr_to_memcpy() argument 2568 if (want_value) in gimplify_modify_expr_to_memcpy() 2583 gimplify_modify_expr_to_memset (tree *expr_p, tree size, bool want_value) in gimplify_modify_expr_to_memset() argument 2598 if (want_value) in gimplify_modify_expr_to_memset() 2934 tree *post_p, bool want_value) in gimplify_init_constructor() argument [all …]
|