Searched refs:Unset (Results 1 - 15 of 15) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBEnvironment.h110 /// Unset an environment variable if exists.
117 bool Unset(const char *name);
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp471 bool Unset; local
472 mayLoad = R->getValueAsBitOrUnset("mayLoad", Unset);
473 mayLoad_Unset = Unset;
474 mayStore = R->getValueAsBitOrUnset("mayStore", Unset);
475 mayStore_Unset = Unset;
477 hasSideEffects = R->getValueAsBitOrUnset("hasSideEffects", Unset);
478 hasSideEffects_Unset = Unset;
H A DGlobalISelEmitter.cpp2287 bool Unset;
2289 !R->getValueAsBitOrUnset("IsAPFloat", Unset) &&
2303 bool Unset;
2305 R->getValueAsBitOrUnset("IsAPFloat", Unset);
H A DGlobalISelMatchTable.cpp786 bool Unset = false; local
787 bool Value = R->getValueAsBitOrUnset("GIIgnoreCopies", Unset);
788 if (!Unset)
H A DCodeGenDAGPatterns.cpp1174 bool Unset; local
1177 Unset);
1182 bool Unset; local
1184 getOrigPatFragRecord()->getRecord()->getValueAsBitOrUnset(Field, Unset);
1185 if (Unset)
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBEnvironment.cpp85 bool SBEnvironment::Unset(const char *name) { function in class:SBEnvironment
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DConfig.h45 Unset, member in class:lld::coff::ExportSource
71 ExportSource source = ExportSource::Unset;
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3632 enum { Unset = -1 };
3705 if (A->Provenance[BitIdx] != BitPart::Unset &&
3706 B->Provenance[BitIdx] != BitPart::Unset &&
3710 if (A->Provenance[BitIdx] == BitPart::Unset)
3741 P.insert(P.begin(), BitShift.getZExtValue(), BitPart::Unset);
3744 P.insert(P.end(), BitShift.getZExtValue(), BitPart::Unset);
3770 Result->Provenance[BitIdx] = BitPart::Unset;
3786 Result->Provenance[BitIdx] = BitPart::Unset;
3924 [](int8_t I) { return I == BitPart::Unset || 0 <= I; }) &&
3929 if (BitProvenance.back() == BitPart::Unset) {
[all...]
/freebsd-current/share/mk/
H A Dsrc.sys.obj.mk111 .error Cannot use MAKEOBJDIR=${MAKEOBJDIR}${.newline}Unset MAKEOBJDIR to get default: MAKEOBJDIR='${_default_makeobjdir}'
H A Dbsd.dep.mk223 # Unset these to avoid looping/statting on them later.
/freebsd-current/sys/conf/
H A Dkern.post.mk303 # Unset these to avoid looping/statting on them later.
/freebsd-current/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp3093 bool Record::getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const {
3100 Unset = true;
3103 Unset = false;
/freebsd-current/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2096 bool Unset; local
2098 Attribute.getValueAsBitOrUnset("PragmaAttributeSupport", Unset);
2099 if (!Unset)
/freebsd-current/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h353 /// stuck operations? Unset values are concrete.
1947 /// If the field is unset, sets Unset to true and returns false.
1948 bool getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const;
/freebsd-current/lib/clang/liblldb/
H A DLLDBWrapLua.cpp24261 SWIG_check_num_args("lldb::SBEnvironment::Unset",2,2)
24262 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBEnvironment::Unset",1,"lldb::SBEnvironment *");
24263 if(!SWIG_lua_isnilstring(L,2)) SWIG_fail_arg("lldb::SBEnvironment::Unset",2,"char const *");
24270 result = (bool)(arg1)->Unset((char const *)arg2);
24328 { "Unset", _wrap_SBEnvironment_Unset},
[all...]

Completed in 449 milliseconds