Home
last modified time | relevance | path

Searched refs:codel (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c6646 enum tree_code codel = TREE_CODE (type); in convert_for_assignment() local
6876 if (codel == REFERENCE_TYPE && coder != REFERENCE_TYPE) in convert_for_assignment()
6905 else if (codel == VECTOR_TYPE && coder == VECTOR_TYPE in convert_for_assignment()
6909 else if ((codel == INTEGER_TYPE || codel == REAL_TYPE in convert_for_assignment()
6910 || codel == FIXED_POINT_TYPE in convert_for_assignment()
6911 || codel == ENUMERAL_TYPE || codel == COMPLEX_TYPE in convert_for_assignment()
6912 || codel == BOOLEAN_TYPE) in convert_for_assignment()
6923 if (codel == BOOLEAN_TYPE || codel == COMPLEX_TYPE in convert_for_assignment()
6925 && (codel == INTEGER_TYPE || codel == ENUMERAL_TYPE) in convert_for_assignment()
6935 if ((codel == RECORD_TYPE || codel == UNION_TYPE) in convert_for_assignment()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc6762 enum tree_code codel = TREE_CODE (type); in convert_for_assignment() local
6988 if (codel == REFERENCE_TYPE && coder != REFERENCE_TYPE) in convert_for_assignment()
7017 else if (codel == VECTOR_TYPE && coder == VECTOR_TYPE in convert_for_assignment()
7021 else if ((codel == INTEGER_TYPE || codel == REAL_TYPE in convert_for_assignment()
7022 || codel == FIXED_POINT_TYPE in convert_for_assignment()
7023 || codel == ENUMERAL_TYPE || codel == COMPLEX_TYPE in convert_for_assignment()
7024 || codel == BOOLEAN_TYPE) in convert_for_assignment()
7035 if (codel == BOOLEAN_TYPE || codel == COMPLEX_TYPE in convert_for_assignment()
7037 && (codel == INTEGER_TYPE || codel == ENUMERAL_TYPE) in convert_for_assignment()
7048 if ((codel == RECORD_TYPE || codel == UNION_TYPE) in convert_for_assignment()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c9400 const enum tree_code codel = TREE_CODE (type); in convert_for_assignment() local
9401 if ((codel == POINTER_TYPE || codel == REFERENCE_TYPE) in convert_for_assignment()
9402 && coder == codel in convert_for_assignment()
9482 enum tree_code codel = TREE_CODE (type); in convert_for_initialization() local
9490 && codel != REFERENCE_TYPE) in convert_for_initialization()
9518 if (codel == REFERENCE_TYPE) in convert_for_initialization()
H A Dcall.c8251 const enum tree_code codel = TREE_CODE (type); in convert_for_arg_passing() local
8252 if ((codel == POINTER_TYPE || codel == REFERENCE_TYPE) in convert_for_arg_passing()
8253 && coder == codel in convert_for_arg_passing()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc9951 const enum tree_code codel = TREE_CODE (type); in convert_for_assignment() local
9952 if ((codel == POINTER_TYPE || codel == REFERENCE_TYPE) in convert_for_assignment()
9953 && coder == codel in convert_for_assignment()
10033 enum tree_code codel = TREE_CODE (type); in convert_for_initialization() local
10041 && codel != REFERENCE_TYPE) in convert_for_initialization()
10069 if (codel == REFERENCE_TYPE) in convert_for_initialization()
H A Dcall.cc8795 const enum tree_code codel = TREE_CODE (type); in convert_for_arg_passing() local
8796 if ((codel == POINTER_TYPE || codel == REFERENCE_TYPE) in convert_for_arg_passing()
8797 && coder == codel in convert_for_arg_passing()