Searched defs:non_lvalue (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fold-const.h | 183 #define non_lvalue(T) non_lvalue_loc (UNKNOWN_LOCATION, T) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | fold-const.h | 196 #define non_lvalue(T) non_lvalue_loc (UNKNOWN_LOCATION, T) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | typeck.c | 3576 bool non_lvalue = convert_vector_to_array_for_subscript (loc, &array, idx); in cp_build_array_ref() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | typeck.cc | 3828 bool non_lvalue = convert_vector_to_array_for_subscript (loc, &array, idx); in cp_build_array_ref() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-typeck.c | 2709 bool non_lvalue = convert_vector_to_array_for_subscript (loc, &array, index); in build_array_ref() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-typeck.cc | 2725 bool non_lvalue = convert_vector_to_array_for_subscript (loc, &array, index); in build_array_ref() local
|