Home
last modified time | relevance | path

Searched refs:noExecute (Results 1 – 15 of 15) sorted by relevance

/openbsd/src/gnu/llvm/llvm/utils/lit/lit/
DLitConfig.py25 noExecute, debug, isWindows, order, argument
38 self.noExecute = noExecute
DLitTestCase.py52 noExecute=False,
Dmain.py37 noExecute=opts.noExecute,
DTestRunner.py1994 if litConfig.noExecute:
/openbsd/src/usr.bin/make/
Dcompat.c203 if (noExecute || is_out_of_date(Dir_MTime(gn))) in CompatMake()
208 if (noExecute || is_out_of_date(Dir_MTime(sib))) in CompatMake()
Dextern.h45 extern bool noExecute; /* True if should execute nothing */
Dengine.c256 if (noExecute) { in Job_Touch()
627 doExecute = !noExecute; in do_run_command()
651 if ( noExecute || !silent) in do_run_command()
694 job->node->name, (noExecute || !silent) ? "" : cmd); in do_run_command()
Dmain.c81 bool noExecute; /* -n flag */ variable
155 noExecute = true; in posixParseOptLetter()
672 noExecute = false; /* Execute all commands */ in main()
Dmake.c263 if (noExecute || is_out_of_date(Dir_MTime(cgn))) in Make_Update()
Djob.c179 if (dying && !noExecute && !Targ_Precious(j->node)) { in may_remove_target()
/openbsd/src/gnu/llvm/libcxx/utils/libcxx/test/
Dgooglebenchmark.py99 if litConfig.noExecute:
Dformat.py282 if litConfig.noExecute:
Ddsl.py87 noExecute=False,
/openbsd/src/gnu/llvm/llvm/utils/lit/tests/unit/
DTestRunner.py33 noExecute=False,
/openbsd/src/gnu/llvm/llvm/utils/lit/lit/formats/
Dgoogletest.py132 if litConfig.noExecute: