Home
last modified time | relevance | path

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

123

/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
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-12-stable/contrib/llvm-project/llvm/utils/TableGen/
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()
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()
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-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBEnvironment.i44 bool Unset(const char *name);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBEnvironment.h117 bool Unset(const char *name);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
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-12-stable/share/mk/
Dsrc.sys.obj.mk112 .error Cannot use MAKEOBJDIR=${MAKEOBJDIR}${.newline}Unset MAKEOBJDIR to get default: MAKEOBJDIR='…
Dlocal.meta.sys.mk82 .error Cannot use MAKEOBJDIR=${MAKEOBJDIR}${.newline}Unset MAKEOBJDIR to get default: MAKEOBJDIR='…
/freebsd-12-stable/contrib/tcsh/
DFAQ81 * Unset edit in tcsh.
87 Unset edit in tcsh.
93 Unset edit in tcsh. Using shelltool instead of cmdtool does not fix
/freebsd-12-stable/usr.sbin/bsdconfig/share/
Dstruct.subr150 # Unset the collection of environment variables and accessor-function
Dsysrc.subr70 # Unset all environment variables in the current scope. An optional list of
/freebsd-12-stable/contrib/gcclibs/libgomp/
Dlibgomp.texi154 * omp_unset_lock:: Unset simple lock
159 * omp_unset_nest_lock:: Unset nested lock
540 @section @code{omp_unset_lock} -- Unset simple lock
684 @section @code{omp_unset_nest_lock} -- Unset nested lock
/freebsd-12-stable/contrib/tcpdump/
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
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-12-stable/usr.sbin/bsdconfig/startup/share/
Drcconf.subr191 # Unset variables we don't want reported
/freebsd-12-stable/contrib/binutils/ld/
DChangeLog-2006527 * emulparams/bfin.sh (DATA_END_SYMBOLS,END_SYMBOLS): Unset.
800 * emulparams/elf32frvfd.sh (EXTRA_EM_FILE): Unset.
801 * emulparams/mn10300.sh (EXTRA_EM_FILE): Unset.
/freebsd-12-stable/contrib/libpcap/
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-12-stable/contrib/llvm-project/llvm/lib/TableGen/
DRecord.cpp2619 bool Record::getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const { in getValueAsBitOrUnset()
2626 Unset = true; in getValueAsBitOrUnset()
2629 Unset = false; in getValueAsBitOrUnset()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DInstrRefBasedImpl.cpp3018 Unset = 0, in vlocJoin() enumerator
3024 } OurState = Unset; in vlocJoin()
3047 if (OurState == Unset) { in vlocJoin()
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
DClangAttrEmitter.cpp1949 bool Unset; in isAttributedSupported() local
1951 Attribute.getValueAsBitOrUnset("PragmaAttributeSupport", Unset); in isAttributedSupported()
1952 if (!Unset) in isAttributedSupported()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPC.td615 // FIXME: Unset this when no longer needed!
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
DRecord.h1756 bool getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const;
/freebsd-12-stable/contrib/gcc/cp/
DChangeLog-19952601 (import_export_inline): Unset DECL_EXTERNAL at first.
3093 * init.c (build_new): Unset TREE_READONLY on the dereferenced
3642 Unset extension keywords if -fno-gnu-keywords.
3653 * parse.y (primary): Unset got_object after all rules that use the
DChangeLog-1994396 * pt.c (do_pending_expansions): Unset TREE_PUBLIC on implicit
527 * expr.c (cplus_expand_expr, NEW_EXPR): Unset flag_access_control
942 * decl.c (build_ptrmemfunc_type): Unset IS_AGGR_TYPE on pmf types.
3311 * parse.y (template_instantiate_once): Unset TYPE_BEING_DEFINED

123