Searched defs:want_value (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimplify.c | 3127 bool want_value, tree arith_type) in gimplify_self_mod_expr() 3306 gimplify_call_expr (tree *expr_p, gimple_seq *pre_p, bool want_value) in gimplify_call_expr() 4324 gimplify_modify_expr_to_memcpy (tree *expr_p, tree size, bool want_value, in gimplify_modify_expr_to_memcpy() 4371 gimplify_modify_expr_to_memset (tree *expr_p, tree size, bool want_value, in gimplify_modify_expr_to_memset() 4868 bool want_value, bool notify_temp_creation) in gimplify_init_constructor() 5264 bool want_value) in gimplify_modify_expr_rhs() 5641 bool want_value) in gimplify_modify_expr_complex_part() 5687 bool want_value) in gimplify_modify_expr() 6022 gimplify_compound_expr (tree *expr_p, gimple_seq *pre_p, bool want_value) in gimplify_compound_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimplify.cc | 3351 bool want_value, tree arith_type) in gimplify_self_mod_expr() 3530 gimplify_call_expr (tree *expr_p, gimple_seq *pre_p, bool want_value) in gimplify_call_expr() 4591 gimplify_modify_expr_to_memcpy (tree *expr_p, tree size, bool want_value, in gimplify_modify_expr_to_memcpy() 4639 gimplify_modify_expr_to_memset (tree *expr_p, tree size, bool want_value, in gimplify_modify_expr_to_memset() 5107 bool want_value, bool notify_temp_creation) in gimplify_init_constructor() 5554 bool want_value) in gimplify_modify_expr_rhs() 5953 bool want_value) in gimplify_modify_expr_complex_part() 5999 bool want_value) in gimplify_modify_expr() 6334 gimplify_compound_expr (tree *expr_p, gimple_seq *pre_p, bool want_value) in gimplify_compound_expr()
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | expr.cc | 1316 bool saw_leading_not, want_value = true; in _cpp_parse_expr() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | expr.c | 1290 bool saw_leading_not, want_value = true; in _cpp_parse_expr() local
|