Searched refs:types (Results 376 - 400 of 3985) sorted by relevance

<<11121314151617181920>>

/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dgv_fetchmeth.t11 my @types = map { 'gv_fetchmeth' . $_ } '', qw( _sv _pv _pvn );
23 ok !XS::APItest::gv_fetchmeth_type(\%::, $meth, $type, -1, 0), "With level = -1, $types[$type] returns false.";
26 ok !XS::APItest::gv_fetchmeth_type(\%::, $meth, $type, 0, 0), "With level = 0, $types[$type] still returns false.";
57 ::is XS::APItest::gv_fetchmeth_type(\%������������::, "������������������", $type, $level, 0), "*������������::������������������", "$types[$type] is UTF-8 clean";
60 ::is XS::APItest::gv_fetchmeth_type(\%������������::, "������$type", $type, $level, 0), "*������������::������$type", "$types[$type] can fetch UTF-8 constant";
/openbsd-current/gnu/llvm/clang/include/clang/Driver/
H A DInputInfo.h42 types::ID Type;
45 static types::ID GetActionType(const Action *A) {
46 return A != nullptr ? A->getType() : types::TY_Nothing;
54 InputInfo(types::ID _Type, const char *_Filename, const char *_BaseInput)
63 InputInfo(types::ID _Type, const llvm::opt::Arg *_InputArg,
77 types::ID getType() const { return Type; }
/openbsd-current/gnu/llvm/clang/lib/Driver/
H A DAction.cpp174 InputAction::InputAction(const Arg &_Input, types::ID _Type, StringRef _Id)
192 OffloadAction::OffloadAction(const DeviceDependences &DDeps, types::ID Ty)
336 JobAction::JobAction(ActionClass Kind, Action *Input, types::ID Type)
339 JobAction::JobAction(ActionClass Kind, const ActionList &Inputs, types::ID Type)
344 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType)
349 PrecompileJobAction::PrecompileJobAction(Action *Input, types::ID OutputType)
353 types::ID OutputType)
360 ExtractAPIJobAction::ExtractAPIJobAction(Action *Inputs, types::ID OutputType)
365 AnalyzeJobAction::AnalyzeJobAction(Action *Input, types::ID OutputType)
370 MigrateJobAction::MigrateJobAction(Action *Input, types
[all...]
/openbsd-current/usr.bin/mklocale/
H A Dyacc.y37 #include <sys/types.h>
56 rune_map types = { { 0, }, };
161 { set_map(&types, $2, $1); }
380 list->types = xlalloc(run);
382 list->types[i] = flag;
397 list->types = xlalloc(run);
399 list->types[i] = flag;
412 list->types = xlalloc(run);
414 list->types[i] = flag;
454 r->types[
[all...]
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Drdcoff.c75 /* This structure is used to map symbol indices to types. */
81 /* Basic types. */
107 coff_get_slot (struct coff_types *types, int indx)
111 pps = &types->slots;
137 struct coff_types *types, long coff_symno, int ntype,
151 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
157 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
185 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
189 types,
210 slot = coff_get_slot (types, pauxen
106 coff_get_slot(struct coff_types *types, int indx) argument
135 parse_coff_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types, long coff_symno, int ntype, union internal_auxent *pauxent, bfd_boolean useaux, void *dhandle) argument
232 parse_coff_base_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types, long coff_symno, int ntype, union internal_auxent *pauxent, void *dhandle) argument
372 parse_coff_struct_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types, int ntype, union internal_auxent *pauxent, void *dhandle) argument
548 parse_coff_symbol(bfd *abfd ATTRIBUTE_UNUSED, struct coff_types *types, asymbol *sym, long coff_symno, struct internal_syment *psyment, void *dhandle, debug_type type, bfd_boolean within_function) argument
656 struct coff_types types; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Drdcoff.c75 /* This structure is used to map symbol indices to types. */
81 /* Basic types. */
107 coff_get_slot (struct coff_types *types, int indx)
111 pps = &types->slots;
137 struct coff_types *types, long coff_symno, int ntype,
151 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
157 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
185 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
189 types,
210 slot = coff_get_slot (types, pauxen
106 coff_get_slot(struct coff_types *types, int indx) argument
135 parse_coff_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types, long coff_symno, int ntype, union internal_auxent *pauxent, bfd_boolean useaux, void *dhandle) argument
232 parse_coff_base_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types, long coff_symno, int ntype, union internal_auxent *pauxent, void *dhandle) argument
372 parse_coff_struct_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types, int ntype, union internal_auxent *pauxent, void *dhandle) argument
548 parse_coff_symbol(bfd *abfd ATTRIBUTE_UNUSED, struct coff_types *types, asymbol *sym, long coff_symno, struct internal_syment *psyment, void *dhandle, debug_type type, bfd_boolean within_function) argument
656 struct coff_types types; local
[all...]
/openbsd-current/gnu/lib/libiberty/src/
H A Dbsearch.c50 #include <sys/types.h> /* size_t */
H A Dunlink-if-ordinary.c42 #include <sys/types.h>
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dgdb_proc_service.h24 #include <sys/types.h>
/openbsd-current/bin/ls/
H A Dutil.c36 #include <sys/types.h>
/openbsd-current/games/mille/
H A DMakefile5 roll.c save.c types.c varpush.c
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dtsystem.h75 #include <sys/types.h>
/openbsd-current/gnu/usr.bin/cvs/windows-NT/
H A Dndir.h19 #include <sys/types.h> /* ino_t definition */
/openbsd-current/sys/arch/alpha/stand/netboot/
H A Dconf.c4 #include <sys/types.h>
/openbsd-current/sys/arch/hppa/stand/libsa/
H A Dtime.c29 #include <sys/types.h>
/openbsd-current/lib/libc/gen/
H A Disfinite.c18 #include <sys/types.h>
H A Disnormal.c18 #include <sys/types.h>
H A Dnice.c30 #include <sys/types.h>
/openbsd-current/lib/libc/net/
H A Dgetpeereid.c19 #include <sys/types.h>
H A Dinet_ntoa.c35 #include <sys/types.h>
/openbsd-current/lib/libc/rpc/
H A Dpmap_prot.c39 #include <rpc/types.h>
/openbsd-current/lib/libc/stdlib/
H A Drand.c31 #include <sys/types.h>
H A Dreallocarray.c18 #include <sys/types.h>
/openbsd-current/lib/libc/yp/
H A Dxdr_ypbind_resp.c28 #include <sys/types.h>
H A Dxdr_ypbind_setdom.c28 #include <sys/types.h>

Completed in 319 milliseconds

<<11121314151617181920>>