Home
last modified time | relevance | path

Searched refs:Unset (Results 1 – 25 of 45) sorted by relevance

12

/NextBSD/contrib/llvm/utils/TableGen/
HDCodeGenInstruction.cpp325 bool Unset; in CodeGenInstruction() local
326 mayLoad = R->getValueAsBitOrUnset("mayLoad", Unset); in CodeGenInstruction()
327 mayLoad_Unset = Unset; in CodeGenInstruction()
328 mayStore = R->getValueAsBitOrUnset("mayStore", Unset); in CodeGenInstruction()
329 mayStore_Unset = Unset; in CodeGenInstruction()
330 hasSideEffects = R->getValueAsBitOrUnset("hasSideEffects", Unset); in CodeGenInstruction()
331 hasSideEffects_Unset = Unset; in CodeGenInstruction()
/NextBSD/contrib/tcsh/
HDFAQ100 3. Unset edit in tcsh.
107 Unset edit in tcsh.
114 Unset edit in tcsh. Using shelltool instead of cmdtool does not fix
/NextBSD/share/mk/
HDlocal.meta.sys.mk112 .error Cannot use MAKEOBJDIR=${MAKEOBJDIR}${.newline}Unset MAKEOBJDIR to get default: MAKEOBJDIR='…
/NextBSD/usr.sbin/bsdconfig/share/
HDstruct.subr150 # Unset the collection of environment variables and accessor-function
HDsysrc.subr70 # Unset all environment variables in the current scope. An optional list of
/NextBSD/contrib/gcclibs/libgomp/
HDlibgomp.texi154 * omp_unset_lock:: Unset simple lock
159 * omp_unset_nest_lock:: Unset nested lock
540 @section @code{omp_unset_lock} -- Unset simple lock
684 @section @code{omp_unset_nest_lock} -- Unset nested lock
HDChangeLog1224 lang_link_flags): Unset, so that they aren't inherited from previously
/NextBSD/contrib/llvm/lib/TableGen/
HDRecord.cpp1831 bool Record::getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const { in getValueAsBitOrUnset()
1838 Unset = true; in getValueAsBitOrUnset()
1841 Unset = false; in getValueAsBitOrUnset()
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPC.td389 // FIXME: Unset this when no longer needed!
/NextBSD/usr.sbin/bsdconfig/startup/share/
HDrcconf.subr191 # Unset variables we don't want reported
/NextBSD/contrib/binutils/ld/
HDChangeLog-2006527 * emulparams/bfin.sh (DATA_END_SYMBOLS,END_SYMBOLS): Unset.
800 * emulparams/elf32frvfd.sh (EXTRA_EM_FILE): Unset.
801 * emulparams/mn10300.sh (EXTRA_EM_FILE): Unset.
HDChangeLog-0203109 (DATA_ADDR): Unset.
495 * Makefile.am (POTFILES.in): Unset LC_COLLATE.
/NextBSD/contrib/tcpdump/
HDconfigure.in48 # Unset ac_cv_header_netinet_if_ether_h so we don't
709 # Unset ac_cv_have_decl_ether_ntohost so we don't
/NextBSD/contrib/llvm/tools/clang/utils/TableGen/
HDClangAttrEmitter.cpp48 bool Unset; in FlattenedSpelling() local
49 K = Spelling.getValueAsBitOrUnset("KnownToGCC", Unset); in FlattenedSpelling()
/NextBSD/contrib/libpcap/
HDconfigure.in137 # Unset ac_cv_header_netinet_if_ether_h so we don't
215 # Unset ac_cv_have_decl_ether_hostton so we don't
/NextBSD/contrib/llvm/include/llvm/TableGen/
HDRecord.h1405 bool getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const;
/NextBSD/contrib/gcc/cp/
HDChangeLog-19952601 (import_export_inline): Unset DECL_EXTERNAL at first.
3093 * init.c (build_new): Unset TREE_READONLY on the dereferenced
3642 Unset extension keywords if -fno-gnu-keywords.
3653 * parse.y (primary): Unset got_object after all rules that use the
HDChangeLog-1994396 * pt.c (do_pending_expansions): Unset TREE_PUBLIC on implicit
527 * expr.c (cplus_expand_expr, NEW_EXPR): Unset flag_access_control
942 * decl.c (build_ptrmemfunc_type): Unset IS_AGGR_TYPE on pmf types.
3311 * parse.y (template_instantiate_once): Unset TYPE_BEING_DEFINED
HDChangeLog-1997669 * decl.c (pushtag): Unset DECL_ASSEMBLER_NAME before setting it,
HDChangeLog974 * class.c (check_field_decls): Unset TYPE_PACKED (t) if one of the
1569 * method.c (make_thunk): Unset DECL_USE_TEMPLATE and
/NextBSD/contrib/groff/contrib/groffer/
HDChangeLog580 - Unset the quasi-local function variables before returning.
/NextBSD/contrib/binutils/binutils/
HDChangeLog-0203367 * Makefile.am (POTFILES.in): Unset LC_COLLATE.
/NextBSD/contrib/binutils/opcodes/
HDChangeLog-0203229 * Makefile.am (POTFILES.in): Unset LC_COLLATE.
/NextBSD/contrib/groff/
HDChangeLog634 (html_text::done_para): Unset `start_space'.
638 * src/devices/grohtml/post-html.cpp (html_printer::emit_raw): Unset
/NextBSD/contrib/libreadline/doc/
HDrltech.texi1028 Unset @var{rl_pending_input}, effectively negating the effect of any

12