Searched refs:use (Results 126 - 150 of 204) sorted by relevance

123456789

/freebsd-9.3-release/release/picobsd/tinyware/msh/
H A Dsh4.c313 err("cannot use ${...=...} with $n");
/freebsd-9.3-release/share/mk/
H A Dsys.mk29 # The rules below use this macro to distinguish between Posix-compliant
349 # By default bmake does *not* use set -e
/freebsd-9.3-release/sys/boot/i386/kgzldr/
H A Dcrt.s5 # Redistribution and use in source and binary forms, with or without
/freebsd-9.3-release/sys/boot/i386/mbr/
H A Dmbr.s5 # Redistribution and use in source and binary forms are freely
/freebsd-9.3-release/sys/boot/pc98/boot0/
H A Dboot0.s6 # Redistribution and use in source and binary forms, with or without
/freebsd-9.3-release/sys/boot/pc98/boot0.5/
H A Dboot0.5.s6 # Redistribution and use in source and binary forms, with or without
H A Dputssjis.s6 # Redistribution and use in source and binary forms, with or without
H A Dboot.s6 # Redistribution and use in source and binary forms, with or without
H A Dsyscons.s6 # Redistribution and use in source and binary forms, with or without
/freebsd-9.3-release/sys/boot/pc98/kgzldr/
H A Dcrt.s5 # Redistribution and use in source and binary forms, with or without
/freebsd-9.3-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex138 its internals. In practice that means we must not use pointers
144 practice this means limiting the use of internal offsets in the blob
217 the kernel must not use\footnote{Usually such ranges contain some data
251 also use OF conventions for the tree on other systems.
406 for building a blob for the device tree in use by the currently
414 straightforward use of \dtc is to compile from ``source'' to
524 various embedded boards to use the flattened device tree.
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-live.c409 tree dest, use; local
455 FOR_EACH_SSA_TREE_OPERAND (use , stmt, iter, SSA_OP_USE)
457 register_ssa_partition (map, use, true);
460 bitmap_set_bit (used_in_real_ops, DECL_UID (SSA_NAME_VAR (use)));
475 FOR_EACH_SSA_TREE_OPERAND (use, stmt, iter,
479 DECL_UID (SSA_NAME_VAR (use)));
1060 /* Reset the out_of_ssa_tag flag on each variable for later use. */
H A Ddf-scan.c658 the def-use or use-def chain if it exists. Returns the next ref in
688 /* Delete any def-use or use-def chains that start here. */
714 /* Unlink REF from all def-use/use-def chains, etc. */
832 struct df_ref *use;
854 use = bb_info->artificial_uses;
855 while (use)
856 use
829 struct df_ref *use; local
[all...]
H A Dtree-ssa-pre.c72 generation of values/expressions by a given block. We use them
124 unique number for each value number in use. This allows
141 expressions for use in the ANTIC sets, the EXP_GEN set, etc.
175 whether the value is present is a set. We use a per-set bitmap for
320 and hash tables, so we use alloc pools for them. */
1408 we won't look them up that way, or use the result, anyway. */
1671 XXX: It would be nice to either write a set_clear, and use it for
1884 tree use = USE_FROM_PTR (usep); local
1886 SSA_NAME_VERSION (use));
1895 SSA_NAME_VERSION (use));
2009 tree use = USE_FROM_PTR (usep); local
3705 tree use; local
[all...]
H A Dtree-inline.c765 When cloning or versioning, use the hashtable in
766 cfun, and just copy the EH number. When inlining, use the
876 use that instead of the main copy. */
1020 to just use the argument value. */
1097 /* We want to use MODIFY_EXPR, not INIT_EXPR here so that we
1166 The USE_STMT is filled to contain a use of the declaration to
1186 tree var, use; local
1211 use = NULL;
1223 /* We can't use MODIFY_DEST if there's type promotion involved. */
1259 use
[all...]
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsol2-c1.asm14 ! those programs without any restriction coming from the use of this
/freebsd-9.3-release/contrib/llvm/lib/Support/Unix/
H A DSignals.inc313 // FIXME: When we move to C++11, use %t length modifier. It's not in
/freebsd-9.3-release/contrib/one-true-awk/
H A DFIXES5 Permission to use, copy, modify, and distribute this software and
52 /pat/, \n /pat/ {...} is now legal, though bad style to use.
230 i have rescinded the attempt to use strcoll in expanding shorthands in
446 error; use a newer version or switch to bison, since sgi
682 Regression tests now use private echo, to avoid quoting problems.
733 use RAND_MAX instead of literal in builtin().
784 fixed sleazy test for integrality in getsval; use modf.
804 changed struct rrow (awk.h) to use long instead of int for lval,
950 Fixed %c: if expr is numeric, use numeric value;
/freebsd-9.3-release/sys/boot/i386/boot0/
H A Dboot0.S7 * Redistribution and use in source and binary forms are freely
21 #ifdef SIO /* use serial console on COM1. */
67 * e.g. which partitions to enable, the timeout, the use of LBA
95 * Some boot code (e.g. syslinux) use this info to relocate
97 * NOTE: the use of %si is not a standard.
220 * If the 'setdrv' flag is set in the boot sector, use the drive
229 jz save_curdrive # no, use the default
242 * Whatever drive we decided to use, store it at (%bp). The byte
258 * and beyond a 256 byte boundary. We use the latter trick to check for
278 * bytes ahead. We use
[all...]
/freebsd-9.3-release/sys/conf/
H A Dkern.pre.mk59 # This hack lets us use the OpenBSD altq code without spamming a new
/freebsd-9.3-release/contrib/bmake/mk/
H A Dgendirdeps.mk6 # Redistribution and use in source and binary forms, with or without
210 # anything we use from an object dir other than ours
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp134 LazyInitialize(BT_open, "Improper use of 'open'");
182 LazyInitialize(BT_pthreadOnce, "Improper use of 'pthread_once'");
194 // they're more basic and valuable for widespread use.
/freebsd-9.3-release/usr.sbin/ip6addrctl/
H A Dip6addrctl.c7 * Redistribution and use in source and binary forms, with or without
182 (unsigned long long)pol->use);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCleanup.cpp531 llvm::Use &use = i.getUse(); local
534 use.set(unreachableBB);
537 llvm::SwitchInst *si = cast<llvm::SwitchInst>(use.getUser());
1085 // use the outermost conditional branch.
/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl.c505 struct named_label_use_entry *use;
507 for (use = ent->uses; use ; use = use->next)
508 if (use->binding_level == bl)
510 use->binding_level = obl;
511 use->names_in_scope = obl->names;
513 use->in_omp_scope = true;
564 /* We used to use KEE
502 struct named_label_use_entry *use; local
2423 check_previous_goto(tree decl, struct named_label_use_entry *use) argument
2587 struct named_label_use_entry *use; local
[all...]

Completed in 395 milliseconds

123456789