Searched refs:compileflags (Results 1 – 17 of 17) sorted by relevance
/third_party/python/Lib/ |
D | doctest.py | 1289 def __run(self, test, compileflags, out): argument 1347 compileflags, True), test.globs) 1435 def run(self, test, compileflags=None, out=None, clear_globs=True): argument 1457 if compileflags is None: 1458 compileflags = _extract_future_flags(test.globs) 1493 return self.__run(test, compileflags, out) 1853 def run(self, test, compileflags=None, out=None, clear_globs=True): argument 1854 r = DocTestRunner.run(self, test, compileflags, out, False) 2102 compileflags=None, optionflags=0): argument 2122 runner.run(test, compileflags=compileflags)
|
/third_party/boost/tools/build/doc/src/ |
D | fragments.adoc | 22 compileflags
|
D | overview.adoc | 464 four options `cflags`, `cxxflags`, `compileflags` and `linkflags` as 469 directly to the {CPP} compiler, and values of the `compileflags` feature 475 using gcc : 3.4 : : <compileflags>-m64 <linkflags>-m64 ;
|
/third_party/boost/tools/build/src/tools/ |
D | como.jam | 38 `compileflags`::
|
D | intel.jam | 36 `compileflags`::
|
D | acc.jam | 41 `compileflags`::
|
D | dmc.jam | 42 `compileflags`::
|
D | sun.jam | 50 `compileflags`::
|
D | hp_cxx.jam | 38 `compileflags`::
|
D | cw.jam | 40 `compileflags`::
|
D | borland.jam | 41 `compileflags`::
|
D | common.jam | 429 # - OPTIONS for compile to the value of <compileflags> in $(options) 450 [ feature.get-values <compileflags> : $(options) ] : unchecked ;
|
D | msvc.jam | 76 `compileflags`:: 340 # common.handle-options() rule, e.g. <cflags>, <compileflags>, <cxxflags>,
|
D | cray.jam | 972 … options-helper $(toolset).compile USER_OPTIONS $(toolset-condition) : <compileflags> $(options) ;
|
D | gcc.jam | 46 `compileflags`::
|
/third_party/boost/libs/stacktrace/doc/ |
D | stacktrace.qbk | 327 …* using gcc : 6 : "C:\\MinGW\\bin\\g++.exe" : <compileflags>-I"C:\\libbacktrace-master\\" <linkfla…
|
/third_party/python/Doc/library/ |
D | doctest.rst | 944 .. function:: run_docstring_examples(f, globs, verbose=False, name="NoName", compileflags=None, opt… 957 Optional argument *compileflags* gives the set of flags that should be used by 1494 .. method:: run(test, compileflags=None, out=None, clear_globs=True) 1504 *compileflags* gives the set of flags that should be used by the Python
|