Searched defs:ret_type (Results 1 - 8 of 8) 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/contrib/gcc/config/rs6000/
H A Drs6000-c.c164 signed char ret_type; member in struct:altivec_builtin_types
2433 tree ret_type = rs6000_builtin_type (desc->ret_type); local
H A Drs6000.c4441 tree ret_type = TREE_TYPE (fntype); local
/freebsd-9.3-release/contrib/gcc/
H A Dtree-optimize.c478 tree ret_type = TREE_TYPE (TREE_TYPE (fndecl)); local
H A Dtree-tailcall.c550 tree ret_type = TREE_TYPE (DECL_RESULT (current_function_decl)); local
619 tree ret_type = TREE_TYPE (DECL_RESULT (current_function_decl)); local
876 tree stmt, param, ret_type, tmp, phi; local
[all...]
/freebsd-9.3-release/usr.bin/truss/
H A Dsyscall.h56 int ret_type; /* 0, 1, or 2 return values */ member in struct:syscall
/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl2.c507 tree ret_type = TREE_TYPE (TREE_TYPE (method)); local
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.c9383 tree ret_type = TREE_TYPE (fntype); local

Completed in 385 milliseconds