Searched refs:ret_type (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DCasting.h149 typedef To& ret_type; // Normal case, return Ty& typedef in struct:llvm::cast_retty_impl
152 typedef const To &ret_type; // Normal case, return Ty& typedef in struct:llvm::cast_retty_impl
156 typedef To* ret_type; // Pointer arg case, return Ty* typedef in struct:llvm::cast_retty_impl
160 typedef const To* ret_type; // Constant pointer arg case, return const Ty* typedef in struct:llvm::cast_retty_impl
164 typedef const To* ret_type; // Constant pointer arg case, return const Ty* typedef in struct:llvm::cast_retty_impl
173 typedef typename cast_retty<To, SimpleFrom>::ret_type ret_type; typedef in struct:llvm::cast_retty_wrap
179 typedef typename cast_retty_impl<To,FromTy>::ret_type ret_type; typedef in struct:llvm::cast_retty_wrap
185 typename simplify_type<From>::SimpleType>::ret_type ret_typ typedef in struct:llvm::cast_retty
[all...]
/freebsd-9.3-release/usr.bin/truss/
H A Dsyscalls.c95 { .name = "fcntl", .ret_type = 1, .nargs = 3,
97 { .name = "fork", .ret_type = 1, .nargs = 0 },
98 { .name = "vfork", .ret_type = 1, .nargs = 0 },
99 { .name = "rfork", .ret_type = 1, .nargs = 1,
101 { .name = "getegid", .ret_type = 1, .nargs = 0 },
102 { .name = "geteuid", .ret_type = 1, .nargs = 0 },
103 { .name = "getgid", .ret_type = 1, .nargs = 0 },
104 { .name = "getpid", .ret_type = 1, .nargs = 0 },
105 { .name = "getpgid", .ret_type = 1, .nargs = 1,
107 { .name = "getpgrp", .ret_type
[all...]
H A Dsyscall.h56 int ret_type; /* 0, 1, or 2 return values */ member in struct:syscall
H A Dpowerpc-fbsd.c311 if (sc->ret_type == 2)
/freebsd-9.3-release/contrib/gcc/
H A Dtree-tailcall.c550 tree ret_type = TREE_TYPE (DECL_RESULT (current_function_decl)); local
561 stmt = build2 (MODIFY_EXPR, ret_type, NULL_TREE,
562 build2 (MULT_EXPR, ret_type, m_acc, a));
564 tmp = create_tmp_var (ret_type, "acc_tmp");
575 stmt = build2 (MODIFY_EXPR, ret_type, NULL_TREE,
576 build2 (PLUS_EXPR, ret_type, a_acc, var));
585 stmt = build2 (MODIFY_EXPR, ret_type, NULL_TREE,
586 build2 (MULT_EXPR, ret_type, m_acc, m));
619 tree ret_type = TREE_TYPE (DECL_RESULT (current_function_decl)); local
640 stmt = build2 (MODIFY_EXPR, ret_type, NULL_TRE
876 tree stmt, param, ret_type, tmp, phi; local
[all...]
H A Dtree-optimize.c479 tree ret_type = TREE_TYPE (TREE_TYPE (fndecl));
481 if (ret_type && TYPE_SIZE_UNIT (ret_type)
482 && TREE_CODE (TYPE_SIZE_UNIT (ret_type)) == INTEGER_CST
483 && 0 < compare_tree_int (TYPE_SIZE_UNIT (ret_type),
487 = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (ret_type));
489 if (compare_tree_int (TYPE_SIZE_UNIT (ret_type), size_as_int) == 0)
478 tree ret_type = TREE_TYPE (TREE_TYPE (fndecl)); local
H A Dtarghooks.c460 default_function_value (tree ret_type ATTRIBUTE_UNUSED,
471 return FUNCTION_OUTGOING_VALUE (ret_type, fn_decl_or_type);
475 return FUNCTION_VALUE (ret_type, fn_decl_or_type);
H A Dtarget.h726 rtx (*function_value) (tree ret_type, tree fn_decl_or_type,
/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl2.c508 tree ret_type = TREE_TYPE (TREE_TYPE (method));
510 if (!acceptable_java_type (ret_type))
513 method, ret_type);
507 tree ret_type = TREE_TYPE (TREE_TYPE (method)); local
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000-c.c165 signed char ret_type;
2435 tree ret_type = rs6000_builtin_type (desc->ret_type);
2469 return fold_convert (ret_type,
164 signed char ret_type; member in struct:altivec_builtin_types
2433 tree ret_type = rs6000_builtin_type (desc->ret_type); local
H A Drs6000.c4452 tree ret_type = TREE_TYPE (fntype);
4454 tree_code_name[ (int)TREE_CODE (ret_type) ]);
4441 tree ret_type = TREE_TYPE (fntype); local
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.c9406 tree ret_type = TREE_TYPE (fntype);
9415 && ret_type
9416 && TYPE_MODE (ret_type) == BLKmode
9417 && TREE_ADDRESSABLE (ret_type)
9383 tree ret_type = TREE_TYPE (fntype); local

Completed in 303 milliseconds