| /src/external/gpl3/gcc/dist/libquadmath/printf/ |
| quadmath-printf.c | 287 int *argtype, int *size) 291 argtype[0] = pa_flt128; 308 argtype[0] = PA_INT|PA_FLAG_LONG_LONG; 312 argtype[0] = PA_INT|PA_FLAG_LONG; 314 argtype[0] = PA_INT|PA_FLAG_SHORT; 316 argtype[0] = PA_CHAR; 318 argtype[0] = PA_INT; 329 argtype[0] = PA_DOUBLE|PA_FLAG_LONG_DOUBLE; 331 argtype[0] = PA_DOUBLE; 334 argtype[0] = PA_CHAR [all...] |
| /src/external/gpl3/gcc.old/dist/libquadmath/printf/ |
| quadmath-printf.c | 287 int *argtype, int *size) 291 argtype[0] = pa_flt128; 308 argtype[0] = PA_INT|PA_FLAG_LONG_LONG; 312 argtype[0] = PA_INT|PA_FLAG_LONG; 314 argtype[0] = PA_INT|PA_FLAG_SHORT; 316 argtype[0] = PA_CHAR; 318 argtype[0] = PA_INT; 329 argtype[0] = PA_DOUBLE|PA_FLAG_LONG_DOUBLE; 331 argtype[0] = PA_DOUBLE; 334 argtype[0] = PA_CHAR [all...] |
| /src/sys/kern/ |
| kern_sdt.c | 100 struct sdt_argtype * const * argtype; local 109 __link_set_foreach(argtype, sdt_argtypes_set) 110 printf("%s ", (*argtype)->type);
|
| /src/external/cddl/osnet/dev/sdt/ |
| sdt.c | 305 struct sdt_argtype *argtype; local 313 TAILQ_FOREACH(argtype, &probe->argtype_list, argtype_entry) { 314 if (desc->dtargd_ndx == argtype->ndx) { 316 if (argtype->type == NULL) { 321 strlcpy(desc->dtargd_native, argtype->type, 323 if (argtype->xtype != NULL) 324 strlcpy(desc->dtargd_xlate, argtype->xtype, 348 struct sdt_argtype **argtype, **a_begin, **a_end; local 367 for (argtype = a_begin; argtype < a_end; argtype++) 493 struct sdt_argtype * const *argtype; local 553 struct sdt_argtype * const *argtype; local [all...] |
| /src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| lhash.h | 180 #define IMPLEMENT_LHASH_DOALL_ARG_CONST(type, argtype) \ 181 int_implement_lhash_doall(type, argtype, const type) 183 #define IMPLEMENT_LHASH_DOALL_ARG(type, argtype) \ 184 int_implement_lhash_doall(type, argtype, type) 186 #define int_implement_lhash_doall(type, argtype, cbargtype) \ 188 lh_##type##_doall_##argtype(LHASH_OF(type) *lh, \ 189 void (*fn)(cbargtype *, argtype *), \ 190 argtype *arg) \
|
| /src/crypto/external/apache2/openssl/dist/include/openssl/ |
| lhash.h.in | 356 #define IMPLEMENT_LHASH_DOALL_ARG_CONST(type, argtype) \ 357 int_implement_lhash_doall(type, argtype, const type) 359 #define IMPLEMENT_LHASH_DOALL_ARG(type, argtype) \ 360 int_implement_lhash_doall(type, argtype, type) 362 #define int_implement_lhash_doall(type, argtype, cbargtype) \ 364 lh_##type##_doall_##argtype##_thunk(void *node, void *arg, OPENSSL_LH_DOALL_FUNCARG fn) \ 366 void (*fn_conv)(cbargtype *, argtype *) = (void (*)(cbargtype *, argtype *))fn; \ 367 fn_conv((cbargtype *)node, (argtype *)arg); \ 370 lh_##type##_doall_##argtype(LHASH_OF(type) *lh, [all...] |
| /src/usr.bin/xlint/common/ |
| tyname.c | 178 const type_t **argtype; 180 argtype = tp->t_args; 181 if (*argtype == NULL) 183 for (; *argtype != NULL; argtype++) { 185 buf_add(buf, type_name(*argtype));
|
| /src/external/gpl3/binutils/dist/include/opcode/ |
| cr16.h | 114 argtype; typedef in typeref:enum:__anon10626 291 argtype type; 326 argtype arg_type;
|
| crx.h | 111 argtype; typedef in typeref:enum:__anon10639 288 argtype type; 323 argtype arg_type;
|
| /src/external/gpl3/binutils.old/dist/include/opcode/ |
| cr16.h | 114 argtype; typedef in typeref:enum:__anon12090 291 argtype type; 326 argtype arg_type;
|
| crx.h | 111 argtype; typedef in typeref:enum:__anon12103 288 argtype type; 323 argtype arg_type;
|
| /src/external/gpl3/gdb.old/dist/include/opcode/ |
| cr16.h | 114 argtype; typedef in typeref:enum:__anon21478 291 argtype type; 326 argtype arg_type;
|
| crx.h | 111 argtype; typedef in typeref:enum:__anon21491 288 argtype type; 323 argtype arg_type;
|
| /src/external/gpl3/gdb/dist/include/opcode/ |
| cr16.h | 114 argtype; typedef in typeref:enum:__anon1066 291 argtype type; 326 argtype arg_type;
|
| crx.h | 111 argtype; typedef in typeref:enum:__anon1079 288 argtype type; 323 argtype arg_type;
|
| /src/crypto/external/bsd/openssl/dist/include/openssl/ |
| lhash.h.in | 238 #define IMPLEMENT_LHASH_DOALL_ARG_CONST(type, argtype) \ 239 int_implement_lhash_doall(type, argtype, const type) 241 #define IMPLEMENT_LHASH_DOALL_ARG(type, argtype) \ 242 int_implement_lhash_doall(type, argtype, type) 244 #define int_implement_lhash_doall(type, argtype, cbargtype) \ 246 lh_##type##_doall_##argtype(LHASH_OF(type) *lh, \ 247 void (*fn)(cbargtype *, argtype *), \ 248 argtype *arg) \
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-uninit.cc | 369 tree argtype; local 371 FOREACH_FUNCTION_ARGS (fntype, argtype, it) 373 if (VOID_TYPE_P (argtype)) 378 if (!POINTER_TYPE_P (argtype)) 381 if (TYPE_READONLY (TREE_TYPE (argtype))) 399 argtype = TREE_TYPE (arg); 400 if (!POINTER_TYPE_P (argtype)) 403 if (TYPE_READONLY (TREE_TYPE (argtype))) 810 tree argtype; local 814 FOREACH_FUNCTION_ARGS (fntype, argtype, it [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-uninit.cc | 347 tree argtype; local 349 FOREACH_FUNCTION_ARGS (fntype, argtype, it) 351 if (VOID_TYPE_P (argtype)) 356 if (!POINTER_TYPE_P (argtype)) 359 if (TYPE_READONLY (TREE_TYPE (argtype))) 377 argtype = TREE_TYPE (arg); 378 if (!POINTER_TYPE_P (argtype)) 381 if (TYPE_READONLY (TREE_TYPE (argtype))) 793 tree argtype; local 797 FOREACH_FUNCTION_ARGS (fntype, argtype, it [all...] |
| /src/external/cddl/osnet/dist/cmd/zfs/ |
| zfs_iter.c | 444 zfs_type_t argtype; local 451 argtype = types; 453 argtype |= ZFS_TYPE_FILESYSTEM; 455 argtype |= ZFS_TYPE_VOLUME; 461 argtype); 463 zhp = zfs_open(g_zfs, argv[i], argtype);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| ovldbreak.exp | 381 proc continue_to_bp_overloaded {bpnumber might_fail line argtype argument} { 388 if {[regexp {char} $argtype]} { 393 if {[string match $argtype "void"]} { 399 gdb_test_multiple "continue" "continue to bp overloaded : $argtype" { 401 pass "continue to bp overloaded : $argtype" 406 kfail "c++/8130" "continue to bp overloaded : $argtype" 408 fail "continue to bp overloaded : $argtype"
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| ovldbreak.exp | 381 proc continue_to_bp_overloaded {bpnumber might_fail line argtype argument} { 388 if {[regexp {char} $argtype]} { 393 if {[string match $argtype "void"]} { 399 gdb_test_multiple "continue" "continue to bp overloaded : $argtype" { 401 pass "continue to bp overloaded : $argtype" 406 kfail "c++/8130" "continue to bp overloaded : $argtype" 408 fail "continue to bp overloaded : $argtype"
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000-gen-builtins.cc | 1320 typeinfo *argtype = &argentry->info; local 1321 success = match_type (argtype, VOID_NOTOK); 1324 if (argtype->restr) 1332 restr[restr_cnt] = argtype->restr; 1333 val1[restr_cnt] = argtype->val1; 1334 val2[restr_cnt] = argtype->val2; 1355 argtype->isvoid, argtype->isconst, argtype->isvector, 1356 argtype->issigned, argtype->isunsigned, argtype->isbool [all...] |
| rs6000-c.cc | 814 /* Return true iff ARGTYPE can be compatibly passed as PARMTYPE. */ 816 rs6000_builtin_type_compatible (tree parmtype, tree argtype) 821 if (INTEGRAL_TYPE_P (parmtype) && INTEGRAL_TYPE_P (argtype)) 825 && is_float128_p (parmtype) && is_float128_p (argtype)) 828 if (POINTER_TYPE_P (parmtype) && POINTER_TYPE_P (argtype)) 831 argtype = TREE_TYPE (argtype); 832 if (TYPE_READONLY (argtype)) 836 return lang_hooks.types_compatible_p (parmtype, argtype); 1689 tree argtype = TYPE_ARG_TYPES (fntype) 1688 tree argtype = TYPE_ARG_TYPES (fntype); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000-gen-builtins.cc | 1320 typeinfo *argtype = &argentry->info; local 1321 success = match_type (argtype, VOID_NOTOK); 1324 if (argtype->restr) 1332 restr[restr_cnt] = argtype->restr; 1333 val1[restr_cnt] = argtype->val1; 1334 val2[restr_cnt] = argtype->val2; 1355 argtype->isvoid, argtype->isconst, argtype->isvector, 1356 argtype->issigned, argtype->isunsigned, argtype->isbool [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| method.cc | 1901 tree argtype = cp_build_qualified_type (type, quals); 1902 return cp_build_reference_type (argtype, rvalue); 1918 called with a single ARGTYPE argument, or no argument if ARGTYPE is 1926 locate_fn_flags (tree type, tree name, tree argtype, int flags, 1941 if (argtype) 1943 if (TREE_CODE (argtype) == TREE_LIST) 1945 for (tree elt = argtype; elt && elt != void_list_node; 1955 tree arg = build_stub_object (argtype); 2016 tree argtype = build_stub_type (type, quals, false) [all...] |