| /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/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/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/ |
| gmock-generated-matchers.h | 65 // and refer to its type by 'arg_type'. 101 // Note that the type of the value being matched (arg_type) is 108 // takes an int, 'arg_type' will be int; if it takes an unsigned long, 109 // 'arg_type' will be unsigned long; and so on. 204 // 'arg_type' as that's determined by the context in which the matcher 268 template <typename arg_type>\ 270 GTEST_REFERENCE_TO_CONST_(arg_type)> {\ 275 GTEST_REFERENCE_TO_CONST_(arg_type) arg,\ 295 template <typename arg_type>\ 296 operator ::testing::Matcher<arg_type>() const { [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/dap/ |
| typecheck.py | 46 arg_type = arg_types[0] 47 return all(_check_instance(item, arg_type) for item in value) 49 return any(_check_instance(value, arg_type) for arg_type in arg_types)
|
| /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/ |
| typecheck.py | 46 arg_type = arg_types[0] 47 return all(_check_instance(item, arg_type) for item in value) 49 return any(_check_instance(value, arg_type) for arg_type in arg_types)
|
| /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; 135 expect_d_eq((int)hook_alloc_posix_memalign, arg_type, 145 (int)hook_dalloc_sdallocx, arg_type, "Passed wrong dalloc type"); 155 (int)hook_expand_xallocx, arg_type, "Passed wrong expand type"); 236 expect_d_eq(arg_type, (int)hook_alloc_malloc, "Wrong hook type"); 249 arg_type, (int)hook_alloc_posix_memalign, "Wrong hook type") [all...] |
| /src/external/bsd/jemalloc.old/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/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/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-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.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/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/bsd/openldap/dist/servers/slapd/ |
| config.c | 138 if (( Conf[i].arg_type & ARGS_TYPES ) == ARG_BINARY ) { 156 int rc, arg_user, arg_type, arg_syn, iarg; local 162 if(Conf->arg_type == ARG_IGNORED) { 167 arg_type = Conf->arg_type & ARGS_TYPES; 168 arg_user = Conf->arg_type & ARGS_USERLAND; 169 arg_syn = Conf->arg_type & ARGS_SYNTAX; 171 if((arg_type == ARG_DN) && c->argc == 1) { 219 if(arg_type && !Conf->arg_item && !(arg_syn & ARG_OFFSET)) { 228 if(arg_type == ARG_STRING) 376 int rc, arg_type; local 447 int rc, arg_type; local 765 int arg_type = ct->arg_type & ARGS_TYPES; local 795 int arg_type = ct->arg_type & ARGS_TYPES; local [all...] |
| /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/ |
| omp-simd-clone.cc | 163 enum cgraph_simd_clone_arg_type arg_type; local 168 arg_type 172 arg_type 177 arg_type 184 arg_type = SIMD_CLONE_ARG_TYPE_LINEAR_VARIABLE_STEP; 185 clone_info->args[argno].arg_type = arg_type; 208 enum cgraph_simd_clone_arg_type arg_type; local 213 arg_type 217 arg_type [all...] |
| /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...] |