Home
last modified time | relevance | path

Searched refs:SCALAR_TYPE_P (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu-c.c91 #define SCALAR_TYPE_P(t) (INTEGRAL_TYPE_P (t) \ in spu_resolve_overloaded_builtin() macro
122 if (!SCALAR_TYPE_P (TREE_VALUE (param))) in spu_resolve_overloaded_builtin()
154 if ((!SCALAR_TYPE_P (param_type) in spu_resolve_overloaded_builtin()
155 || !SCALAR_TYPE_P (arg_type) in spu_resolve_overloaded_builtin()
182 #undef SCALAR_TYPE_P in spu_resolve_overloaded_builtin()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtree.cc4416 return (SCALAR_TYPE_P (t) || VECTOR_TYPE_P (t)); in scalarish_type_p()
4872 if (SCALAR_TYPE_P (t)) in structural_type_p()
5817 || SCALAR_TYPE_P (TREE_TYPE (exp)) in stabilize_expr()
5945 && (SCALAR_TYPE_P (TREE_TYPE (t)) in stabilize_init()
5978 || SCALAR_TYPE_P (type)) in stabilize_init()
H A Dcp-gimplify.cc582 || (SCALAR_TYPE_P (TREE_TYPE (op1)) in cp_gimplify_expr()
2513 && SCALAR_TYPE_P (TREE_TYPE (x)) in cp_fold()
H A Dconstexpr.cc71 if (SCALAR_TYPE_P (t) in literal_type_p()
4032 if (!SCALAR_TYPE_P (elem_type)) in cxx_eval_array_reference()
4044 if (!SCALAR_TYPE_P (elem_type) && t != ctx->ctor) in cxx_eval_array_reference()
5625 bool preeval = SCALAR_TYPE_P (type) || TREE_CODE (t) == MODIFY_EXPR; in cxx_eval_store_expression()
5630 if (!SCALAR_TYPE_P (type)) in cxx_eval_store_expression()
H A Dtypeck2.cc1261 && (SCALAR_TYPE_P (type) || code == REFERENCE_TYPE)) in digest_init_r()
H A Dcall.cc366 if (SCALAR_TYPE_P (result_type) || VOID_TYPE_P (result_type)) in build_call_a()
2063 if (SCALAR_TYPE_P (to)) in implicit_conversion_1()
7854 || SCALAR_TYPE_P (totype)) in convert_like_internal()
7862 && SCALAR_TYPE_P (totype) in convert_like_internal()
H A Dmethod.cc1092 bool scalar = SCALAR_TYPE_P (TREE_TYPE (op0)); in genericize_spaceship()
H A Dinit.cc188 else if (SCALAR_TYPE_P (type)) in build_zero_init_1()
H A DChangeLog-20103054 (SCALAR_TYPE_P): Use it.
3155 (SCALAR_TYPE_P): Add NULLPTR_TYPE.
H A Ddecl.cc6905 if (SCALAR_TYPE_P (type)) in reshape_init_r()
7274 if (SCALAR_TYPE_P (type)) in check_initializer()
12968 if (SCALAR_TYPE_P (type) || VOID_TYPE_P (type)) in grokdeclarator()
H A DChangeLog-202025 * init.c (build_zero_init_1): Use build_zero_cst for SCALAR_TYPE_P
3260 * tree.c (structural_type_p): Use SCALAR_TYPE_P.
H A Dcp-tree.h4434 #define SCALAR_TYPE_P(TYPE) \ macro
H A DChangeLog-2007469 first and if that succeeds and type is SCALAR_TYPE_P, create
H A Dtypeck.cc8072 if (result == expr && SCALAR_TYPE_P (type)) in build_static_cast_1()
H A Dsemantics.cc3252 if (SCALAR_TYPE_P (type) in finish_compound_literal()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtree.c4119 return (SCALAR_TYPE_P (t) || VECTOR_TYPE_P (t)); in scalarish_type_p()
5495 || SCALAR_TYPE_P (TREE_TYPE (exp)) in stabilize_expr()
5623 && (SCALAR_TYPE_P (TREE_TYPE (t)) in stabilize_init()
5656 || SCALAR_TYPE_P (type)) in stabilize_init()
H A Dcp-gimplify.c846 || (SCALAR_TYPE_P (TREE_TYPE (op1)) in cp_gimplify_expr()
2660 && SCALAR_TYPE_P (TREE_TYPE (x)) in cp_fold()
H A Dinit.c188 else if (SCALAR_TYPE_P (type)) in build_zero_init_1()
348 || (SCALAR_TYPE_P (type) || TREE_CODE (type) == ARRAY_TYPE)); in build_value_init()
H A Dtypeck2.c1289 && (SCALAR_TYPE_P (type) || code == REFERENCE_TYPE)) in digest_init_r()
H A Dconstexpr.c67 if (SCALAR_TYPE_P (t) in literal_type_p()
4827 bool preeval = SCALAR_TYPE_P (type) || TREE_CODE (t) == MODIFY_EXPR; in cxx_eval_store_expression()
4832 if (!SCALAR_TYPE_P (type)) in cxx_eval_store_expression()
H A Dcall.c369 if (SCALAR_TYPE_P (result_type) || VOID_TYPE_P (result_type)) in build_call_a()
2038 if (SCALAR_TYPE_P (to)) in implicit_conversion()
7393 || SCALAR_TYPE_P (totype)) in convert_like_real_1()
7401 && SCALAR_TYPE_P (totype) in convert_like_real_1()
H A Ddecl.c6380 if (SCALAR_TYPE_P (type)) in reshape_init_r()
6716 if (SCALAR_TYPE_P (type)) in check_initializer()
12263 if (SCALAR_TYPE_P (type) || VOID_TYPE_P (type)) in grokdeclarator()
H A Dcp-tree.h4205 #define SCALAR_TYPE_P(TYPE) \ macro
H A Dsemantics.c2949 if (SCALAR_TYPE_P (type) in finish_compound_literal()
H A Dtypeck.c7537 if (result == expr && SCALAR_TYPE_P (type)) in build_static_cast_1()

12