| /openbsd-src/gnu/llvm/llvm/bindings/python/llvm/ |
| H A D | object.py | 430 library.LLVMCreateObjectFile.argtypes = [MemoryBuffer] 433 library.LLVMDisposeObjectFile.argtypes = [ObjectFile] 435 library.LLVMGetSections.argtypes = [ObjectFile] 438 library.LLVMDisposeSectionIterator.argtypes = [c_object_p] 440 library.LLVMIsSectionIteratorAtEnd.argtypes = [ObjectFile, c_object_p] 443 library.LLVMMoveToNextSection.argtypes = [c_object_p] 445 library.LLVMMoveToContainingSection.argtypes = [c_object_p, c_object_p] 447 library.LLVMGetSymbols.argtypes = [ObjectFile] 450 library.LLVMDisposeSymbolIterator.argtypes = [c_object_p] 452 library.LLVMIsSymbolIteratorAtEnd.argtypes = [ObjectFile, c_object_p] [all …]
|
| H A D | core.py | 452 library.LLVMInitializeCore.argtypes = [PassRegistry] 455 library.LLVMInitializeTransformUtils.argtypes = [PassRegistry] 458 library.LLVMInitializeScalarOpts.argtypes = [PassRegistry] 461 library.LLVMInitializeVectorization.argtypes = [PassRegistry] 464 library.LLVMInitializeInstCombine.argtypes = [PassRegistry] 467 library.LLVMInitializeIPO.argtypes = [PassRegistry] 470 library.LLVMInitializeAnalysis.argtypes = [PassRegistry] 473 library.LLVMInitializeCodeGen.argtypes = [PassRegistry] 476 library.LLVMInitializeTarget.argtypes = [PassRegistry] 479 library.LLVMShutdown.argtypes = [] [all …]
|
| H A D | disassembler.py | 149 library.LLVMCreateDisasm.argtypes = [c_char_p, c_void_p, c_int, 153 library.LLVMDisasmDispose.argtypes = [Disassembler] 155 library.LLVMDisasmInstruction.argtypes = [Disassembler, POINTER(c_ubyte), 159 library.LLVMSetDisasmOptions.argtypes = [Disassembler, c_uint64]
|
| H A D | bit_reader.py | 27 library.LLVMParseBitcode2.argtypes = [MemoryBuffer, POINTER(c_object_p)]
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | gen_syscall_emulator.pl | 118 if !$s{argtypes} && ($s{args}[-1] || '') eq '...'; 129 if ($s{argtypes}) { 130 if (@{ $s{argtypes} } > 1) { 139 } @{ $s{argtypes} }; 141 if (@{ $s{argtypes} }) { 144 @{ $s{argtypes} }; 147 @{ $s{argtypes} }; 195 $s{$_}{argtypes} = $a{$_} for grep { $a{$_} } keys %s;
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | stabs.c | 2565 char *argtypes; in parse_stab_members() local 2605 argtypes = savestring (*pp, p - *pp); in parse_stab_members() 2712 if (strncmp (argtypes, name, strlen (name)) != 0) in parse_stab_members() 2735 physname = argtypes; in parse_stab_members() 2750 tagname, return_type, argtypes, in parse_stab_members() 2818 const char *argtypes, bfd_boolean constp, in parse_stab_argtypes() argument 2830 is_full_physname_constructor = ((argtypes[0] == '_' in parse_stab_argtypes() 2831 && argtypes[1] == '_' in parse_stab_argtypes() 2832 && (ISDIGIT (argtypes[2]) in parse_stab_argtypes() 2833 || argtypes[2] == 'Q' in parse_stab_argtypes() [all …]
|
| H A D | ChangeLog-9197 | 1590 (struct debug_method_variant): Rename argtypes to physname. 1595 (debug_make_method_variant): Rename argtypes to physname. 1627 (pr_class_method_variant): Rename argtypes parameter to physname.
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | stabs.c | 2563 char *argtypes; in parse_stab_members() local 2603 argtypes = savestring (*pp, p - *pp); in parse_stab_members() 2710 if (strncmp (argtypes, name, strlen (name)) != 0) in parse_stab_members() 2733 physname = argtypes; in parse_stab_members() 2748 tagname, return_type, argtypes, in parse_stab_members() 2816 const char *argtypes, bfd_boolean constp, in parse_stab_argtypes() argument 2827 is_full_physname_constructor = ((argtypes[0] == '_' in parse_stab_argtypes() 2828 && argtypes[1] == '_' in parse_stab_argtypes() 2829 && (ISDIGIT (argtypes[2]) in parse_stab_argtypes() 2830 || argtypes[2] == 'Q' in parse_stab_argtypes() [all …]
|
| H A D | ChangeLog-9197 | 1590 (struct debug_method_variant): Rename argtypes to physname. 1595 (debug_make_method_variant): Rename argtypes to physname. 1627 (pr_class_method_variant): Rename argtypes parameter to physname.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | call.c | 1625 args, argtypes, flags) in build_builtin_candidate() argument 1627 tree fnname, type1, type2, *args, *argtypes; 1645 t = implicit_conversion (types[i], argtypes[i], args[i], flags); 1662 t = implicit_conversion (boolean_type_node, argtypes[2], args[2], flags); 1712 args, argtypes, flags) in add_builtin_candidate() argument 1715 tree fnname, type1, type2, *args, *argtypes; 2097 (candidates, fnname, type1, type1, args, argtypes, flags); 2099 (candidates, fnname, type2, type2, args, argtypes, flags); 2104 (candidates, fnname, type1, type2, args, argtypes, flags); 2140 tree type, argtypes[3]; local [all …]
|
| H A D | tree.c | 392 build_cplus_method_type (basetype, rettype, argtypes) in build_cplus_method_type() argument 393 tree basetype, rettype, argtypes; in build_cplus_method_type() 408 argtypes = tree_cons (NULL_TREE, ptype, argtypes); 409 TYPE_ARG_TYPES (t) = argtypes; 410 TREE_SIDE_EFFECTS (argtypes) = 1; /* Mark first argtype as "artificial". */ 415 type_hash_list (argtypes);
|
| H A D | decl.c | 13194 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (decl)); local 13202 for (argtype = argtypes, arity = 0; 13306 tree p = argtypes; 13412 && ! same_type_p (TREE_VALUE (TREE_CHAIN (argtypes)), integer_type_node)) 13438 tree arg = TREE_VALUE (argtypes); 13501 for (; argtypes && argtypes != void_list_node; 13502 argtypes = TREE_CHAIN (argtypes)) 13503 if (TREE_PURPOSE (argtypes)) 13505 TREE_PURPOSE (argtypes) = NULL_TREE;
|
| H A D | ChangeLog.1 | 6259 require values for 'fn' and 'argtypes', add warning to comment 6262 (grok_op_properties): Don't pass values for fn and argtypes. 6263 * pt.c (instantiate_template): Don't pass values for fn and argtypes. 7100 extern "C" function, keep the type (for the argtypes).
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | call.c | 1536 tree type1, tree type2, tree *args, tree *argtypes, in build_builtin_candidate() argument 1556 t = implicit_conversion (types[i], argtypes[i], args[i], in build_builtin_candidate() 1574 t = implicit_conversion (boolean_type_node, argtypes[2], args[2], in build_builtin_candidate() 1625 tree type2, tree *args, tree *argtypes, int flags) in add_builtin_candidate() argument 2002 (candidates, fnname, type1, type1, args, argtypes, flags); in add_builtin_candidate() 2004 (candidates, fnname, type2, type2, args, argtypes, flags); in add_builtin_candidate() 2009 (candidates, fnname, type1, type2, args, argtypes, flags); in add_builtin_candidate() 2042 tree type, argtypes[3]; in add_builtin_candidates() local 2052 argtypes[i] = lvalue_type (args[i]); in add_builtin_candidates() 2054 argtypes[i] = NULL_TREE; in add_builtin_candidates() [all …]
|
| H A D | decl.c | 5790 tree argtypes = tree_cons (NULL_TREE, TREE_TYPE (guard_addr), in expand_static_init() local 5792 tree vfntype = build_function_type (void_type_node, argtypes); in expand_static_init() 5794 (acquire_fn, build_function_type (integer_type_node, argtypes)); in expand_static_init() 9191 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (decl)); in grok_op_properties() local 9201 for (argtype = argtypes, arity = 0; in grok_op_properties() 9317 for (p = argtypes; p && p != void_list_node; p = TREE_CHAIN (p)) in grok_op_properties() 9435 && ! same_type_p (TREE_VALUE (TREE_CHAIN (argtypes)), integer_type_node)) in grok_op_properties() 9462 tree arg = TREE_VALUE (argtypes); in grok_op_properties() 9527 for (; argtypes && argtypes != void_list_node; in grok_op_properties() 9528 argtypes = TREE_CHAIN (argtypes)) in grok_op_properties() [all …]
|
| H A D | ChangeLog-1994 | 2819 require values for 'fn' and 'argtypes', add warning to comment 2822 (grok_op_properties): Don't pass values for fn and argtypes. 2823 * pt.c (instantiate_template): Don't pass values for fn and argtypes. 3660 extern "C" function, keep the type (for the argtypes).
|
| /openbsd-src/gnu/usr.bin/perl/utils/ |
| H A D | h2xs.PL | 1542 my @argtypes = map { normalize_type( $_->[0], 1 ) } @$args; 1544 s/^\s*const\b\s*// for @argtypes; 1548 if ($numargs and $argtypes[-1] eq '...') { 1563 $argtypes[$arg] $argnames[$arg]$argarrays[$arg]
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | gdbtypes.c | 1517 struct field *argtypes; in check_stub_method() local 1556 argtypes = (struct field *) in check_stub_method() 1566 argtypes[0].type = lookup_pointer_type (type); in check_stub_method() 1582 argtypes[argcount].type = in check_stub_method() 1607 TYPE_FIELDS (mtype) = argtypes; in check_stub_method()
|
| /openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ |
| H A D | ParseXS.pod | 114 =item B<argtypes>
|
| H A D | ParseXS.pm | 98 argtypes => 1, 340 if $self->{argtypes} 384 if ($self->{argtypes} and $orig_args =~ /\S/) {
|
| /openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
| H A D | gdbclientutils.py | 451 libc.ptsname.argtypes = (ctypes.c_int,)
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree.c | 5308 tree argtypes) in build_method_type_directly() argument 5323 argtypes = tree_cons (NULL_TREE, ptype, argtypes); in build_method_type_directly() 5324 TYPE_ARG_TYPES (t) = argtypes; in build_method_type_directly() 5329 hashcode = type_hash_list (argtypes, hashcode); in build_method_type_directly() 6849 tree argtypes; in reconstruct_complex_type() local 6853 argtypes = TYPE_ARG_TYPES (type); in reconstruct_complex_type() 6857 TYPE_ARG_TYPES (outer) = argtypes; in reconstruct_complex_type()
|
| /openbsd-src/gnu/gcc/gcc/config/rs6000/ |
| H A D | rs6000-c.c | 2442 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (impl_fndecl)); in altivec_build_resolved_builtin() local 2447 arg_type[i] = TREE_VALUE (argtypes), argtypes = TREE_CHAIN (argtypes); in altivec_build_resolved_builtin()
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/lit/ |
| H A D | TestRunner.py | 488 SHFileOperationW.argtypes = [POINTER(SHFILEOPSTRUCTW)]
|
| /openbsd-src/gnu/llvm/clang/bindings/python/clang/ |
| H A D | cindex.py | 4145 func.argtypes = item[1]
|