Searched refs:define_macro (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/metaparse/tools/ |
D | string_headers.py | 92 def define_macro(out_f, (name, args, body), undefine=False, check=True): function 232 define_macro(out_f, (
|
/third_party/python/Lib/distutils/command/ |
D | build_clib.py | 110 self.compiler.define_macro(name, value)
|
D | build_ext.py | 326 self.compiler.define_macro(name, value)
|
/third_party/python/Lib/distutils/ |
D | ccompiler.py | 184 def define_macro(self, name, value=None): member in CCompiler
|
/third_party/python/Doc/library/ |
D | zipapp.rst | 370 >>> cc.define_macro('WINDOWS')
|
/third_party/python/Doc/distutils/ |
D | apiref.rst | 476 .. method:: CCompiler.define_macro(name[, value=None]) 489 object. If the same macro is defined by :meth:`define_macro` and 719 augment the macros set with :meth:`define_macro` and :meth:`undefine_macro`.
|