Home
last modified time | relevance | path

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

/scripts/gcc-plugins/
Dcyc_complexity_plugin.c33 expanded_location xloc; in cyc_complexity_execute() local
38 xloc = expand_location(DECL_SOURCE_LOCATION(current_function_decl)); in cyc_complexity_execute()
40 xloc.file, DECL_NAME_POINTER(current_function_decl)); in cyc_complexity_execute()
Drandomize_layout_plugin.c335 expanded_location xloc; in relayout_struct() local
358 xloc = expand_location(DECL_SOURCE_LOCATION(TYPE_FIELDS(type))); in relayout_struct()
360 if (strstr(xloc.file, "/uapi/")) in relayout_struct()
795 expanded_location xloc = expand_location(gimple_location(stmt)); in whitelisted_cast() local
798 if (!strstr(xloc.file, entry->pathname)) in whitelisted_cast()