Home
last modified time | relevance | path

Searched refs:clk_packed (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtree.cc177 op1_lvalue_kind |= clk_packed; in lvalue_kind()
334 && (op1_lvalue_kind & (clk_bitfield|clk_packed))) in lvalue_kind()
H A Dcall.cc1838 || ((gl_kind & clk_packed) != 0 && !TYPE_PACKED (to))) in reference_binding()
7644 if ((lvalue_kind (expr) & clk_packed) in build_temp()
8307 else if (lvalue & clk_packed) in convert_like_internal()
8322 if ((lvalue & clk_packed) in convert_like_internal()
H A Dcp-tree.h5449 clk_packed = 16, /* An lvalue for a packed field. */ enumerator
H A DChangeLog-20032804 * cp-tree.h (enum cp_lvalue_kind): Add clk_packed.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtree.c172 op1_lvalue_kind |= clk_packed; in lvalue_kind()
329 && (op1_lvalue_kind & (clk_bitfield|clk_packed))) in lvalue_kind()
H A Dcall.c1814 || ((gl_kind & clk_packed) != 0 && !TYPE_PACKED (to))) in reference_binding()
7134 if ((lvalue_kind (expr) & clk_packed) in build_temp()
7839 else if (lvalue & clk_packed) in convert_like_real_1()
7854 if ((lvalue & clk_packed) in convert_like_real_1()
H A Dcp-tree.h5216 clk_packed = 16 /* An lvalue for a packed field. */ enumerator