| /freebsd-12-stable/contrib/llvm-project/lldb/source/API/ |
| D | SBEnvironment.cpp | 91 bool SBEnvironment::Unset(const char *name) { in Unset() function in SBEnvironment 92 LLDB_RECORD_METHOD(bool, SBEnvironment, Unset, (const char *), name); in Unset() 147 LLDB_REGISTER_METHOD(bool, SBEnvironment, Unset, (const char *)); in RegisterMethods()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/ |
| D | CodeGenInstruction.cpp | 405 bool Unset; in CodeGenInstruction() local 406 mayLoad = R->getValueAsBitOrUnset("mayLoad", Unset); in CodeGenInstruction() 407 mayLoad_Unset = Unset; in CodeGenInstruction() 408 mayStore = R->getValueAsBitOrUnset("mayStore", Unset); in CodeGenInstruction() 409 mayStore_Unset = Unset; in CodeGenInstruction() 411 hasSideEffects = R->getValueAsBitOrUnset("hasSideEffects", Unset); in CodeGenInstruction() 412 hasSideEffects_Unset = Unset; in CodeGenInstruction()
|
| D | CodeGenDAGPatterns.cpp | 1141 bool Unset; in immCodeUsesAPFloat() local 1144 Unset); in immCodeUsesAPFloat() 1149 bool Unset; in isPredefinedPredicateEqualTo() local 1151 getOrigPatFragRecord()->getRecord()->getValueAsBitOrUnset(Field, Unset); in isPredefinedPredicateEqualTo() 1152 if (Unset) in isPredefinedPredicateEqualTo()
|
| D | GlobalISelEmitter.cpp | 5845 bool Unset; in run() local 5846 return !R->getValueAsBitOrUnset("IsAPFloat", Unset) && in run() 5850 bool Unset; in run() local 5851 return R->getValueAsBitOrUnset("IsAPFloat", Unset); in run()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/ |
| D | SBEnvironment.i | 44 bool Unset(const char *name);
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/ |
| D | SBEnvironment.h | 117 bool Unset(const char *name);
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| D | Local.cpp | 2857 enum { Unset = -1 }; enumerator 2930 if (A->Provenance[BitIdx] != BitPart::Unset && in collectBitParts() 2931 B->Provenance[BitIdx] != BitPart::Unset && in collectBitParts() 2935 if (A->Provenance[BitIdx] == BitPart::Unset) in collectBitParts() 2966 P.insert(P.begin(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts() 2969 P.insert(P.end(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts() 2995 Result->Provenance[BitIdx] = BitPart::Unset; in collectBitParts() 3011 Result->Provenance[BitIdx] = BitPart::Unset; in collectBitParts() 3153 [](int8_t I) { return I == BitPart::Unset || 0 <= I; }) && in recognizeBSwapOrBitReverseIdiom() 3157 if (BitProvenance.back() == BitPart::Unset) { in recognizeBSwapOrBitReverseIdiom() [all …]
|
| /freebsd-12-stable/share/mk/ |
| D | src.sys.obj.mk | 112 .error Cannot use MAKEOBJDIR=${MAKEOBJDIR}${.newline}Unset MAKEOBJDIR to get default: MAKEOBJDIR='…
|
| D | local.meta.sys.mk | 82 .error Cannot use MAKEOBJDIR=${MAKEOBJDIR}${.newline}Unset MAKEOBJDIR to get default: MAKEOBJDIR='…
|
| /freebsd-12-stable/contrib/tcsh/ |
| D | FAQ | 81 * Unset edit in tcsh. 87 Unset edit in tcsh. 93 Unset edit in tcsh. Using shelltool instead of cmdtool does not fix
|
| /freebsd-12-stable/usr.sbin/bsdconfig/share/ |
| D | struct.subr | 150 # Unset the collection of environment variables and accessor-function
|
| D | sysrc.subr | 70 # Unset all environment variables in the current scope. An optional list of
|
| /freebsd-12-stable/contrib/gcclibs/libgomp/ |
| D | libgomp.texi | 154 * 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
|
| /freebsd-12-stable/contrib/tcpdump/ |
| D | configure.ac | 54 # Unset ac_cv_header_netinet_if_ether_h so we don't 484 # Unset ac_cv_have_decl_ether_ntohost so we don't
|
| D | configure.in | 54 # Unset ac_cv_header_netinet_if_ether_h so we don't 498 # Unset ac_cv_have_decl_ether_ntohost so we don't
|
| /freebsd-12-stable/usr.sbin/bsdconfig/startup/share/ |
| D | rcconf.subr | 191 # Unset variables we don't want reported
|
| /freebsd-12-stable/contrib/binutils/ld/ |
| D | ChangeLog-2006 | 527 * 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.
|
| /freebsd-12-stable/contrib/libpcap/ |
| D | configure.ac | 409 # Unset ac_cv_have_decl_ether_hostton so we don't 434 # Unset ac_cv_have_decl_ether_hostton so we don't 461 # Unset ac_cv_have_decl_ether_hostton so we don't 489 # Unset ac_cv_have_decl_ether_hostton so we don't
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/ |
| D | Record.cpp | 2619 bool Record::getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const { in getValueAsBitOrUnset() 2626 Unset = true; in getValueAsBitOrUnset() 2629 Unset = false; in getValueAsBitOrUnset()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
| D | InstrRefBasedImpl.cpp | 3018 Unset = 0, in vlocJoin() enumerator 3024 } OurState = Unset; in vlocJoin() 3047 if (OurState == Unset) { in vlocJoin()
|
| /freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/ |
| D | ClangAttrEmitter.cpp | 1949 bool Unset; in isAttributedSupported() local 1951 Attribute.getValueAsBitOrUnset("PragmaAttributeSupport", Unset); in isAttributedSupported() 1952 if (!Unset) in isAttributedSupported()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPC.td | 615 // FIXME: Unset this when no longer needed!
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| D | Record.h | 1756 bool getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const;
|
| /freebsd-12-stable/contrib/gcc/cp/ |
| D | ChangeLog-1995 | 2601 (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
|
| D | ChangeLog-1994 | 396 * 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
|