| /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/ |
| typecheck.py | 29 arg_types = typing.get_args(typevar) 33 assert len(arg_types) == 2 34 (keytype, valuetype) = arg_types 43 if len(arg_types) == 0: 45 assert len(arg_types) == 1 46 arg_type = arg_types[0] 49 return any(_check_instance(value, arg_type) for arg_type in arg_types)
|
| /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/dap/ |
| typecheck.py | 29 arg_types = typing.get_args(typevar) 33 assert len(arg_types) == 2 34 (keytype, valuetype) = arg_types 43 if len(arg_types) == 0: 45 assert len(arg_types) == 1 46 arg_type = arg_types[0] 49 return any(_check_instance(value, arg_type) for arg_type in arg_types)
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| genopinit.cc | 114 for (unsigned int i = 0; i < oname->arg_types.length (); ++i) 115 fprintf (file, "%s%s", i == 0 ? "" : ", ", oname->arg_types[i]); 119 for (unsigned int i = 0; i < oname->arg_types.length (); ++i) 120 fprintf (file, "%s%s arg%d", i == 0 ? "" : ", ", oname->arg_types[i], i); 122 for (unsigned int i = 0; i < oname->arg_types.length (); ++i) 151 for (unsigned int i = 0; i < oname->arg_types.length (); ++i) 152 fprintf (file, "%s%s", i == 0 ? "" : ", ", oname->arg_types[i]); 158 for (unsigned int i = 0; i < oname->arg_types.length (); ++i) 160 oname->arg_types[i], i); 164 for (unsigned int i = 0; i < oname->arg_types.length (); ++i [all...] |
| read-rtl.cc | 700 || oname1->arg_types.length () != oname2->arg_types.length ()) 703 for (unsigned int i = 0; i < oname1->arg_types.length (); ++i) 704 if (strcmp (oname1->arg_types[i], oname2->arg_types[i]) != 0) 752 tmp_oname.arg_types.create (current_iterators.length ()); 786 tmp_oname.arg_types.safe_push (iterator->group->type); 812 oname->arg_types = tmp_oname.arg_types; 823 tmp_oname.arg_types.release () [all...] |
| genemit.cc | 780 for (unsigned int i = 0; i < oname->arg_types.length (); ++i) 781 printf ("%s%s arg%d", i == 0 ? "" : ", ", oname->arg_types[i], i); 847 for (unsigned int i = 0; i < oname->arg_types.length (); ++i)
|
| read-md.h | 126 vec<const char *> arg_types; member in struct:overloaded_name
|
| /src/external/gpl3/gcc/dist/gcc/ |
| genopinit.cc | 114 for (unsigned int i = 0; i < oname->arg_types.length (); ++i) 115 fprintf (file, "%s%s", i == 0 ? "" : ", ", oname->arg_types[i]); 119 for (unsigned int i = 0; i < oname->arg_types.length (); ++i) 120 fprintf (file, "%s%s arg%d", i == 0 ? "" : ", ", oname->arg_types[i], i); 122 for (unsigned int i = 0; i < oname->arg_types.length (); ++i) 151 for (unsigned int i = 0; i < oname->arg_types.length (); ++i) 152 fprintf (file, "%s%s", i == 0 ? "" : ", ", oname->arg_types[i]); 158 for (unsigned int i = 0; i < oname->arg_types.length (); ++i) 160 oname->arg_types[i], i); 164 for (unsigned int i = 0; i < oname->arg_types.length (); ++i [all...] |
| read-rtl.cc | 731 || oname1->arg_types.length () != oname2->arg_types.length ()) 734 for (unsigned int i = 0; i < oname1->arg_types.length (); ++i) 735 if (strcmp (oname1->arg_types[i], oname2->arg_types[i]) != 0) 783 tmp_oname.arg_types.create (current_iterators.length ()); 817 tmp_oname.arg_types.safe_push (iterator->group->type); 843 oname->arg_types = tmp_oname.arg_types; 854 tmp_oname.arg_types.release () [all...] |
| read-md.h | 126 vec<const char *> arg_types; member in struct:overloaded_name
|
| /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/ |
| xmethod.py | 159 def __init__(self, method_function, arg_types): 160 self._arg_types = arg_types 170 self, name, class_matcher, method_matcher, method_function, *arg_types 185 arg_types: The gdb.Type objects corresponding to the arguments that 197 self._arg_types = arg_types
|
| /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/ |
| xmethod.py | 159 def __init__(self, method_function, arg_types): 160 self._arg_types = arg_types 170 self, name, class_matcher, method_matcher, method_function, *arg_types 185 arg_types: The gdb.Type objects corresponding to the arguments that 197 self._arg_types = arg_types
|
| /src/external/gpl3/binutils/dist/binutils/ |
| prdbg.c | 677 char **arg_types; 687 arg_types = NULL; 694 arg_types = xmalloc (argcount * sizeof (*arg_types)); 698 || (arg_types[i] = pop_type (info)) == NULL) 701 free (arg_types[j]); 702 free (arg_types); 705 len += strlen (arg_types[i]) + 2; 726 strcat (s, arg_types[i]); 727 free (arg_types[i]) 672 char **arg_types; local 884 char **arg_types; local [all...] |
| debug.c | 200 debug_type *arg_types; member in struct:debug_function_type 262 debug_type *arg_types; member in struct:debug_method_type 1402 debug_type *arg_types, bool varargs) 1418 f->arg_types = arg_types; 1573 debug_type domain_type, debug_type *arg_types, 1591 m->arg_types = arg_types; 2185 return type->u.kfunction->arg_types; 2188 return type->u.kmethod->arg_types; [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| prdbg.c | 677 char **arg_types; 687 arg_types = NULL; 694 arg_types = xmalloc (argcount * sizeof (*arg_types)); 698 || (arg_types[i] = pop_type (info)) == NULL) 701 free (arg_types[j]); 702 free (arg_types); 705 len += strlen (arg_types[i]) + 2; 726 strcat (s, arg_types[i]); 727 free (arg_types[i]) 672 char **arg_types; local 884 char **arg_types; local [all...] |
| debug.c | 200 debug_type *arg_types; member in struct:debug_function_type 262 debug_type *arg_types; member in struct:debug_method_type 1402 debug_type *arg_types, bool varargs) 1418 f->arg_types = arg_types; 1573 debug_type domain_type, debug_type *arg_types, 1591 m->arg_types = arg_types; 2185 return type->u.kfunction->arg_types; 2188 return type->u.kmethod->arg_types; [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-objc-common.cc | 154 auto_vec<tree, 32> arg_types; 159 arg_types.safe_push (arg_type); 169 FOR_EACH_VEC_ELT_REVERSE (arg_types, i, arg_type)
|
| /src/external/gpl3/gdb/dist/gdb/python/ |
| py-xmethods.c | 292 python_xmethod_worker::do_get_arg_types (std::vector<type *> *arg_types) 340 arg_types->resize (arg_count + 1); 367 (*arg_types)[i] = arg_type; 387 (*arg_types)[i] = arg_type; 396 (*arg_types)[0] = make_cv_type (1, 0, lookup_pointer_type (obj_type),
|
| /src/external/gpl3/gdb.old/dist/gdb/python/ |
| py-xmethods.c | 292 python_xmethod_worker::do_get_arg_types (std::vector<type *> *arg_types) 340 arg_types->resize (arg_count + 1); 367 (*arg_types)[i] = arg_type; 387 (*arg_types)[i] = arg_type; 396 (*arg_types)[0] = make_cv_type (1, 0, lookup_pointer_type (obj_type),
|
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-objc-common.cc | 191 auto_vec<tree, 32> arg_types; 196 arg_types.safe_push (arg_type); 206 FOR_EACH_VEC_ELT_REVERSE (arg_types, i, arg_type)
|
| /src/external/gpl3/gdb/dist/gdb/ |
| cp-support.h | 110 (gdb::array_view<type *> arg_types,
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| cp-support.h | 111 (gdb::array_view<type *> arg_types,
|
| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| jit-playback.cc | 464 tree *arg_types = (tree *)xcalloc(param_types->length (), sizeof(tree*)); local 467 arg_types[i] = param_type->as_tree (); 474 arg_types); 478 arg_types); 479 free (arg_types); 520 tree *arg_types = (tree *)xcalloc(params->length (), sizeof(tree*)); local 522 arg_types[i] = TREE_TYPE (param->as_tree ()); 527 params->length (), arg_types); 530 params->length (), arg_types); 531 free (arg_types); [all...] |
| /src/external/gpl3/gcc/dist/gcc/jit/ |
| jit-playback.cc | 466 tree *arg_types = (tree *)xcalloc(param_types->length (), sizeof(tree*)); local 469 arg_types[i] = param_type->as_tree (); 476 arg_types); 480 arg_types); 481 free (arg_types); 576 tree *arg_types = (tree *)xcalloc(params->length (), sizeof(tree*)); local 578 arg_types[i] = TREE_TYPE (param->as_tree ()); 583 params->length (), arg_types); 586 params->length (), arg_types); 587 free (arg_types); [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| tree.cc | 1659 tree arg_types = NULL, arg_node, arg_node2, arg_type; 1697 arg_types 1699 TREE_VALUE (arg_node2), arg_types); 1702 arg_types 1703 = tree_cons (TREE_PURPOSE (arg_node), arg_type, arg_types); 1709 if (arg_types) 1710 arg_types = nreverse (arg_types); 1715 arg_types = chainon (arg_types, void_list_node) 1657 tree arg_types = NULL, arg_node, arg_node2, arg_type; local [all...] |
| /src/external/gpl2/groff/dist/src/preproc/refer/ |
| command.cpp | 631 /* arg_types is a string describing the numbers and types of arguments. 640 const char *arg_types; member in struct:S 764 if (check_args(command_table[i].arg_types, name, argc, argv))
|