HomeSort by: relevance | last modified time | path
    Searched defs:arg_type (Results 1 - 25 of 142) sorted by relevancy

1 2 3 4 5 6

  /src/external/gpl3/gdb/dist/gdb/
stap-probe.h 36 arg_type (arg_type_),
57 the bitness is 64-bit signed. In this case, ARG_TYPE would represent
59 struct type *arg_type; member in struct:stap_parse_info
i386-darwin-tdep.c 186 struct type *arg_type = args[i]->enclosing_type (); local
188 if (i386_m128_p (arg_type) && num_m128 < 4)
200 i386_darwin_arg_type_alignment (arg_type));
204 arg_type->length ());
213 args_space += align_up (arg_type->length (), 4);
lm32-tdep.c 245 struct type *arg_type = check_typedef (arg->type ()); local
250 switch (arg_type->code ())
257 if (arg_type->length () < 4)
259 arg_type = builtin_type (gdbarch)->builtin_int32;
260 arg = value_cast (arg_type, arg);
268 val = extract_unsigned_integer (contents, arg_type->length (),
277 write_memory_unsigned_integer (sp, arg_type->length (), byte_order,
  /src/external/gpl3/gdb.old/dist/gdb/
stap-probe.h 36 arg_type (arg_type_),
57 the bitness is 64-bit signed. In this case, ARG_TYPE would represent
59 struct type *arg_type; member in struct:stap_parse_info
i386-darwin-tdep.c 186 struct type *arg_type = args[i]->enclosing_type (); local
188 if (i386_m128_p (arg_type) && num_m128 < 4)
200 i386_darwin_arg_type_alignment (arg_type));
204 arg_type->length ());
213 args_space += align_up (arg_type->length (), 4);
lm32-tdep.c 245 struct type *arg_type = check_typedef (arg->type ()); local
250 switch (arg_type->code ())
257 if (arg_type->length () < 4)
259 arg_type = builtin_type (gdbarch)->builtin_int32;
260 arg = value_cast (arg_type, arg);
268 val = extract_unsigned_integer (contents, arg_type->length (),
277 write_memory_unsigned_integer (sp, arg_type->length (), byte_order,
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-semantics.cc 179 tree arg_type = TREE_TYPE (arg); local
183 if (TREE_CODE (arg_type) == COMPLEX_TYPE)
188 else if (INTEGRAL_TYPE_P (arg_type) || SCALAR_FLOAT_TYPE_P (arg_type))
192 : omit_one_operand_loc (location, arg_type,
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-semantics.cc 179 tree arg_type = TREE_TYPE (arg); local
183 if (TREE_CODE (arg_type) == COMPLEX_TYPE)
188 else if (INTEGRAL_TYPE_P (arg_type) || SCALAR_FLOAT_TYPE_P (arg_type))
192 : omit_one_operand_loc (location, arg_type,
  /src/external/gpl3/gcc/dist/gcc/config/pru/
pru-passes.cc 117 tree arg_type = TREE_VALUE (p);
118 if (chkp_type_has_function_pointer (arg_type))
162 tree arg_type = TREE_VALUE (p);
163 if (chkp_type_has_function_pointer (arg_type))
116 tree arg_type = TREE_VALUE (p); local
161 tree arg_type = TREE_VALUE (p); local
  /src/external/gpl3/gcc.old/dist/gcc/config/pru/
pru-passes.cc 117 tree arg_type = TREE_VALUE (p);
118 if (chkp_type_has_function_pointer (arg_type))
162 tree arg_type = TREE_VALUE (p);
163 if (chkp_type_has_function_pointer (arg_type))
116 tree arg_type = TREE_VALUE (p); local
161 tree arg_type = TREE_VALUE (p); local
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
spu-c.c 130 tree var, arg_type, param_type = TREE_VALUE (param);
147 arg_type = TREE_TYPE (var);
156 || !SCALAR_TYPE_P (arg_type)
158 && !lang_hooks.types_compatible_p (param_type, arg_type))
129 tree var, arg_type, param_type = TREE_VALUE (param); local
  /src/external/bsd/jemalloc/dist/test/unit/
hook.c 6 static int arg_type; variable
19 arg_type = 12345;
90 arg_type = (int)type;
102 arg_type = (int)type;
114 arg_type = (int)type;
136 expect_d_eq((int)hook_alloc_posix_memalign, arg_type,
145 expect_d_eq((int)hook_dalloc_sdallocx, arg_type,
155 expect_d_eq((int)hook_expand_xallocx, arg_type,
238 expect_d_eq(arg_type, (int)hook_alloc_malloc, "Wrong hook type");
250 expect_d_eq(arg_type, (int)hook_alloc_posix_memalign
    [all...]
  /src/external/gpl3/gdb/dist/gdb/python/
py-xmethods.c 357 struct type *arg_type = type_object_to_type (item.get ()); variable in typeref:struct:type
358 if (arg_type == NULL)
367 (*arg_types)[i] = arg_type;
375 struct type *arg_type = type_object_to_type (py_argtype_list.get ()); variable in typeref:struct:type
377 if (arg_type == NULL)
387 (*arg_types)[i] = arg_type;
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-xmethods.c 357 struct type *arg_type = type_object_to_type (item.get ()); variable in typeref:struct:type
358 if (arg_type == NULL)
367 (*arg_types)[i] = arg_type;
375 struct type *arg_type = type_object_to_type (py_argtype_list.get ()); variable in typeref:struct:type
377 if (arg_type == NULL)
387 (*arg_types)[i] = arg_type;
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
printf-args.h 75 } arg_type; typedef in typeref:enum:__anon9163
80 arg_type type;
  /src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
printf-args.h 75 } arg_type; typedef in typeref:enum:__anon9171
80 arg_type type;
  /src/external/gpl2/texinfo/dist/intl/
printf-args.h 77 } arg_type; typedef in typeref:enum:__anon9546
82 arg_type type;
  /src/external/gpl2/xcvs/dist/lib/
printf-args.h 74 } arg_type; typedef in typeref:enum:__anon9591
79 arg_type type;
  /src/external/gpl3/gcc/dist/gcc/c/
c-objc-common.cc 195 tree arg_type = get_aka_type (TREE_VALUE (args)); local
196 arg_types.safe_push (arg_type);
197 type_ok_p &= (arg_type == TREE_VALUE (args));
205 tree arg_type; local
206 FOR_EACH_VEC_ELT_REVERSE (arg_types, i, arg_type)
207 args = tree_cons (NULL_TREE, arg_type, args);
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-objc-common.cc 158 tree arg_type = get_aka_type (TREE_VALUE (args)); local
159 arg_types.safe_push (arg_type);
160 type_ok_p &= (arg_type == TREE_VALUE (args));
168 tree arg_type; local
169 FOR_EACH_VEC_ELT_REVERSE (arg_types, i, arg_type)
170 args = tree_cons (NULL_TREE, arg_type, args);
  /src/external/gpl3/binutils/dist/ld/
ldmisc.c 94 int arg_type; local
148 arg_type = Bad;
158 arg_type = Vma;
162 arg_type = Ptr;
169 arg_type = Ptr;
176 arg_type = RelAddr;
182 arg_type = Int;
196 arg_type = (ll_type ? LongLong : Long);
204 if (arg_type != Bad)
208 args[arg_no].type = arg_type;
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
ldmisc.c 73 int arg_type; local
122 arg_type = Bad;
132 arg_type = Vma;
136 arg_type = Ptr;
143 arg_type = Ptr;
150 arg_type = RelAddr;
156 arg_type = Int;
163 arg_type = Long;
170 if (arg_type != Bad)
174 args[arg_no].type = arg_type;
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/gcn/
gcn-tree.cc 103 tree arg_type = unsigned_type_node; local
112 arg_type = long_long_unsigned_type_node;
119 tree init_var = make_ssa_name (arg_type);
121 init_expr = fold_build1 (code, arg_type, init_expr);
135 tree expect_var = make_ssa_name (arg_type);
136 tree actual_var = make_ssa_name (arg_type);
137 tree write_var = make_ssa_name (arg_type);
143 write_expr = fold_build1 (code, arg_type, write_expr);
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vector-builtins-shapes.cc 923 tree arg_type = function_instance.op_info->args[0].get_tree_type ( variable
927 machine_mode inner_mode = TYPE_MODE (arg_type);
933 argument_types.quick_push (arg_type);
  /src/external/gpl3/gcc/dist/gcc/
ipa-free-lang-data.cc 440 tree arg_type = TREE_VALUE (p);
441 if (TYPE_READONLY (arg_type) || TYPE_VOLATILE (arg_type))
443 int quals = TYPE_QUALS (arg_type)
446 TREE_VALUE (p) = build_qualified_type (arg_type, quals);
439 tree arg_type = TREE_VALUE (p); local

Completed in 39 milliseconds

1 2 3 4 5 6