Home
last modified time | relevance | path

Searched refs:type_arg_types (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dcalls.c2186 tree type_arg_types; in expand_call() local
2422 type_arg_types = split_complex_types (TYPE_ARG_TYPES (funtype)); in expand_call()
2425 type_arg_types = TYPE_ARG_TYPES (funtype); in expand_call()
2460 if (type_arg_types != 0) in expand_call()
2462 = (list_length (type_arg_types) in expand_call()
2496 if (type_arg_types != 0 in expand_call()
2499 else if (type_arg_types != 0 in expand_call()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dcalls.c3372 tree type_arg_types; in expand_call() local
3627 type_arg_types = split_complex_types (TYPE_ARG_TYPES (funtype)); in expand_call()
3630 type_arg_types = TYPE_ARG_TYPES (funtype); in expand_call()
3665 if (type_arg_types != 0) in expand_call()
3667 = (list_length (type_arg_types) in expand_call()
3701 if (type_arg_types != 0 in expand_call()
3704 else if (type_arg_types != 0 in expand_call()
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c50687 tree type_arg_types = TYPE_ARG_TYPES (TREE_TYPE (node->decl)); in ix86_simd_clone_compute_vecsize_and_simdlen() local
50688 bool decl_arg_p = (node->definition || type_arg_types == NULL_TREE); in ix86_simd_clone_compute_vecsize_and_simdlen()
50690 for (t = (decl_arg_p ? DECL_ARGUMENTS (node->decl) : type_arg_types), i = 0; in ix86_simd_clone_compute_vecsize_and_simdlen()