Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_attr_cache.py78 return TYPE_CAST(_T, cache[attr])
H A D_cursor.py362 return TYPE_CAST(str, cursor.spelling)
439 return TYPE_CAST(str, cursor.type.spelling)
698 return TYPE_CAST(clx.File, cursor._get_cached('file', lambda c: c.location.file, cursor))
728 return TYPE_CAST(bool, cursor.type.is_function_variadic())
762 return TYPE_CAST(Cursor, cursor)
H A D_diag.py42 return TYPE_CAST(str, getattr(diag_map, attr))
H A D_linter.py80 patch_id = TYPE_CAST(Patch, patch).id if have_patch else -1
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/util/
H A D_clang.py238 ret_type = TYPE_CAST(type[_U], ctypes.c_uint)
250 return ClangFunction(TYPE_CAST(CTypesCallable[_T, _U], func))
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A D_typing.py13 overload, cast as TYPE_CAST unknown
H A Dmain.py55 return [p.resolve(strict=True) for p in TYPE_CAST(List[pl.Path], src_path)]