Home
last modified time | relevance | path

Searched defs:always_false (Results 1 – 2 of 2) sorted by relevance

/petsc/include/petsc/private/cpp/
H A Dtype_traits.hpp117 struct always_false : std::false_type { }; struct
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/checks/
H A D_util.py688 def always_false(*args: Any, **kwargs: Any) -> bool: function