HomeSort by: relevance | last modified time | path
    Searched refs:target_obj_exists (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/contrib/header-tools/
reduce-headers 195 def target_obj_exists (target, obj_name):
217 if target_obj_exists (target, obj_name):
221 if target not in target_priority and target_obj_exists (target, obj_name):
  /src/external/gpl3/gcc.old/dist/contrib/header-tools/
reduce-headers 196 def target_obj_exists (target, obj_name):
218 if target_obj_exists (target, obj_name):
222 if target not in target_priority and target_obj_exists (target, obj_name):

Completed in 57 milliseconds