Searched refs:type_obj (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gcc-10.3.1/python/libstdcxx/v6/ |
| H A D | printers.py | 194 def get_template_arg_list(type_obj): argument 200 template_args.append(type_obj.template_argument(n)) 1579 def recognize(self, type_obj): argument 1587 if type_obj.tag is None: 1590 if not type_obj.tag.startswith(self.name): 1593 template_args = get_template_arg_list(type_obj) 1623 template_name = type_obj.tag[0:type_obj.tag.find('<')] 1628 def _recognize_subtype(self, type_obj): argument 1632 if type_obj.code == gdb.TYPE_CODE_PTR: 1633 return self._recognize_subtype(type_obj.target()) + '*' [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gcc-10.3.1/python/libstdcxx/v6/ |
| H A D | printers.py | 194 def get_template_arg_list(type_obj): argument 200 template_args.append(type_obj.template_argument(n)) 1579 def recognize(self, type_obj): argument 1587 if type_obj.tag is None: 1590 if not type_obj.tag.startswith(self.name): 1593 template_args = get_template_arg_list(type_obj) 1623 template_name = type_obj.tag[0:type_obj.tag.find('<')] 1628 def _recognize_subtype(self, type_obj): argument 1632 if type_obj.code == gdb.TYPE_CODE_PTR: 1633 return self._recognize_subtype(type_obj.target()) + '*' [all …]
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | api.c | 296 const struct crypto_type *type_obj = tfm->__crt_alg->cra_type; in crypto_init_ops() local 298 if (type_obj) in crypto_init_ops() 299 return type_obj->init(tfm, type, mask); in crypto_init_ops() 313 const struct crypto_type *type_obj = alg->cra_type; in crypto_ctxsize() local 317 if (type_obj) in crypto_ctxsize() 318 return len + type_obj->ctxsize(alg, type, mask); in crypto_ctxsize()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/ |
| H A D | types.py | 160 def apply_type_recognizers(recognizers, type_obj): argument 165 result = r.recognize(type_obj)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/ |
| H A D | types.py | 160 def apply_type_recognizers(recognizers, type_obj): argument 165 result = r.recognize(type_obj)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gdb.info | 28490 'apply_type_recognizers (recognizers, type_obj)'
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gdb.info | 28490 'apply_type_recognizers (recognizers, type_obj)'
|