xloc               33 scripts/gcc-plugins/cyc_complexity_plugin.c 	expanded_location xloc;
xloc               38 scripts/gcc-plugins/cyc_complexity_plugin.c 	xloc = expand_location(DECL_SOURCE_LOCATION(current_function_decl));
xloc               40 scripts/gcc-plugins/cyc_complexity_plugin.c 		xloc.file, DECL_NAME_POINTER(current_function_decl));
xloc              330 scripts/gcc-plugins/randomize_layout_plugin.c 	expanded_location xloc;
xloc              353 scripts/gcc-plugins/randomize_layout_plugin.c 	xloc = expand_location(DECL_SOURCE_LOCATION(TYPE_FIELDS(type)));
xloc              355 scripts/gcc-plugins/randomize_layout_plugin.c 	if (strstr(xloc.file, "/uapi/"))
xloc              790 scripts/gcc-plugins/randomize_layout_plugin.c 	expanded_location xloc = expand_location(gimple_location(stmt));
xloc              793 scripts/gcc-plugins/randomize_layout_plugin.c 		if (!strstr(xloc.file, entry->pathname))