Searched refs:want_value (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A D20030731-1.c32 store_expr (exp, target, want_value)
35 int want_value;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/operations/compare/char/
H A D1.cc36 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)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/operations/compare/wchar_t/
H A D1.cc35 enum want_value {lt=0, z=1, gt=2}; enum
38 test_value(int result, want_value expected);
41 test_value(int result, want_value expected)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/string_view/operations/compare/char/
H A D1.cc36 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)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/string_view/operations/compare/wchar_t/
H A D1.cc35 enum want_value {lt=0, z=1, gt=2}; enum
38 test_value(int result, want_value expected);
41 test_value(int result, want_value expected)
/haiku-buildtools/gcc/libcpp/
H A Dexpr.c1188 bool saw_leading_not, want_value = true;
1220 if (!want_value)
1224 want_value = false;
1232 if (want_value)
1236 if (want_value)
1251 if (!want_value)
1256 else if (want_value)
1312 want_value = true;
1187 bool saw_leading_not, want_value = true; local
/haiku-buildtools/gcc/gcc/
H A Dgimplify.c2124 bool want_value, tree arith_type)
2142 postfix = want_value;
2296 gimplify_call_expr (tree *expr_p, gimple_seq *pre_p, bool want_value)
2315 if (want_value)
2391 tree new_tree = fold_call_expr (input_location, *expr_p, !want_value);
2504 if (want_value && fndecl
2514 tree new_tree = fold_call_expr (input_location, *expr_p, !want_value);
2551 if (!want_value)
3268 gimplify_modify_expr_to_memcpy (tree *expr_p, tree size, bool want_value,
3294 if (want_value)
2120 gimplify_self_mod_expr(tree *expr_p, gimple_seq *pre_p, gimple_seq *post_p, bool want_value, tree arith_type) argument
2293 gimplify_call_expr(tree *expr_p, gimple_seq *pre_p, bool want_value) argument
3265 gimplify_modify_expr_to_memcpy(tree *expr_p, tree size, bool want_value, gimple_seq *seq_p) argument
3312 gimplify_modify_expr_to_memset(tree *expr_p, tree size, bool want_value, gimple_seq *seq_p) argument
3791 gimplify_init_constructor(tree *expr_p, gimple_seq *pre_p, gimple_seq *post_p, bool want_value, bool notify_temp_creation) argument
4159 gimplify_modify_expr_rhs(tree *expr_p, tree *from_p, tree *to_p, gimple_seq *pre_p, gimple_seq *post_p, bool want_value) argument
4517 gimplify_modify_expr_complex_part(tree *expr_p, gimple_seq *pre_p, bool want_value) argument
4563 gimplify_modify_expr(tree *expr_p, gimple_seq *pre_p, gimple_seq *post_p, bool want_value) argument
4831 gimplify_compound_expr(tree *expr_p, gimple_seq *pre_p, bool want_value) argument
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dexpr.c3359 expand_assignment (to, from, want_value, suggest_reg)
3361 int want_value;
3372 return want_value ? result : NULL_RTX;
3400 if (mode1 == VOIDmode && want_value)
3505 (want_value
3520 return (want_value ? convert_modes (TYPE_MODE (TREE_TYPE (to)),
3568 return want_value ? to_rtx : NULL_RTX;
3592 return want_value ? to_rtx : NULL_RTX;
3637 return want_value ? to_rtx : NULL_RTX;
3643 result = store_expr (from, to_rtx, want_value);
[all...]

Completed in 184 milliseconds