Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/util/
H A D_utility.py231 def filter_flags(flags: list[str], keep_prefix: str) -> Iterable[str]: function
234 std_flags = list(filter_flags(raw_cxx_flags, '-std='))
237 include_gen = filter_flags(petsc_includes + mpi_includes, '-I')