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.py | 78 return TYPE_CAST(_T, cache[attr])
|
| H A D | _cursor.py | 362 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.py | 42 return TYPE_CAST(str, getattr(diag_map, attr))
|
| H A D | _linter.py | 80 patch_id = TYPE_CAST(Patch, patch).id if have_patch else -1
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/util/ |
| H A D | _clang.py | 238 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.py | 13 overload, cast as TYPE_CAST unknown
|
| H A D | main.py | 55 return [p.resolve(strict=True) for p in TYPE_CAST(List[pl.Path], src_path)]
|