Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBEnvironment.cpp91 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 DCodeGenInstruction.cpp405 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 DCodeGenDAGPatterns.cpp1141 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 DGlobalISelEmitter.cpp5845 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 DSBEnvironment.i44 bool Unset(const char *name);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBEnvironment.h117 bool Unset(const char *name);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2857 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 Dsrc.sys.obj.mk112 .error Cannot use MAKEOBJDIR=${MAKEOBJDIR}${.newline}Unset MAKEOBJDIR to get default: MAKEOBJDIR='…
H A Dlocal.meta.sys.mk82 .error Cannot use MAKEOBJDIR=${MAKEOBJDIR}${.newline}Unset MAKEOBJDIR to get default: MAKEOBJDIR='…
/freebsd-13.1/contrib/tcsh/
H A DFAQ81 * Unset edit in tcsh.
87 Unset edit in tcsh.
93 Unset edit in tcsh. Using shelltool instead of cmdtool does not fix
H A DFixes1672 HOME, TERM, PATH, SHLVL, USER and their csh counterparts. Unset affects
/freebsd-13.1/sys/contrib/openzfs/etc/zfs/
H A Dzfs-functions.in349 # Unset all MTAB_* variables
393 # Unset all FSTAB_* variables
/freebsd-13.1/usr.sbin/bsdconfig/share/
H A Dstruct.subr150 # Unset the collection of environment variables and accessor-function
H A Dsysrc.subr70 # Unset all environment variables in the current scope. An optional list of
/freebsd-13.1/contrib/tcpdump/
H A Dconfigure.ac54 # 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 Dconfigure.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-13.1/usr.sbin/bsdconfig/startup/share/
H A Drcconf.subr191 # Unset variables we don't want reported
/freebsd-13.1/contrib/libpcap/
H A Dconfigure.ac409 # 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 DInstrRefBasedImpl.cpp3018 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 DRecord.cpp2619 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 DClangAttrEmitter.cpp1949 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 DPPC.td615 // FIXME: Unset this when no longer needed!
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1756 bool getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrAVX512.td10418 // NOTE: EVEX2VEXOverride changed back to Unset for 256-bit at the
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp22174 result = (bool)(arg1)->Unset((char const *)arg2); in _wrap_SBEnvironment_Unset()

12