| /trueos/contrib/gcc/ |
| HD | c-typeck.c | 128 && VOID_TYPE_P (TREE_TYPE (type)) in null_pointer_constant_p() 1952 if (VOID_TYPE_P (t) && skip_evaluation == 0) in build_indirect_ref() 2420 if (VOID_TYPE_P (return_type)) in build_function_call() 2469 if (VOID_TYPE_P (TREE_TYPE (result))) in build_function_call() 3455 && VOID_TYPE_P (TREE_TYPE (type1))) in build_conditional_expr() 3458 && VOID_TYPE_P (TREE_TYPE (type2))) in build_conditional_expr() 3461 else if (VOID_TYPE_P (TREE_TYPE (type1))) in build_conditional_expr() 3469 else if (VOID_TYPE_P (TREE_TYPE (type2))) in build_conditional_expr() 3566 if (VOID_TYPE_P (TREE_TYPE (expr1)) in build_compound_expr() 3570 else if (VOID_TYPE_P (TREE_TYPE (expr1)) in build_compound_expr() [all …]
|
| HD | tree-ssa-alias-warnings.c | 869 if (VOID_TYPE_P (type1) || VOID_TYPE_P (type2)) in nonstandard_alias_types_p()
|
| HD | tree-gimple.c | 207 return TREE_TYPE (t) == NULL || VOID_TYPE_P (TREE_TYPE (t)); in is_gimple_stmt()
|
| HD | convert.c | 75 || (TREE_CODE (type) == POINTER_TYPE && VOID_TYPE_P (TREE_TYPE (type)))) in convert_to_pointer() 115 if (objc_is_id (TREE_TYPE (expr)) || VOID_TYPE_P (TREE_TYPE (TREE_TYPE (expr)))) in convert_to_block_pointer()
|
| HD | gimplify.c | 959 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() 2434 if (! VOID_TYPE_P (type)) in gimplify_cond_expr() 3320 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()
|
| HD | c-decl.c | 4751 if (VOID_TYPE_P (type)) in grokdeclarator() 5007 if (VOID_TYPE_P (type) && really_funcdef) in grokdeclarator() 5222 if (VOID_TYPE_P (type) && decl_context != PARM in grokdeclarator() 5361 && !VOID_TYPE_P (TREE_TYPE (TREE_TYPE (decl)))) in grokdeclarator() 5610 else if (VOID_TYPE_P (type)) in grokparms() 5673 && VOID_TYPE_P (TREE_TYPE (b->decl))) /* of void type */ in get_parm_info() 5712 else if (VOID_TYPE_P (type) && !DECL_NAME (decl)) in get_parm_info() 6979 else if (VOID_TYPE_P (TREE_TYPE (decl))) in store_parm_decls_oldstyle()
|
| HD | fold-const.c | 3284 VOID_TYPE_P (TREE_TYPE (arg1)) in fold_truth_not_expr() 3286 VOID_TYPE_P (TREE_TYPE (arg2)) in fold_truth_not_expr() 6008 if (VOID_TYPE_P (TREE_TYPE (true_value))) in fold_binary_op_with_conditional_arg() 6010 if (VOID_TYPE_P (TREE_TYPE (false_value))) in fold_binary_op_with_conditional_arg() 7469 if (! VOID_TYPE_P (TREE_TYPE (arg01))) in fold_unary() 7471 if (! VOID_TYPE_P (TREE_TYPE (arg02))) in fold_unary() 7490 && ! VOID_TYPE_P (TREE_OPERAND (tem, 1)) in fold_unary() 7491 && ! VOID_TYPE_P (TREE_OPERAND (tem, 2)) in fold_unary() 11513 && (! VOID_TYPE_P (TREE_TYPE (tem)) in fold_ternary() 11514 || VOID_TYPE_P (type))) in fold_ternary() [all …]
|
| HD | c-common.c | 1012 && POINTER_TYPE_P (otype) && !VOID_TYPE_P (TREE_TYPE (type)))) in strict_aliasing_warning() 1051 if ((warn_strict_aliasing == 1) && !VOID_TYPE_P (TREE_TYPE (otype))) in strict_aliasing_warning() 5844 if (VOID_TYPE_P (TREE_TYPE (*node))) in handle_warn_unused_result_attribute() 6034 if (VOID_TYPE_P (TREE_VALUE (params))) in handle_sentinel_attribute()
|
| HD | stmt.c | 1416 if (VOID_TYPE_P (TREE_TYPE (exp))) in warn_if_unused_value() 1727 && !VOID_TYPE_P (TREE_TYPE (retval_rhs)) in expand_return()
|
| HD | tree.h | 1013 #define VOID_TYPE_P(NODE) (TREE_CODE (NODE) == VOID_TYPE) macro 1017 (COMPLETE_TYPE_P (NODE) || VOID_TYPE_P (NODE)) 1447 && VOID_TYPE_P (TREE_TYPE (NODE)) \
|
| HD | tree-inline.c | 1190 if (!result || VOID_TYPE_P (callee_type)) in declare_return_variable()
|
| HD | expr.c | 4278 if (VOID_TYPE_P (TREE_TYPE (exp))) in store_expr() 8569 gcc_assert (!VOID_TYPE_P (TREE_TYPE (exp))); in expand_expr_real_1()
|
| /trueos/contrib/gcc/cp/ |
| HD | call.c | 690 else if (VOID_TYPE_P (TREE_TYPE (to)) in standard_conversion() 2735 else if (VOID_TYPE_P (TREE_TYPE (arg))) in resolve_args() 3248 if (VOID_TYPE_P (arg2_type) || VOID_TYPE_P (arg3_type)) in build_conditional_expr() 3253 if (!VOID_TYPE_P (arg2_type)) in build_conditional_expr() 3255 if (!VOID_TYPE_P (arg3_type)) in build_conditional_expr() 3277 if (!VOID_TYPE_P (arg3_type)) in build_conditional_expr() 3285 if (!VOID_TYPE_P (arg2_type)) in build_conditional_expr() 3290 else if (VOID_TYPE_P (arg2_type) && VOID_TYPE_P (arg3_type)) in build_conditional_expr() 3295 VOID_TYPE_P (arg2_type) ? arg2 : arg3); in build_conditional_expr() 4798 if (!VOID_TYPE_P (return_type)) in build_over_call() [all …]
|
| HD | cvt.c | 110 || 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()
|
| HD | typeck.c | 504 if (TREE_CODE (t2) == POINTER_TYPE && VOID_TYPE_P (TREE_TYPE (t2))) in composite_pointer_type() 513 if (TREE_CODE (t1) == POINTER_TYPE && VOID_TYPE_P (TREE_TYPE (t1))) in composite_pointer_type() 2385 if (VOID_TYPE_P (t)) in build_indirect_ref() 5167 && VOID_TYPE_P (TREE_TYPE (intype)) in build_static_cast_1() 5313 || VOID_TYPE_P (TREE_TYPE (type)))) in build_reinterpret_cast_1() 5362 || (TREE_CODE (type) == POINTER_TYPE && VOID_TYPE_P (TREE_TYPE (type))))) in build_reinterpret_cast_1() 5367 && (objc_is_id (intype) || VOID_TYPE_P (TREE_TYPE (intype)))) in build_reinterpret_cast_1() 5384 && !VOID_TYPE_P (type) in build_reinterpret_cast_1() 5781 if (VOID_TYPE_P (TREE_TYPE (rhs))) in build_modify_expr() 6804 fn_returns_value_p = !VOID_TYPE_P (valtype); in check_return_expr() [all …]
|
| HD | except.c | 844 if (is_ptr && VOID_TYPE_P (core)) in complete_ptr_ref_or_void_ptr_p()
|
| HD | tree.c | 326 gcc_assert (!VOID_TYPE_P (type)); in build_target_expr_with_type() 353 gcc_assert (!VOID_TYPE_P (type)); in force_target_expr()
|
| HD | cp-gimplify.c | 410 && !VOID_TYPE_P (TREE_TYPE (stmt)) in gimplify_expr_stmt()
|
| HD | init.c | 2732 if (!VOID_TYPE_P (type)) in build_delete() 2746 if (VOID_TYPE_P (type) || !complete_p || !IS_AGGR_TYPE (type)) in build_delete()
|
| HD | method.c | 485 if (VOID_TYPE_P (TREE_TYPE (t))) in use_thunk()
|
| HD | typeck2.c | 1393 else if (VOID_TYPE_P (core)) in add_exception_specifier()
|
| HD | rtti.c | 571 if (tc == POINTER_TYPE && VOID_TYPE_P (TREE_TYPE (type))) in build_dynamic_cast_1()
|
| HD | decl.c | 7373 if (VOID_TYPE_P (type)) in check_var_type() 8286 else if (VOID_TYPE_P (type)) in grokdeclarator() 8310 if (!VOID_TYPE_P (type)) in grokdeclarator() 9308 if (!VOID_TYPE_P (TREE_TYPE (parms)) in require_complete_types_for_parms() 9475 if (VOID_TYPE_P (type)) in grokparms()
|
| HD | semantics.c | 1669 else if (VOID_TYPE_P (type)) in finish_stmt_expr_expr()
|
| /trueos/contrib/gcc/config/rs6000/ |
| HD | rs6000-c.c | 2488 !VOID_TYPE_P (TREE_VALUE (fnargs)) && arglist; in altivec_resolve_overloaded_builtin() 2538 if (!VOID_TYPE_P (TREE_VALUE (fnargs)) || arglist) in altivec_resolve_overloaded_builtin()
|