| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A 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-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A 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()
|
| H A 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()
|
| H A 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-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBEnvironment.i | 44 bool Unset(const char *name);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBEnvironment.h | 117 bool Unset(const char *name);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A 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-13.1/share/mk/ |
| H A D | src.sys.obj.mk | 112 .error Cannot use MAKEOBJDIR=${MAKEOBJDIR}${.newline}Unset MAKEOBJDIR to get default: MAKEOBJDIR='…
|
| H A D | local.meta.sys.mk | 82 .error Cannot use MAKEOBJDIR=${MAKEOBJDIR}${.newline}Unset MAKEOBJDIR to get default: MAKEOBJDIR='…
|
| /freebsd-13.1/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-13.1/sys/contrib/openzfs/etc/zfs/ |
| H A D | zfs-functions.in | 349 # Unset all MTAB_* variables 393 # Unset all FSTAB_* variables
|
| /freebsd-13.1/usr.sbin/bsdconfig/share/ |
| H A D | struct.subr | 150 # Unset the collection of environment variables and accessor-function
|
| H A D | sysrc.subr | 70 # Unset all environment variables in the current scope. An optional list of
|
| /freebsd-13.1/contrib/tcpdump/ |
| H A 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
|
| 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-13.1/usr.sbin/bsdconfig/startup/share/ |
| H A D | rcconf.subr | 191 # Unset variables we don't want reported
|
| /freebsd-13.1/contrib/libpcap/ |
| H A 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-13.1/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | InstrRefBasedImpl.cpp | 3018 Unset = 0, in vlocJoin() enumerator 3024 } OurState = Unset; in vlocJoin() 3047 if (OurState == Unset) { in vlocJoin()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/ |
| H A 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-13.1/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangAttrEmitter.cpp | 1949 bool Unset; in isAttributedSupported() local 1951 Attribute.getValueAsBitOrUnset("PragmaAttributeSupport", Unset); in isAttributedSupported() 1952 if (!Unset) in isAttributedSupported()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPC.td | 615 // FIXME: Unset this when no longer needed!
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 1756 bool getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrAVX512.td | 10418 // NOTE: EVEX2VEXOverride changed back to Unset for 256-bit at the
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 22174 result = (bool)(arg1)->Unset((char const *)arg2); in _wrap_SBEnvironment_Unset()
|