Lines Matching refs:ignore
109 if args.ignore:
111 re.match(args.ignore, "this/is/just/a/test.c")
126 sims = find_sims(args.sim, args.ignore)
155 undefined_a, _ = check_symbols(args.ignore)
159 undefined_b, defined = check_symbols(args.ignore)
179 undefined, defined = check_symbols(args.ignore)
188 sims = find_sims(symbol, args.ignore, defined)
270 def find_sims(symbol, ignore, defined=[]): argument
284 arglist.append((part, ignore))
309 def check_symbols(ignore): argument
315 return check_symbols_helper(pool, ignore)
322 def check_symbols_helper(pool, ignore): argument
334 if ignore and re.match(ignore, gitfile):
347 arglist.append((part, ignore))
418 ignore = args[1]
425 if ignore and re.match(ignore, kfile):