Home
last modified time | relevance | path

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

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