Searched refs:use (Results 51 - 75 of 324) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/sys/
H A Datomic_common.h10 * Redistribution and use in source and binary forms, with or without
37 #error do not include this header, use machine/atomic.h
/freebsd-11-stable/stand/pc98/btx/lib/
H A Dbtxsys.s5 # Redistribution and use in source and binary forms are freely
/freebsd-11-stable/stand/i386/btx/lib/
H A Dbtxsys.s5 # Redistribution and use in source and binary forms are freely
/freebsd-11-stable/share/mk/
H A Dbsd.libnames.mk69 LIBFL?= "don't use LIBFL, use LIBL"
104 LIBLN?= "don't use LIBLN, use LIBL"
154 LIBTERMLIB?= "don't use LIBTERMLIB, use LIBTERMCAP"
155 LIBTINFO?= "don't use LIBTINFO, use LIBNCURSES"
H A Dsrc.sys.env.mk21 # Top-level installs should not use meta mode as it may prevent installing
H A Dbsd.progs.mk7 # be of use. There is absolutely NO WARRANTY.
9 # use this file is hereby granted provided that
20 # we really only use PROGS below...
50 # Record our meta files for the parent to use.
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUninitializedValues.h29 /// A use of a variable, which might be uninitialized.
41 /// Is this use uninitialized whenever the function is called?
44 /// Is this use uninitialized whenever the variable declaration is reached?
47 /// Does this use always see an uninitialized value?
50 /// This use is always uninitialized if it occurs after any of these branches
65 /// Get the expression containing the uninitialized use.
68 /// The kind of uninitialized use.
70 /// The use might be uninitialized.
73 /// The use is uninitialized whenever a certain branch is taken.
76 /// The use i
110 handleUseOfUninitVariable(const VarDecl *vd, const UninitUse &use) argument
[all...]
/freebsd-11-stable/contrib/gcc/
H A Ddf-core.c36 uninitialized variables, def-use chains, and use-def chains. However,
86 def-use or use-def chains is dependent on solving reaching
134 for every register reference (def or use) and this records the insn
137 also has a chain field that links all the use refs for a def or all
138 the def refs for a use. This is used to create use-def or def-use
145 the linked information such as def use o
971 struct df_ref *use; local
1089 struct df_ref *use; local
[all...]
H A Dtree-ssa-loop-manip.c127 add_exit_phis_edge (basic_block exit, tree use) argument
129 tree phi, def_stmt = SSA_NAME_DEF_STMT (use);
147 phi = create_phi_node (use, exit);
150 add_phi_arg (phi, use, e);
225 find_uses_to_rename_use (basic_block bb, tree use, bitmap *use_blocks, argument
232 if (TREE_CODE (use) != SSA_NAME)
236 if (!is_gimple_reg (use))
239 ver = SSA_NAME_VERSION (use);
240 def_bb = bb_for_stmt (SSA_NAME_DEF_STMT (use));
344 Looking from the outer loop with the normal SSA form, the first use o
390 check_loop_closed_ssa_use(basic_block bb, tree use) argument
[all...]
H A Dtree-ssa-dce.c5 Adapted to use control dependence by Steven Bosscher, SUSE Labs.
93 use a bitmap for each block recording its edges. An array holds the
548 tree use;
555 FOR_EACH_SSA_TREE_OPERAND (use, i, iter, SSA_OP_ALL_USES)
556 mark_operand_necessary (use, false);
607 tree use = USE_FROM_PTR (use_p);
608 mark_operand_necessary (use, true);
614 /* Mark all virtual phis still in use as necessary, and all of their
618 tree use = VEC_pop (tree, worklist);
620 for (i = 0; i < PHI_NUM_ARGS (use);
541 tree use; local
600 tree use = USE_FROM_PTR (use_p); local
611 tree use = VEC_pop (tree, worklist); local
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dsys.clean-env.mk6 # be of use. There is absolutely NO WARRANTY.
8 # use this file is hereby granted provided that
118 # we cannot use the '$$' trick, anymore
H A Dautodep.mk8 # be of use. There is absolutely NO WARRANTY.
10 # use this file is hereby granted provided that
74 # watch out for people who don't use CPPFLAGS
199 # we do not want to trigger building .d's just use them if they exist
H A Dmeta.sys.mk7 # be of use. There is absolutely NO WARRANTY.
9 # use this file is hereby granted provided that
58 # we use the pseudo machine "host" for the build host.
119 # we can afford to use cookies to prevent some targets
H A Djava.mk8 # be of use. There is absolutely NO WARRANTY.
10 # use this file is hereby granted provided that
H A Dmeta.subdir.mk7 # be of use. There is absolutely NO WARRANTY.
9 # use this file is hereby granted provided that
H A Dobj.mk6 # be of use. There is absolutely NO WARRANTY.
8 # use this file is hereby granted provided that
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache-db.sql1 /* rep-cache-db.sql -- schema for use in rep-caching
2 * This is intended for use with SQLite 3
10 * "License"); you may not use this file except in compliance
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/
H A Ddtrace.test.mk43 # Test programs shouldn't be stripped; else we generally can't use the PID
/freebsd-11-stable/lib/libc/sparc64/gen/
H A Dfixunsdfsi.S9 * Redistribution and use in source and binary forms, with or without
69 fbul,a 1f ! if so, use fdtox to convert to long
/freebsd-11-stable/tools/tools/vop_table/
H A Dvop_table.tcl139 set use($fn) 0
141 incr use($nop($t))
178 #puts $fo "<TD>$k</TD><TD><FONT SIZE=-1>$nfn($k)/$use($k)</FONT></TD>"
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dvarmisc.mk47 # slightly contorted syntax to use utc via variable
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp63 DumpValueObjectOptions &DumpValueObjectOptions::SetUseObjectiveC(bool use) { argument
64 m_use_objc = use;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc72 DWORD dwFlags; // Reserved. Do not use.
/freebsd-11-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_wacs.c7 * without limitation the rights to use, copy, modify, merge, publish, *
25 * sale, use or other dealings in this Software without prior written *
113 * If we're running in a UTF-8 locale, will use the Unicode equivalents
/freebsd-11-stable/contrib/gdb/
H A Ddjunpack.bat15 Rem directories, it MUST use backslashes, not forward slashes.
49 echo Remember that %1 cannot use forward slashes, only backslashes.

Completed in 307 milliseconds

1234567891011>>