Searched refs:defs (Results 101 - 125 of 160) sorted by relevance

1234567

/netbsd-6-1-5-RELEASE/tools/gcc/
H A Dmknative-gcc59 } | write_mk $_OUTDIRBASE/lib/libg2c3/arch/$MACHINE_ARCH/defs.mk
416 } | write_mk $_OUTDIRBASE/lib/lib$_subdir/libgcov/arch/$MACHINE_ARCH/defs.mk
439 | write_mk $_OUTDIRBASE/$_libibertydir/defs.mk
490 } | write_mk $_OUTDIRBASE/lib/$_subdir/defs.mk
546 } | write_mk $_OUTDIRBASE/lib/$_subdir/arch/$MACHINE_ARCH/defs.mk
620 } | write_mk $_OUTDIRBASE/usr.bin/$_subdir/arch/$MACHINE_ARCH/defs.mk
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Ddf.h336 instruction. These are factored into individual uses and defs but
372 the eq_uses and the defs. These chains go thru the refs
421 /* Union of the different kinds of defs/uses placeholders. */
436 df_ref *defs; /* Head of insn-def chain. */ member in struct:df_insn_info
488 for the defs. This structure is only contains the refs within the
510 for the uses, one for the eq_uses and one for the defs. */
592 uses and defs as well as refs in eq notes are ignored. If the
698 with df_set_blocks, these macros will only find the uses and defs
744 #define DF_INSN_INFO_DEFS(II) ((II)->defs)
759 #define DF_INSN_UID_DEFS(INSN) (DF_INSN_UID_GET(INSN)->defs)
[all...]
H A Dtree-ssa-operands.c375 /* Adds OP to the list of defs after LAST. */
1087 def_optype_p defs = gimple_def_ops (stmt), last_def; local
1090 if (defs)
1092 for (last_def = defs; last_def->next; last_def = last_def->next)
1095 gimple_ssa_operands (cfun)->free_defs = defs;
H A Dtree-ssa-operands.h135 def_optype_p defs; member in struct:ssa_operand_iterator_d
H A Ddf-scan.c215 df_scan_free_ref_vec (insn_info->defs);
307 /* Record defs within INSN. */
314 /* Get rid of any artificial uses or defs. */
445 fprintf (file, ";; entry block defs \t");
695 /* ENTRY and EXIT blocks have special defs/uses. */
1010 df_ref_compress_rec (&insn_rec->defs, ref);
1173 if (insn_info->defs)
1179 df_ref_chain_delete_du_chain (insn_info->defs);
1184 df_ref_chain_delete (insn_info->defs);
1257 insn_info->defs
[all...]
H A Dgenattrtab.c205 static struct insn_def *defs; variable in typeref:struct:insn_def
1122 for (id = defs; id; id = id->next)
1429 for (id = defs; id; id = id->next)
3068 id->next = defs;
3069 defs = id;
4551 for (id = defs; id; id = id->next)
4557 for (id = defs; id; id = id->next)
/netbsd-6-1-5-RELEASE/usr.bin/config/
H A Dgram.y51 #include "defs.h"
739 struct nvlist *defs = adefs;
748 p = &defs;
758 return defs;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/lib/
H A Dobj-c++.exp25 load_lib gcc-defs.exp
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/lib/
H A Dobj-c++.exp25 load_lib gcc-defs.exp
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/
H A DMakefile.am79 EXTRA_DIST = asm-defs.m4 cpp-ccas m4-ccas $(TARG_DIST)
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c/
H A Dmacros.h33 #include <atf-c/defs.h>
/netbsd-6-1-5-RELEASE/external/public-domain/xz/lib/
H A DMakefile27 LDFLAGS+= -Wl,-z,defs
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/devices/grops/
H A Dps.cpp558 string defs; member in class:ps_printer
1477 defs += '\0';
1478 out.special(defs.contents());
1649 defs += arg;
1651 defs += '\n';
1677 defs += arg;
1679 defs += '\n';
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A DMakefile.am442 $(srcdir)/config/bfin-aux.h $(srcdir)/config/bfin-defs.h \
450 bfin-lex.@OBJEXT@: bfin-lex.c bfin-parse.h $(srcdir)/config/bfin-defs.h
465 rx-parse.@OBJEXT@: rx-parse.c rx-parse.h $(srcdir)/config/rx-defs.h \
468 rx-defs.h: ; @true
469 $(srcdir)/config/rx-defs.h: ; @true
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/ldaptcl/
H A Dconfigure1188 cat > conftest.defs <<\EOF
1195 DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
1196 rm -f conftest.defs
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/sh/
H A Dgencode.c39 char *defs; member in struct:__anon2081
3069 /* Do the defs. */
3071 for (r = p->defs; *r; r++)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libobjc/objc/
H A Dobjc-api.h170 void *defs[1]; /* Variable array of pointers. member in struct:objc_symtab
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/regression/rand/assoc/
H A Dcontainer_rand_regression_test.h100 defs();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-ssa-operands.h189 def_optype_p defs; member in struct:ssa_operand_iterator_d
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libobjc/objc/
H A Dobjc-api.h178 void *defs[1]; /* Variable array of pointers. member in struct:objc_symtab
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/nslint-2.1a3/
H A Dconfigure1686 cat > conftest.defs <<\EOF
1693 DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
1694 rm -f conftest.defs
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/usr.bin/backend/
H A DMakefile169 optionlist: ${G_ALL_OPT_FILES} ${GCCARCH}/defs.mk Makefile ${DIST}/gcc/opt-gather.awk
/netbsd-6-1-5-RELEASE/gnu/usr.bin/gcc4/backend/
H A DMakefile158 optionlist: ${G_ALL_OPT_FILES} ${GCCARCH}/defs.mk Makefile ${DIST}/gcc/opt-gather.awk
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/named/
H A Dmain.c388 set_flags(const char *arg, struct flag_def *defs, unsigned int *ret) { argument
396 for (def = defs; def->name != NULL; def++) {
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/
H A DMakefile.am863 $(srcdir)/emulparams/elf32bmipn32-defs.sh $(ELF_DEPS) \
876 $(srcdir)/emulparams/elf32bmipn32-defs.sh $(ELF_DEPS) \
978 $(srcdir)/emulparams/elf32bmipn32-defs.sh $(ELF_DEPS) \
1833 $(srcdir)/emulparams/elf64bmip-defs.sh \
1834 $(srcdir)/emulparams/elf32bmipn32-defs.sh $(ELF_DEPS) \
1839 $(srcdir)/emulparams/elf64bmip-defs.sh \
1840 $(srcdir)/emulparams/elf32bmipn32-defs.sh $(ELF_DEPS) \
1852 $(srcdir)/emulparams/elf64btsmip.sh $(srcdir)/emulparams/elf64bmip-defs.sh \
1853 $(srcdir)/emulparams/elf32bmipn32-defs.sh $(ELF_DEPS) \

Completed in 372 milliseconds

1234567