Home
last modified time | relevance | path

Searched refs:_preprocess (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Tools/c-analyzer/c_parser/preprocessor/
D__init__.py50 _preprocess = _get_preprocessor(tool)
52 return _preprocess(source, incldirs, macros, samefiles) or ()
78 _preprocess = preprocess
104 return _preprocess(filename, **kwargs)
/third_party/python/Lib/distutils/command/
Dconfig.py119 def _preprocess(self, body, headers, include_dirs, lang): member in config
183 self._preprocess(body, headers, include_dirs, lang)
200 src, out = self._preprocess(body, headers, include_dirs, lang)
/third_party/python/Objects/stringlib/
Dfastsearch.h308 STRINGLIB(_preprocess)(const STRINGLIB_CHAR *needle, Py_ssize_t len_needle, in STRINGLIB() argument
475 STRINGLIB(_preprocess)(needle, len_needle, &p); in STRINGLIB()
488 STRINGLIB(_preprocess)(needle, len_needle, &p); in STRINGLIB()