Home
last modified time | relevance | path

Searched refs:compileflags (Results 1 – 17 of 17) sorted by relevance

/third_party/python/Lib/
Ddoctest.py1289 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/
Dfragments.adoc22 compileflags
Doverview.adoc464 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/
Dcomo.jam38 `compileflags`::
Dintel.jam36 `compileflags`::
Dacc.jam41 `compileflags`::
Ddmc.jam42 `compileflags`::
Dsun.jam50 `compileflags`::
Dhp_cxx.jam38 `compileflags`::
Dcw.jam40 `compileflags`::
Dborland.jam41 `compileflags`::
Dcommon.jam429 # - OPTIONS for compile to the value of <compileflags> in $(options)
450 [ feature.get-values <compileflags> : $(options) ] : unchecked ;
Dmsvc.jam76 `compileflags`::
340 # common.handle-options() rule, e.g. <cflags>, <compileflags>, <cxxflags>,
Dcray.jam972 … options-helper $(toolset).compile USER_OPTIONS $(toolset-condition) : <compileflags> $(options) ;
Dgcc.jam46 `compileflags`::
/third_party/boost/libs/stacktrace/doc/
Dstacktrace.qbk327 …* using gcc : 6 : "C:\\MinGW\\bin\\g++.exe" : <compileflags>-I"C:\\libbacktrace-master\\" <linkfla…
/third_party/python/Doc/library/
Ddoctest.rst944 .. 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