Home
last modified time | relevance | path

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

1234567

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/utils/lit/lit/
H A DLitConfig.py20 noExecute, debug, isWindows, argument
31 self.noExecute = noExecute
/dports/devel/ispc/ispc-1.16.1/utils/lit/lit/
H A DLitConfig.py24 noExecute, debug, isWindows, singleProcess, argument
38 self.noExecute = noExecute
/dports/devel/llvm70/llvm-7.0.1.src/utils/lit/lit/
H A DLitConfig.py24 noExecute, debug, isWindows, singleProcess, argument
38 self.noExecute = noExecute
/dports/devel/llvm90/llvm-9.0.1.src/utils/lit/lit/
H A DLitConfig.py24 noExecute, debug, isWindows, argument
38 self.noExecute = noExecute
/dports/devel/llvm80/llvm-8.0.1.src/utils/lit/lit/
H A DLitConfig.py24 noExecute, debug, isWindows, singleProcess, argument
38 self.noExecute = noExecute
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/lit/lit/
H A DLitConfig.py28 noExecute, debug, isWindows, argument
41 self.noExecute = noExecute
/dports/devel/llvm11/llvm-11.0.1.src/utils/lit/lit/
H A DLitConfig.py25 noExecute, debug, isWindows, argument
38 self.noExecute = noExecute
H A DLitTestCase.py52 noExecute=False,
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/lit/lit/
H A DLitConfig.py25 noExecute, debug, isWindows, argument
38 self.noExecute = noExecute
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/utils/lit/lit/
H A DLitConfig.py25 noExecute, debug, isWindows, argument
38 self.noExecute = noExecute
/dports/devel/llvm10/llvm-10.0.1.src/utils/lit/lit/
H A DLitConfig.py25 noExecute, debug, isWindows, argument
38 self.noExecute = noExecute
H A DLitTestCase.py52 noExecute=False,
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/utils/lit/lit/
H A DLitConfig.py25 noExecute, debug, isWindows, argument
38 self.noExecute = noExecute
H A DLitTestCase.py52 noExecute=False,
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/utils/lit/lit/
H A DLitConfig.py25 noExecute, debug, isWindows, argument
38 self.noExecute = noExecute
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/utils/lit/lit/
H A DLitConfig.py25 noExecute, debug, isWindows, argument
38 self.noExecute = noExecute
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/utils/lit/lit/
H A DLitConfig.py25 noExecute, debug, isWindows, argument
38 self.noExecute = noExecute
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/utils/lit/lit/
H A DLitConfig.py25 noExecute, debug, isWindows, argument
38 self.noExecute = noExecute
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/utils/lit/lit/
H A DLitConfig.py25 noExecute, debug, isWindows, argument
38 self.noExecute = noExecute
/dports/graphics/llvm-mesa/llvm-13.0.1.src/utils/lit/lit/
H A DLitConfig.py25 noExecute, debug, isWindows, argument
38 self.noExecute = noExecute
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/utils/lit/lit/
H A DLitConfig.py25 noExecute, debug, isWindows, argument
38 self.noExecute = noExecute
/dports/devel/fmake/fmake-r250982/
H A Dmain.c136 Boolean noExecute; /* -n flag */ variable
516 noExecute = TRUE; in MainParseArgs()
742 Boolean saveNoExecute = noExecute; in Remake_Makefiles()
766 noExecute = FALSE; in Remake_Makefiles()
782 noExecute = saveNoExecute; in Remake_Makefiles()
908 noExecute = FALSE; /* Execute all commands */ in main()
H A Dglobals.h77 extern Boolean noExecute; /* True if should execute nothing */
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/includes/
H A Ddatabase.php106 $noExecute = $update && ($dbLogLevel >= DB_LOG_DEBUG);
108 ZM\Debug( "SQL-LOG: $sql".($noExecute?' (not executed)':'') );
109 return( $noExecute );
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/make/
H A Dmake.h295 #define NoExecute(gn) ((gn->type & OP_MAKE) ? noRecursiveExecute : noExecute)
373 extern Boolean noExecute; /* True if should execute nothing */

1234567