Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/utils/TableGen/Common/
HDCodeGenInstruction.cpp471 bool Unset; in CodeGenInstruction() local
472 mayLoad = R->getValueAsBitOrUnset("mayLoad", Unset); in CodeGenInstruction()
473 mayLoad_Unset = Unset; in CodeGenInstruction()
474 mayStore = R->getValueAsBitOrUnset("mayStore", Unset); in CodeGenInstruction()
475 mayStore_Unset = Unset; in CodeGenInstruction()
477 hasSideEffects = R->getValueAsBitOrUnset("hasSideEffects", Unset); in CodeGenInstruction()
478 hasSideEffects_Unset = Unset; in CodeGenInstruction()
HDCodeGenDAGPatterns.cpp1171 bool Unset; in immCodeUsesAPFloat() local
1174 Unset); in immCodeUsesAPFloat()
1179 bool Unset; in isPredefinedPredicateEqualTo() local
1181 getOrigPatFragRecord()->getRecord()->getValueAsBitOrUnset(Field, Unset); in isPredefinedPredicateEqualTo()
1182 if (Unset) in isPredefinedPredicateEqualTo()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/API/
HDSBEnvironment.h117 bool Unset(const char *name);
/freebsd-head/contrib/llvm-project/lld/COFF/
HDConfig.h45 Unset, enumerator
72 ExportSource source = ExportSource::Unset;
/freebsd-head/contrib/llvm-project/lldb/source/API/
HDSBEnvironment.cpp85 bool SBEnvironment::Unset(const char *name) { in Unset() function in SBEnvironment
/freebsd-head/share/mk/
HDsrc.sys.obj.mk111 .error Cannot use MAKEOBJDIR=${MAKEOBJDIR}${.newline}Unset MAKEOBJDIR to get default: MAKEOBJDIR='…
/freebsd-head/contrib/tcsh/
HDFAQ81 * Unset edit in tcsh.
87 Unset edit in tcsh.
93 Unset edit in tcsh. Using shelltool instead of cmdtool does not fix
HDFixes1672 HOME, TERM, PATH, SHLVL, USER and their csh counterparts. Unset affects
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLocal.cpp3738 enum { Unset = -1 }; enumerator
3811 if (A->Provenance[BitIdx] != BitPart::Unset && in collectBitParts()
3812 B->Provenance[BitIdx] != BitPart::Unset && in collectBitParts()
3816 if (A->Provenance[BitIdx] == BitPart::Unset) in collectBitParts()
3847 P.insert(P.begin(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts()
3850 P.insert(P.end(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts()
3876 Result->Provenance[BitIdx] = BitPart::Unset; in collectBitParts()
3892 Result->Provenance[BitIdx] = BitPart::Unset; in collectBitParts()
4030 [](int8_t I) { return I == BitPart::Unset || 0 <= I; }) && in recognizeBSwapOrBitReverseIdiom()
4035 if (BitProvenance.back() == BitPart::Unset) { in recognizeBSwapOrBitReverseIdiom()
[all …]
/freebsd-head/sys/contrib/openzfs/etc/zfs/
HDzfs-functions.in351 # Unset all MTAB_* variables
395 # Unset all FSTAB_* variables
/freebsd-head/crypto/openssl/doc/man3/
HDERR_get_error.pod97 Unset data is indicated as "".
/freebsd-head/contrib/tcpdump/
HDconfigure.ac601 # Unset ac_cv_have_decl_ether_ntohost so we don't
626 # Unset ac_cv_have_decl_ether_ntohost so we don't
653 # Unset ac_cv_have_decl_ether_ntohost so we don't
681 # Unset ac_cv_have_decl_ether_ntohost so we don't
HDconfigure.in54 # 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-head/contrib/llvm-project/llvm/utils/TableGen/
HDGlobalISelEmitter.cpp2310 bool Unset; in emitI64ImmPredicateFns() local
2312 !R->getValueAsBitOrUnset("IsAPFloat", Unset) && in emitI64ImmPredicateFns()
2326 bool Unset; in emitAPFloatImmPredicateFns() local
2328 R->getValueAsBitOrUnset("IsAPFloat", Unset); in emitAPFloatImmPredicateFns()
/freebsd-head/usr.sbin/bsdconfig/share/
HDstruct.subr149 # Unset the collection of environment variables and accessor-function
HDsysrc.subr69 # Unset all environment variables in the current scope. An optional list of
/freebsd-head/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
HDGlobalISelMatchTable.cpp809 bool Unset = false; in updateGISelFlag() local
810 bool Value = R->getValueAsBitOrUnset("GIIgnoreCopies", Unset); in updateGISelFlag()
811 if (!Unset) in updateGISelFlag()
/freebsd-head/usr.sbin/bsdconfig/startup/share/
HDrcconf.subr190 # Unset variables we don't want reported
/freebsd-head/contrib/llvm-project/llvm/lib/TableGen/
HDRecord.cpp3093 bool Record::getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const { in getValueAsBitOrUnset()
3100 Unset = true; in getValueAsBitOrUnset()
3103 Unset = false; in getValueAsBitOrUnset()
/freebsd-head/contrib/llvm-project/clang/utils/TableGen/
HDClangAttrEmitter.cpp2181 bool Unset; in isAttributedSupported() local
2183 Attribute.getValueAsBitOrUnset("PragmaAttributeSupport", Unset); in isAttributedSupported()
2184 if (!Unset) in isAttributedSupported()
/freebsd-head/contrib/libpcap/
HDconfigure.ac463 # Unset ac_cv_have_decl_ether_hostton so we don't
488 # Unset ac_cv_have_decl_ether_hostton so we don't
515 # Unset ac_cv_have_decl_ether_hostton so we don't
543 # Unset ac_cv_have_decl_ether_hostton so we don't
/freebsd-head/contrib/llvm-project/llvm/include/llvm/TableGen/
HDRecord.h1948 bool getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const;
/freebsd-head/lib/clang/liblldb/
HDLLDBWrapLua.cpp25613 result = (bool)(arg1)->Unset((char const *)arg2); in _wrap_SBEnvironment_Unset()
/freebsd-head/contrib/ncurses/misc/
HDterminfo.src13898 # mode... Unset insert character so insert mode works