Home
last modified time | relevance | path

Searched refs:VOID_TYPE_P (Results 1 – 25 of 58) sorted by relevance

123

/openbsd/src/gnu/gcc/gcc/
Dc-typeck.c124 && VOID_TYPE_P (TREE_TYPE (type)) in null_pointer_constant_p()
1895 if (VOID_TYPE_P (t) && skip_evaluation == 0) in build_indirect_ref()
2290 if (VOID_TYPE_P (return_type)) in build_function_call()
2334 if (VOID_TYPE_P (TREE_TYPE (result))) in build_function_call()
3356 else if (VOID_TYPE_P (TREE_TYPE (type1))) in build_conditional_expr()
3364 else if (VOID_TYPE_P (TREE_TYPE (type2))) in build_conditional_expr()
3437 if (VOID_TYPE_P (TREE_TYPE (expr1)) in build_compound_expr()
3441 else if (VOID_TYPE_P (TREE_TYPE (expr1)) in build_compound_expr()
3976 if (VOID_TYPE_P (ttl) || VOID_TYPE_P (ttr) in convert_for_assignment()
4083 if (VOID_TYPE_P (ttr) && rhs != null_pointer_node && !VOID_TYPE_P (ttl)) in convert_for_assignment()
[all …]
Dtree-gimple.c207 return TREE_TYPE (t) == NULL || VOID_TYPE_P (TREE_TYPE (t)); in is_gimple_stmt()
Dc-decl.c4209 if (VOID_TYPE_P (type)) in grokdeclarator()
4475 if (VOID_TYPE_P (type) && really_funcdef) in grokdeclarator()
4631 if (VOID_TYPE_P (type) && decl_context != PARM in grokdeclarator()
4770 && !VOID_TYPE_P (TREE_TYPE (TREE_TYPE (decl)))) in grokdeclarator()
5015 else if (VOID_TYPE_P (type)) in grokparms()
5078 && VOID_TYPE_P (TREE_TYPE (b->decl))) /* of void type */ in get_parm_info()
5117 else if (VOID_TYPE_P (type) && !DECL_NAME (decl)) in get_parm_info()
6402 else if (VOID_TYPE_P (TREE_TYPE (decl))) in store_parm_decls_oldstyle()
Dgimplify.c959 if (type && !VOID_TYPE_P (type)) in voidify_wrapper_expr()
1141 if (VOID_TYPE_P (TREE_TYPE (TREE_TYPE (current_function_decl)))) in gimplify_return_expr()
2436 if (! VOID_TYPE_P (type)) in gimplify_cond_expr()
3322 if (!VOID_TYPE_P (TREE_TYPE (init))) in gimplify_modify_expr_rhs()
4257 if (VOID_TYPE_P (TREE_TYPE (init))) in gimplify_target_expr()
5556 if (VOID_TYPE_P (TREE_TYPE (*expr_p)) in gimplify_expr()
6027 gcc_assert (!VOID_TYPE_P (TREE_TYPE (*expr_p))); in gimplify_expr()
Dfold-const.c3278 VOID_TYPE_P (TREE_TYPE (arg1)) in fold_truth_not_expr()
3280 VOID_TYPE_P (TREE_TYPE (arg2)) in fold_truth_not_expr()
5999 if (VOID_TYPE_P (TREE_TYPE (true_value))) in fold_binary_op_with_conditional_arg()
6001 if (VOID_TYPE_P (TREE_TYPE (false_value))) in fold_binary_op_with_conditional_arg()
7453 if (! VOID_TYPE_P (TREE_TYPE (arg01))) in fold_unary()
7455 if (! VOID_TYPE_P (TREE_TYPE (arg02))) in fold_unary()
7474 && ! VOID_TYPE_P (TREE_OPERAND (tem, 1)) in fold_unary()
7475 && ! VOID_TYPE_P (TREE_OPERAND (tem, 2)) in fold_unary()
11492 && (! VOID_TYPE_P (TREE_TYPE (tem)) in fold_ternary()
11493 || VOID_TYPE_P (type))) in fold_ternary()
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-typeck.c1207 if (VOID_TYPE_P (t) && skip_evaluation == 0)
1557 if (VOID_TYPE_P (TREE_TYPE (result)))
2170 else if (VOID_TYPE_P (tt0))
2178 else if (VOID_TYPE_P (tt1))
3471 else if (VOID_TYPE_P (TREE_TYPE (type1)))
3478 else if (VOID_TYPE_P (TREE_TYPE (type2)))
3588 && VOID_TYPE_P (TREE_TYPE (TREE_VALUE (list)))))
3779 && !VOID_TYPE_P (TREE_TYPE (type)))
4123 if (VOID_TYPE_P (ttl) || VOID_TYPE_P (ttr)
4198 if (VOID_TYPE_P (ttl) || VOID_TYPE_P (ttr)
[all …]
Dc-decl.c4029 if (VOID_TYPE_P (type))
4240 if (VOID_TYPE_P (type) && pedantic && !in_system_header)
4243 && !(VOID_TYPE_P (type)
4405 if (VOID_TYPE_P (type) && decl_context != PARM
4578 && !VOID_TYPE_P (TREE_TYPE (TREE_TYPE (decl))))
4836 && VOID_TYPE_P (TREE_TYPE (parms))
4900 if (VOID_TYPE_P (TREE_VALUE (types)) && ! erred
6109 && VOID_TYPE_P (TREE_TYPE (parm))) in store_parm_decls()
6211 if (found && VOID_TYPE_P (TREE_TYPE (found))) in store_parm_decls()
Dfold-const.c4477 if (VOID_TYPE_P (TREE_TYPE (true_value)))
4487 if (VOID_TYPE_P (TREE_TYPE (false_value)))
4760 if (! VOID_TYPE_P (TREE_TYPE (arg01)))
4762 if (! VOID_TYPE_P (TREE_TYPE (arg02)))
4781 && ! VOID_TYPE_P (TREE_OPERAND (t, 1))
4782 && ! VOID_TYPE_P (TREE_OPERAND (t, 2))
6725 if (! VOID_TYPE_P (TREE_TYPE (tem))
6726 || VOID_TYPE_P (TREE_TYPE (t)))
Dstmt.c2168 && VOID_TYPE_P (TREE_TYPE (exp))))
2240 if (VOID_TYPE_P (TREE_TYPE (exp)))
3065 else if (VOID_TYPE_P (TREE_TYPE (retval)))
3217 && !VOID_TYPE_P (TREE_TYPE (retval_rhs))
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dcvt.c106 || VOID_TYPE_P (TREE_TYPE (type))))
813 if (VOID_TYPE_P (TREE_TYPE (expr)))
914 if (expr != error_mark_node && !VOID_TYPE_P (TREE_TYPE (expr)))
Drtti.c211 if (!VOID_TYPE_P (type))
406 if (!VOID_TYPE_P (type))
554 if (tc == POINTER_TYPE && VOID_TYPE_P (TREE_TYPE (type)))
Dcall.c2867 else if (VOID_TYPE_P (TREE_TYPE (arg)))
3224 if (VOID_TYPE_P (arg2_type) || VOID_TYPE_P (arg3_type))
3229 if (!VOID_TYPE_P (arg2_type))
3231 if (!VOID_TYPE_P (arg3_type))
3253 if (!VOID_TYPE_P (arg3_type))
3261 if (!VOID_TYPE_P (arg2_type))
3266 else if (VOID_TYPE_P (arg2_type) && VOID_TYPE_P (arg3_type))
3271 VOID_TYPE_P (arg2_type) ? arg2 : arg3);
4747 if (VOID_TYPE_P (TREE_TYPE (fn))) in build_cxx_call()
Dtypeck.c513 if (VOID_TYPE_P (TREE_TYPE (t2)))
521 if (VOID_TYPE_P (TREE_TYPE (t1)))
2334 if (VOID_TYPE_P (t))
4625 && VOID_TYPE_P (TREE_TYPE (TREE_VALUE(list)))))
4867 && VOID_TYPE_P (TREE_TYPE (intype))
6270 fn_returns_value_p = !VOID_TYPE_P (valtype);
6288 if (VOID_TYPE_P (TREE_TYPE (retval)))
Dexcept.c828 if (is_ptr && VOID_TYPE_P (core))
Dmethod.c513 if (VOID_TYPE_P (TREE_TYPE (t)))
Dtypeck2.c1392 else if (VOID_TYPE_P (core))
/openbsd/src/gnu/gcc/gcc/cp/
Dcall.c688 else if (VOID_TYPE_P (TREE_TYPE (to)) in standard_conversion()
2722 else if (VOID_TYPE_P (TREE_TYPE (arg))) in resolve_args()
3235 if (VOID_TYPE_P (arg2_type) || VOID_TYPE_P (arg3_type)) in build_conditional_expr()
3240 if (!VOID_TYPE_P (arg2_type)) in build_conditional_expr()
3242 if (!VOID_TYPE_P (arg3_type)) in build_conditional_expr()
3264 if (!VOID_TYPE_P (arg3_type)) in build_conditional_expr()
3272 if (!VOID_TYPE_P (arg2_type)) in build_conditional_expr()
3277 else if (VOID_TYPE_P (arg2_type) && VOID_TYPE_P (arg3_type)) in build_conditional_expr()
3282 VOID_TYPE_P (arg2_type) ? arg2 : arg3); in build_conditional_expr()
4756 if (!VOID_TYPE_P (return_type)) in build_over_call()
[all …]
Dcvt.c110 || VOID_TYPE_P (TREE_TYPE (type)))) in cp_convert_to_pointer()
812 if (VOID_TYPE_P (TREE_TYPE (expr))) in convert_to_void()
939 if (expr != error_mark_node && !VOID_TYPE_P (TREE_TYPE (expr))) in convert_to_void()
Drtti.c240 if (!VOID_TYPE_P (type)) in get_tinfo_decl_dynamic()
432 if (!VOID_TYPE_P (type)) in get_typeid()
570 if (tc == POINTER_TYPE && VOID_TYPE_P (TREE_TYPE (type))) in build_dynamic_cast_1()
Dtypeck.c497 if (TREE_CODE (t2) == POINTER_TYPE && VOID_TYPE_P (TREE_TYPE (t2))) in composite_pointer_type()
506 if (TREE_CODE (t1) == POINTER_TYPE && VOID_TYPE_P (TREE_TYPE (t1))) in composite_pointer_type()
2334 if (VOID_TYPE_P (t)) in build_indirect_ref()
5034 && VOID_TYPE_P (TREE_TYPE (intype)) in build_static_cast_1()
5180 || VOID_TYPE_P (TREE_TYPE (type)))) in build_reinterpret_cast_1()
5227 && !VOID_TYPE_P (type) in build_reinterpret_cast_1()
5615 if (VOID_TYPE_P (TREE_TYPE (rhs))) in build_modify_expr()
6491 fn_returns_value_p = !VOID_TYPE_P (valtype); in check_return_expr()
6514 if (VOID_TYPE_P (TREE_TYPE (retval))) in check_return_expr()
6634 if (VOID_TYPE_P (functype)) in check_return_expr()
Dexcept.c844 if (is_ptr && VOID_TYPE_P (core)) in complete_ptr_ref_or_void_ptr_p()
Dtree.c326 gcc_assert (!VOID_TYPE_P (type)); in build_target_expr_with_type()
353 gcc_assert (!VOID_TYPE_P (type)); in force_target_expr()
Dcp-gimplify.c371 && !VOID_TYPE_P (TREE_TYPE (stmt)) in gimplify_expr_stmt()
Dinit.c2730 if (!VOID_TYPE_P (type)) in build_delete()
2744 if (VOID_TYPE_P (type) || !complete_p || !IS_AGGR_TYPE (type)) in build_delete()
Dmethod.c483 if (VOID_TYPE_P (TREE_TYPE (t))) in use_thunk()

123