Home
last modified time | relevance | path

Searched refs:compileOpts (Results 1 – 23 of 23) sorted by relevance

/dports/devel/py-buildbot/buildbot-3.4.1/docs/examples/
H A Dtwisted_master.cfg119 compileOpts=b23compile_opts,
131 compileOpts=b24compile_opts,
142 compileOpts=b24compile_opts),
152 compileOpts=b24compile_opts)}
162 compileOpts=b24compile_opts),
182 compileOpts=b24compile_opts,
/dports/lang/coffeescript/coffeescript-2.6.1/test/support/
H A Dhelpers.coffee76 exports.throwsCompileError = (code, compileOpts, args...) ->
77 throws -> CoffeeScript.compile code, compileOpts, args...
78 throws -> CoffeeScript.compile code, Object.assign({}, (compileOpts ? {}), ast: yes), args...
80 exports.doesNotThrowCompileError = (code, compileOpts, args...) ->
81 doesNotThrow -> CoffeeScript.compile code, compileOpts, args...
82 …doesNotThrow -> CoffeeScript.compile code, Object.assign({}, (compileOpts ? {}), ast: yes), args...
/dports/devel/distcc/distcc-3.3.5/test/
H A Dtestdistcc.py927 self._cc + " -o testtmp.o " + self.compileOpts() + \
930 def compileOpts(self): member in Compilation_Case
1054 self._cc + " -x " + lang + " " + self.compileOpts() +
1184 def compileOpts(self): member in SystemIncludeDirectories_Case
1215 def compileOpts(self): member in CPlusPlus_SystemIncludeDirectories_Case
1600 def compileOpts(self): member in DashD_Case
1611 def compileOpts(self): member in DashMD_DashMF_DashMT_Case
1627 def compileOpts(self): member in DashWpMD_Case
1658 self._cc + " -o testtmp.o " + self.compileOpts() + \
/dports/devel/p5-Devel-REPL/Devel-REPL-1.003028/lib/Devel/REPL/Plugin/B/
H A DConcise.pm12 B::Concise::compileOpts qw(-nobanner);
/dports/lang/perl5.34/perl-5.34.0/ext/B/B/
H A DConcise.pm256 sub compileOpts { subroutine
332 my (@args) = compileOpts(@_);
334 my @newargs = compileOpts(@_); # accept new rendering options
/dports/lang/perl5.30/perl-5.30.3/ext/B/B/
H A DConcise.pm256 sub compileOpts { subroutine
332 my (@args) = compileOpts(@_);
334 my @newargs = compileOpts(@_); # accept new rendering options
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/B/B/
H A DConcise.pm255 sub compileOpts { subroutine
331 my (@args) = compileOpts(@_);
333 my @newargs = compileOpts(@_); # accept new rendering options
/dports/lang/perl5.32/perl-5.32.1/ext/B/B/
H A DConcise.pm256 sub compileOpts { subroutine
332 my (@args) = compileOpts(@_);
334 my @newargs = compileOpts(@_); # accept new rendering options
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/Simple/
H A DGHCJS.hs1161 compileOpts | useDynToo = dynTooOpts function
1195 runGhcProg compileOpts { ghcOptNoLink = toFlag True
H A DGHC.hs1381 compileOpts | useDynToo = dynTooOpts function
1415 runGhcProg compileOpts { ghcOptNoLink = toFlag True
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/Cabal-3.6.0.0/src/Distribution/Simple/
H A DGHCJS.hs1162 compileOpts | useDynToo = dynTooOpts function
1196 runGhcProg compileOpts { ghcOptNoLink = toFlag True
H A DGHC.hs1390 compileOpts | useDynToo = dynTooOpts function
1424 runGhcProg compileOpts { ghcOptNoLink = toFlag True
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/Cabal-3.4.0.0/Distribution/Simple/
H A DGHCJS.hs1161 compileOpts | useDynToo = dynTooOpts function
1195 runGhcProg compileOpts { ghcOptNoLink = toFlag True
H A DGHC.hs1387 compileOpts | useDynToo = dynTooOpts function
1421 runGhcProg compileOpts { ghcOptNoLink = toFlag True
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/Distribution/Simple/
H A DGHCJS.hs1164 compileOpts | useDynToo = dynTooOpts function
1198 runGhcProg compileOpts { ghcOptNoLink = toFlag True
H A DGHC.hs1382 compileOpts | useDynToo = dynTooOpts function
1416 runGhcProg compileOpts { ghcOptNoLink = toFlag True
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/Cabal/Distribution/Simple/
H A DGHCJS.hs1161 compileOpts | useDynToo = dynTooOpts function
1195 runGhcProg compileOpts { ghcOptNoLink = toFlag True
H A DGHC.hs1387 compileOpts | useDynToo = dynTooOpts function
1421 runGhcProg compileOpts { ghcOptNoLink = toFlag True
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmLocalGenerator.cxx972 std::string compileOpts; in AddCompileOptions() local
973 this->AppendCompileOptions(compileOpts, opts, langFlagRegexStr->c_str()); in AddCompileOptions()
974 if (!compileOpts.empty()) { in AddCompileOptions()
975 flags.emplace_back(std::move(compileOpts)); in AddCompileOptions()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmLocalGenerator.cxx972 std::string compileOpts; in AddCompileOptions() local
973 this->AppendCompileOptions(compileOpts, opts, langFlagRegexStr->c_str()); in AddCompileOptions()
974 if (!compileOpts.empty()) { in AddCompileOptions()
975 flags.emplace_back(std::move(compileOpts)); in AddCompileOptions()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmLocalGenerator.cxx972 std::string compileOpts; in AddCompileOptions() local
973 this->AppendCompileOptions(compileOpts, opts, langFlagRegexStr->c_str()); in AddCompileOptions()
974 if (!compileOpts.empty()) { in AddCompileOptions()
975 flags.emplace_back(std::move(compileOpts)); in AddCompileOptions()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dresize.cpp3299 cv::String compileOpts = format("-D USE_SAMPLER -D depth=%d -D T=%s -D T1=%s " in ocl_resize() local
3304 k.create("resizeSampler", ocl::imgproc::resize_oclsrc, compileOpts); in ocl_resize()
/dports/devel/distcc/distcc-3.3.5/
H A DChangeLog969 Also, reduce code duplication a little by adding a compileOpts()