Searched defs:want_value (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/21_strings/ |
H A D | compare.cc | 36 enum want_value {lt=0, z=1, gt=2}; enum
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | gimplify.c | 1896 bool want_value) in gimplify_self_mod_expr() 2022 gimplify_call_expr (tree *expr_p, tree *pre_p, bool 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() 2583 gimplify_modify_expr_to_memset (tree *expr_p, tree size, bool want_value) in gimplify_modify_expr_to_memset() 2934 tree *post_p, bool want_value) in gimplify_init_constructor() 3279 tree *post_p, bool want_value) in gimplify_modify_expr_rhs() 3476 gimplify_modify_expr_complex_part (tree *expr_p, tree *pre_p, bool want_value) in gimplify_modify_expr_complex_part() 3526 gimplify_modify_expr (tree *expr_p, tree *pre_p, tree *post_p, bool want_value) in gimplify_modify_expr() 3704 gimplify_compound_expr (tree *expr_p, tree *pre_p, bool want_value) in gimplify_compound_expr()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | c-semantics.c | 342 genrtl_expr_stmt_value (expr, want_value, maybe_last) in genrtl_expr_stmt_value() argument
|
H A D | cppexp.c | 747 bool saw_leading_not, want_value = true; local
|
H A D | expr.c | 4077 expand_assignment (to, from, want_value, suggest_reg) in expand_assignment() argument 4356 store_expr (exp, target, want_value) in store_expr() argument
|
H A D | stmt.c | 2147 expand_expr_stmt_value (exp, want_value, maybe_last) in expand_expr_stmt_value() argument
|
/openbsd-src/gnu/gcc/libcpp/ |
H A D | expr.c | 757 bool saw_leading_not, want_value = true; in _cpp_parse_expr() local
|