HomeSort by: relevance | last modified time | path
    Searched defs:any_match (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
genopinit.cc 415 bool any_match = false; local
430 any_match = true;
433 if (!any_match)
  /src/external/gpl3/gcc.old/dist/gcc/
genopinit.cc 381 bool any_match = false; local
395 any_match = true;
398 if (!any_match)
  /src/external/mit/isl/dist/
isl_ast_graft.c 1344 * "any_match" gets set if any guard was seen more than once.
1348 int *any_match; member in struct:isl_split_on_guard_data
1353 * then set data->any_match.
1368 *data->any_match = 1;
1382 * If any guard appears more than once, then set "any_match".
1385 __isl_keep isl_ast_graft_list *list, int *any_match)
1387 struct isl_split_on_guard_data data = { NULL, any_match };
1446 int any_match = 0; local
1456 guard2list = split_on_guard(list, &any_match);
1457 if (any_match)
    [all...]

Completed in 17 milliseconds