Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/util/
H A D_clang.py206 def get_clang_function(name: str, arg_types: Sequence[type[_T]]) -> ClangFunction[_T, ctypes.c_uint… function
210 def get_clang_function(name: str, arg_types: Sequence[type[_T]], ret_type: type[_U]) -> ClangFuncti… function
213 def get_clang_function(name: str, arg_types: Sequence[type[_T]], ret_type: Optional[type[_U]] = Non… function