Searched refs:thisref (Results 1 – 2 of 2) sorted by relevance
16147 tree thisref = current_class_ref; in build_clobber_this() local16150 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()
16999 tree thisref = current_class_ref; in build_clobber_this() local17002 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()