Home
last modified time | relevance | path

Searched refs:thisref (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c16147 tree thisref = current_class_ref; in build_clobber_this() local
16150 thisref = build_nop (build_reference_type (ctype), current_class_ptr); in build_clobber_this()
16151 thisref = convert_from_reference (thisref); in build_clobber_this()
16154 tree exprstmt = build2 (MODIFY_EXPR, void_type_node, thisref, clobber); in build_clobber_this()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc16999 tree thisref = current_class_ref; in build_clobber_this() local
17002 thisref = build_nop (build_reference_type (ctype), current_class_ptr); in build_clobber_this()
17003 thisref = convert_from_reference (thisref); in build_clobber_this()
17006 tree exprstmt = build2 (MODIFY_EXPR, void_type_node, thisref, clobber); in build_clobber_this()