OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:b_arg_type
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/s390/
s390-c.cc
783
tree
b_arg_type
= s390_builtin_types[s390_builtin_ov_types[typeindex][i + 1]];
local
790
if (VECTOR_TYPE_P (
b_arg_type
))
793
if (
b_arg_type
!= in_type
794
&& TYPE_MAIN_VARIANT (
b_arg_type
) != TYPE_MAIN_VARIANT (in_type))
798
if (lang_hooks.types_compatible_p (in_type,
b_arg_type
))
803
lang_hooks.types.type_promotes_to (
b_arg_type
)))
813
if (TREE_CODE (
b_arg_type
) == INTEGER_TYPE
822
if (POINTER_TYPE_P (
b_arg_type
) && POINTER_TYPE_P (in_type)
824
& ~TYPE_QUALS (TREE_TYPE (
b_arg_type
)))
825
&& (TYPE_QUALS (TREE_TYPE (
b_arg_type
))
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390-c.cc
782
tree
b_arg_type
= s390_builtin_types[s390_builtin_ov_types[typeindex][i + 1]];
local
786
if (TREE_CODE (
b_arg_type
) == VECTOR_TYPE)
789
if (
b_arg_type
!= in_type
790
&& TYPE_MAIN_VARIANT (
b_arg_type
) != TYPE_MAIN_VARIANT (in_type))
794
if (lang_hooks.types_compatible_p (in_type,
b_arg_type
))
799
lang_hooks.types.type_promotes_to (
b_arg_type
)))
809
if (TREE_CODE (
b_arg_type
) == INTEGER_TYPE
818
if (POINTER_TYPE_P (
b_arg_type
) && POINTER_TYPE_P (in_type)
820
& ~TYPE_QUALS (TREE_TYPE (
b_arg_type
)))
821
&& (TYPE_QUALS (TREE_TYPE (
b_arg_type
))
[
all
...]
Completed in 17 milliseconds
Indexes created Sun Apr 12 00:22:20 UTC 2026