Home
last modified time | relevance | path

Searched refs:define_macro (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/metaparse/tools/
Dstring_headers.py92 def define_macro(out_f, (name, args, body), undefine=False, check=True): function
232 define_macro(out_f, (
/third_party/python/Lib/distutils/command/
Dbuild_clib.py110 self.compiler.define_macro(name, value)
Dbuild_ext.py326 self.compiler.define_macro(name, value)
/third_party/python/Lib/distutils/
Dccompiler.py184 def define_macro(self, name, value=None): member in CCompiler
/third_party/python/Doc/library/
Dzipapp.rst370 >>> cc.define_macro('WINDOWS')
/third_party/python/Doc/distutils/
Dapiref.rst476 .. 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`.