| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeGenInstruction.cpp | 471 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()
|
| H A D | GlobalISelEmitter.cpp | 2287 bool Unset; in emitI64ImmPredicateFns() local 2289 !R->getValueAsBitOrUnset("IsAPFloat", Unset) && in emitI64ImmPredicateFns() 2303 bool Unset; in emitAPFloatImmPredicateFns() local 2305 R->getValueAsBitOrUnset("IsAPFloat", Unset); in emitAPFloatImmPredicateFns()
|
| H A D | GlobalISelMatchTable.cpp | 786 bool Unset = false; in updateGISelFlag() local 787 bool Value = R->getValueAsBitOrUnset("GIIgnoreCopies", Unset); in updateGISelFlag() 788 if (!Unset) in updateGISelFlag()
|
| H A D | CodeGenDAGPatterns.cpp | 1174 bool Unset; in immCodeUsesAPFloat() local 1177 Unset); in immCodeUsesAPFloat() 1182 bool Unset; in isPredefinedPredicateEqualTo() local 1184 getOrigPatFragRecord()->getRecord()->getValueAsBitOrUnset(Field, Unset); in isPredefinedPredicateEqualTo() 1185 if (Unset) in isPredefinedPredicateEqualTo()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBEnvironment.h | 117 bool Unset(const char *name);
|
| /freebsd-14.2/contrib/llvm-project/lld/COFF/ |
| H A D | Config.h | 45 Unset, enumerator 71 ExportSource source = ExportSource::Unset;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBEnvironment.cpp | 85 bool SBEnvironment::Unset(const char *name) { in Unset() function in SBEnvironment
|
| /freebsd-14.2/share/mk/ |
| H A D | src.sys.obj.mk | 111 .error Cannot use MAKEOBJDIR=${MAKEOBJDIR}${.newline}Unset MAKEOBJDIR to get default: MAKEOBJDIR='…
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 3632 enum { Unset = -1 }; enumerator 3705 if (A->Provenance[BitIdx] != BitPart::Unset && in collectBitParts() 3706 B->Provenance[BitIdx] != BitPart::Unset && in collectBitParts() 3710 if (A->Provenance[BitIdx] == BitPart::Unset) in collectBitParts() 3741 P.insert(P.begin(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts() 3744 P.insert(P.end(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts() 3770 Result->Provenance[BitIdx] = BitPart::Unset; in collectBitParts() 3786 Result->Provenance[BitIdx] = BitPart::Unset; in collectBitParts() 3924 [](int8_t I) { return I == BitPart::Unset || 0 <= I; }) && in recognizeBSwapOrBitReverseIdiom() 3929 if (BitProvenance.back() == BitPart::Unset) { in recognizeBSwapOrBitReverseIdiom() [all …]
|
| /freebsd-14.2/contrib/tcsh/ |
| H A 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
|
| H A D | Fixes | 1672 HOME, TERM, PATH, SHLVL, USER and their csh counterparts. Unset affects
|
| /freebsd-14.2/sys/contrib/openzfs/etc/zfs/ |
| H A D | zfs-functions.in | 350 # Unset all MTAB_* variables 394 # Unset all FSTAB_* variables
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | ERR_get_error.pod | 97 Unset data is indicated as "".
|
| /freebsd-14.2/contrib/tcpdump/ |
| H A D | configure.ac | 601 # 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
|
| H A 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-14.2/usr.sbin/bsdconfig/share/ |
| H A D | struct.subr | 149 # Unset the collection of environment variables and accessor-function
|
| H A D | sysrc.subr | 69 # Unset all environment variables in the current scope. An optional list of
|
| /freebsd-14.2/usr.sbin/bsdconfig/startup/share/ |
| H A D | rcconf.subr | 190 # Unset variables we don't want reported
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | Record.cpp | 3093 bool Record::getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const { in getValueAsBitOrUnset() 3100 Unset = true; in getValueAsBitOrUnset() 3103 Unset = false; in getValueAsBitOrUnset()
|
| /freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangAttrEmitter.cpp | 2096 bool Unset; in isAttributedSupported() local 2098 Attribute.getValueAsBitOrUnset("PragmaAttributeSupport", Unset); in isAttributedSupported() 2099 if (!Unset) in isAttributedSupported()
|
| /freebsd-14.2/contrib/libpcap/ |
| H A D | configure.ac | 463 # 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-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 1948 bool getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const;
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 24270 result = (bool)(arg1)->Unset((char const *)arg2); in _wrap_SBEnvironment_Unset()
|
| /freebsd-14.2/contrib/ncurses/misc/ |
| H A D | terminfo.src | 13898 # mode... Unset insert character so insert mode works
|