Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp472 bool Unset; in CodeGenInstruction() local
473 mayLoad = R->getValueAsBitOrUnset("mayLoad", Unset); in CodeGenInstruction()
474 mayLoad_Unset = Unset; in CodeGenInstruction()
475 mayStore = R->getValueAsBitOrUnset("mayStore", Unset); in CodeGenInstruction()
476 mayStore_Unset = Unset; in CodeGenInstruction()
478 hasSideEffects = R->getValueAsBitOrUnset("hasSideEffects", Unset); in CodeGenInstruction()
479 hasSideEffects_Unset = Unset; in CodeGenInstruction()
H A DCodeGenDAGPatterns.cpp1191 bool Unset; in immCodeUsesAPFloat() local
1194 Unset); in immCodeUsesAPFloat()
1199 bool Unset; in isPredefinedPredicateEqualTo() local
1201 getOrigPatFragRecord()->getRecord()->getValueAsBitOrUnset(Field, Unset); in isPredefinedPredicateEqualTo()
1202 if (Unset) in isPredefinedPredicateEqualTo()
H A DGlobalISelEmitter.cpp5916 bool Unset; in run() local
5917 return !R->getValueAsBitOrUnset("IsAPFloat", Unset) && in run()
5921 bool Unset; in run() local
5922 return R->getValueAsBitOrUnset("IsAPFloat", Unset); in run()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBEnvironment.i44 bool Unset(const char *name);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBEnvironment.h117 bool Unset(const char *name);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBEnvironment.cpp85 bool SBEnvironment::Unset(const char *name) { in Unset() function in SBEnvironment
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp3004 enum { Unset = -1 }; enumerator
3077 if (A->Provenance[BitIdx] != BitPart::Unset && in collectBitParts()
3078 B->Provenance[BitIdx] != BitPart::Unset && in collectBitParts()
3082 if (A->Provenance[BitIdx] == BitPart::Unset) in collectBitParts()
3113 P.insert(P.begin(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts()
3116 P.insert(P.end(), BitShift.getZExtValue(), BitPart::Unset); in collectBitParts()
3142 Result->Provenance[BitIdx] = BitPart::Unset; in collectBitParts()
3158 Result->Provenance[BitIdx] = BitPart::Unset; in collectBitParts()
3295 [](int8_t I) { return I == BitPart::Unset || 0 <= I; }) && in recognizeBSwapOrBitReverseIdiom()
3300 if (BitProvenance.back() == BitPart::Unset) { in recognizeBSwapOrBitReverseIdiom()
[all …]
/openbsd-src/gnu/gcc/libgomp/
H A 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
H A Dlibgomp.info132 * omp_unset_lock:: Unset simple lock
137 * omp_unset_nest_lock:: Unset nested lock
472 2.14 `omp_unset_lock' - Unset simple lock
598 2.19 `omp_unset_nest_lock' - Unset nested lock
H A DChangeLog900 lang_link_flags): Unset, so that they aren't inherited from previously
/openbsd-src/gnu/usr.bin/binutils/ld/
H A DChangeLog238 * emulparams/elf32frvfd.sh (STACK_ADDR): Unset.
H A DChangeLog-0203109 (DATA_ADDR): Unset.
495 * Makefile.am (POTFILES.in): Unset LC_COLLATE.
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/
H A DChangeLog-2004236 * emulparams/elf64_ia64_fbsd.sh (SMALL_DATA_CTOR): Unset.
237 (SMALL_DATA_DTOR): Unset.
982 * scripttempl/elf.sc: Unset SEPARATE_GOTPLT if RELRO_NOW is set.
1357 * emulparams/elf32frvfd.sh (STACK_ADDR): Unset.
H A DChangeLog-0203109 (DATA_ADDR): Unset.
495 * Makefile.am (POTFILES.in): Unset LC_COLLATE.
H A DChangeLog-2005955 * emulparams/elf32btsmip.sh: Unset DATA_ADDR.
/openbsd-src/gnu/usr.bin/perl/
H A DREADME.tru6453 (a ksh). Unset the environment variable and rerun Configure.
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DRecord.cpp2841 bool Record::getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const { in getValueAsBitOrUnset()
2848 Unset = true; in getValueAsBitOrUnset()
2851 Unset = false; in getValueAsBitOrUnset()
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2028 bool Unset; in isAttributedSupported() local
2030 Attribute.getValueAsBitOrUnset("PragmaAttributeSupport", Unset); in isAttributedSupported()
2031 if (!Unset) in isAttributedSupported()
/openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl09.rst431 // Unset the location for the prologue emission (leading instructions with no
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPC.td674 // FIXME: Unset this when no longer needed!
/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/
H A DRecord.h1877 bool getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const;
/openbsd-src/gnu/gcc/gcc/cp/
H A 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
H A 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
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A DChangeLog.12250 (import_export_inline): Unset DECL_EXTERNAL at first.
2742 * init.c (build_new): Unset TREE_READONLY on the dereferenced
3291 Unset extension keywords if -fno-gnu-keywords.
3302 * parse.y (primary): Unset got_object after all rules that use the
3836 * pt.c (do_pending_expansions): Unset TREE_PUBLIC on implicit
3967 * expr.c (cplus_expand_expr, NEW_EXPR): Unset flag_access_control
4382 * decl.c (build_ptrmemfunc_type): Unset IS_AGGR_TYPE on pmf types.
6751 * parse.y (template_instantiate_once): Unset TYPE_BEING_DEFINED
/openbsd-src/gnu/llvm/lldb/docs/use/
H A Dmap.rst159 … <td class="header" colspan="2">Unset environment variables for process before launching.</td>

123