Home
last modified time | relevance | path

Searched refs:needs_recompile (Results 1 – 5 of 5) sorted by relevance

/external/python/pybind11/pybind11/
Dsetup_helpers.py365 def __init__(self, envvar=None, default=0, max=0, needs_recompile=no_recompile): argument
369 self.needs_recompile = needs_recompile
408 if not os.path.exists(obj) or self.needs_recompile(obj, src):
Dsetup_helpers.pyi45 needs_recompile: Callable[[str, str], bool]
51 needs_recompile: Callable[[str, str], bool] = no_recompile,
/external/mesa3d/src/gallium/drivers/lima/
Dlima_program.c385 bool needs_recompile = false; in lima_update_fs_state() local
402 needs_recompile = true; in lima_update_fs_state()
418 if (needs_recompile) { in lima_update_fs_state()
/external/python/pybind11/docs/
Dcompiling.rst103 SmartCompile("NPY_NUM_BUILD_JOBS", needs_recompile=naive_recompile).install()
107 it to ``needs_recompile``, or you can use [Ccache]_ instead. ``CXX="cache g++"
Dchangelog.rst158 * Added ``needs_recompile`` optional function to the ``ParallelCompiler``