Home
last modified time | relevance | path

Searched refs:rettype (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dstabsread.c1910 struct type *rettype = NULL; in rs6000_builtin_type() local
1936 rettype = init_type (TYPE_CODE_INT, 4, 0, "int", NULL); in rs6000_builtin_type()
1939 rettype = init_type (TYPE_CODE_INT, 1, 0, "char", NULL); in rs6000_builtin_type()
1942 rettype = init_type (TYPE_CODE_INT, 2, 0, "short", NULL); in rs6000_builtin_type()
1945 rettype = init_type (TYPE_CODE_INT, 4, 0, "long", NULL); in rs6000_builtin_type()
1948 rettype = init_type (TYPE_CODE_INT, 1, TYPE_FLAG_UNSIGNED, in rs6000_builtin_type()
1952 rettype = init_type (TYPE_CODE_INT, 1, 0, "signed char", NULL); in rs6000_builtin_type()
1955 rettype = init_type (TYPE_CODE_INT, 2, TYPE_FLAG_UNSIGNED, in rs6000_builtin_type()
1959 rettype = init_type (TYPE_CODE_INT, 4, TYPE_FLAG_UNSIGNED, in rs6000_builtin_type()
1963 rettype = init_type (TYPE_CODE_INT, 4, TYPE_FLAG_UNSIGNED, in rs6000_builtin_type()
[all …]
H A DChangeLog-19932452 * stabsread.c (rs6000_builtin_type): initialize rettype.
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dstabs.c3343 debug_type rettype; in stab_xcoff_builtin_type() local
3360 rettype = debug_make_int_type (dhandle, 4, FALSE); in stab_xcoff_builtin_type()
3364 rettype = debug_make_int_type (dhandle, 1, FALSE); in stab_xcoff_builtin_type()
3368 rettype = debug_make_int_type (dhandle, 2, FALSE); in stab_xcoff_builtin_type()
3372 rettype = debug_make_int_type (dhandle, 4, FALSE); in stab_xcoff_builtin_type()
3376 rettype = debug_make_int_type (dhandle, 1, TRUE); in stab_xcoff_builtin_type()
3380 rettype = debug_make_int_type (dhandle, 1, FALSE); in stab_xcoff_builtin_type()
3384 rettype = debug_make_int_type (dhandle, 2, TRUE); in stab_xcoff_builtin_type()
3388 rettype = debug_make_int_type (dhandle, 4, TRUE); in stab_xcoff_builtin_type()
3392 rettype = debug_make_int_type (dhandle, 4, TRUE); in stab_xcoff_builtin_type()
[all …]
H A Dwrstabs.c2087 char *rettype, *buf; in stab_start_function() local
2091 rettype = stab_pop_type (info); in stab_start_function()
2093 buf = (char *) xmalloc (strlen (name) + strlen (rettype) + 3); in stab_start_function()
2096 rettype); in stab_start_function()
/openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A DConfigure.pm829 my $rettype = undef;
837 $rettype = $_; # Great, we found the return type.
843 if(!defined($rettype) and $checkreturnnil) {
866 if(@args>0 and !defined($rettype)) {
869 $rettype = $_; # Great, we found the return type.
875 print "Return type: $rettype\nArguments: ",join(",",@args),"\n";
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dstabs.c3347 debug_type rettype; in stab_xcoff_builtin_type() local
3364 rettype = debug_make_int_type (dhandle, 4, FALSE); in stab_xcoff_builtin_type()
3368 rettype = debug_make_int_type (dhandle, 1, FALSE); in stab_xcoff_builtin_type()
3372 rettype = debug_make_int_type (dhandle, 2, FALSE); in stab_xcoff_builtin_type()
3376 rettype = debug_make_int_type (dhandle, 4, FALSE); in stab_xcoff_builtin_type()
3380 rettype = debug_make_int_type (dhandle, 1, TRUE); in stab_xcoff_builtin_type()
3384 rettype = debug_make_int_type (dhandle, 1, FALSE); in stab_xcoff_builtin_type()
3388 rettype = debug_make_int_type (dhandle, 2, TRUE); in stab_xcoff_builtin_type()
3392 rettype = debug_make_int_type (dhandle, 4, TRUE); in stab_xcoff_builtin_type()
3396 rettype = debug_make_int_type (dhandle, 4, TRUE); in stab_xcoff_builtin_type()
[all …]
H A Dwrstabs.c2089 char *rettype, *buf; in stab_start_function() local
2093 rettype = stab_pop_type (info); in stab_start_function()
2095 buf = (char *) xmalloc (strlen (name) + strlen (rettype) + 3); in stab_start_function()
2098 rettype); in stab_start_function()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A Darm_mve_defs.td521 multiclass IntrinsicMX<Type rettype, dag arguments, dag cg,
530 def : Intrinsic<rettype, !con((args rettype:$inactive), arguments), cg>,
539 def : Intrinsic<rettype, arguments, (seq (undef rettype):$inactive, cg)>,
548 multiclass IntrinsicMXNameOverride<Type rettype, dag arguments, dag cg,
554 Intrinsic<rettype, !con((args rettype:$inactive), arguments), cg>,
561 Intrinsic<rettype, arguments, (seq (undef rettype):$inactive, cg)>,
/openbsd-src/gnu/gcc/gcc/
H A Dstub-objc.c207 objc_build_method_signature (tree ARG_UNUSED (rettype), in objc_build_method_signature() argument
H A Dtree.c5307 tree rettype, in build_method_type_directly() argument
5318 TREE_TYPE (t) = rettype; in build_method_type_directly()
5328 hashcode = iterative_hash_object (TYPE_HASH (rettype), hashcode); in build_method_type_directly()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dtree.c392 build_cplus_method_type (basetype, rettype, argtypes) in build_cplus_method_type() argument
393 tree basetype, rettype, argtypes; in build_cplus_method_type()
403 TREE_TYPE (t) = rettype;
414 hashcode = TYPE_HASH (basetype) + TYPE_HASH (rettype) +
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp4175 QualType rettype; in evaluateExpr() local
4256 rettype = CC->getType(); in evaluateExpr()
4257 if (rettype.getAsString() == "CFStringRef" && in evaluateExpr()
4276 rettype = callExpr->getCallReturnType(ctx); in evaluateExpr()
4278 if (rettype->isVectorType() || callExpr->getNumArgs() > 1) in evaluateExpr()
4281 if (rettype->isIntegralType(ctx) || rettype->isRealFloatingType()) { in evaluateExpr()
4285 } else if (rettype.getAsString() == "CFStringRef") { in evaluateExpr()
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp950 #define STDCXX_INTERCEPTOR(rettype, name, ...) \ argument
951 extern "C" rettype INTERFACE_ATTRIBUTE name(__VA_ARGS__)
/openbsd-src/gnu/gcc/gcc/cp/
H A Dparser.c17567 tree rettype, kwdparms, optparms; in cp_parser_objc_method_signature() local
17571 rettype = cp_parser_objc_typename (parser); in cp_parser_objc_method_signature()
17575 return objc_build_method_signature (rettype, kwdparms, optparms, ellipsis); in cp_parser_objc_method_signature()
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.c727 objc_build_method_signature (tree rettype, tree selector, in objc_build_method_signature() argument
730 return build_method_decl (objc_inherit_code, rettype, selector, in objc_build_method_signature()
/openbsd-src/gnu/usr.bin/binutils/gdb/doc/
H A Dgdbint.texinfo3652 type @var{rettype}, return which return-value convention that function
3683 then the replacement of @var{rettype} with @code{struct value}