Home
last modified time | relevance | path

Searched defs:non_lvalue (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dfold-const.h164 #define non_lvalue(T) non_lvalue_loc (UNKNOWN_LOCATION, T) macro
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dtypeck.c3319 bool non_lvalue = convert_vector_to_array_for_subscript (loc, &array, idx); in cp_build_array_ref() local
/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-typeck.c2645 bool non_lvalue = convert_vector_to_array_for_subscript (loc, &array, index); in build_array_ref() local
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree.h4767 #define non_lvalue(T) non_lvalue_loc (UNKNOWN_LOCATION, T) macro