lhs_type          359 lib/ubsan.c    	struct type_descriptor *lhs_type = data->lhs_type;
lhs_type          370 lib/ubsan.c    	val_to_string(lhs_str, sizeof(lhs_str), lhs_type, lhs);
lhs_type          376 lib/ubsan.c    		type_bit_width(lhs_type))
lhs_type          379 lib/ubsan.c    			type_bit_width(lhs_type),
lhs_type          380 lib/ubsan.c    			lhs_type->type_name);
lhs_type          381 lib/ubsan.c    	else if (val_is_negative(lhs_type, lhs))
lhs_type          388 lib/ubsan.c    			lhs_type->type_name);
lhs_type           68 lib/ubsan.h    	struct type_descriptor *lhs_type;
lhs_type          821 scripts/gcc-plugins/randomize_layout_plugin.c 			const_tree lhs_type;
lhs_type          855 scripts/gcc-plugins/randomize_layout_plugin.c 			lhs_type = TREE_TYPE(lhs);
lhs_type          860 scripts/gcc-plugins/randomize_layout_plugin.c 			    TREE_CODE(lhs_type) != POINTER_TYPE)
lhs_type          863 scripts/gcc-plugins/randomize_layout_plugin.c 			ptr_lhs_type = TYPE_MAIN_VARIANT(strip_array_types(TYPE_MAIN_VARIANT(TREE_TYPE(lhs_type))));