| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | CodeGenInstruction.cpp | 472 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 D | CodeGenDAGPatterns.cpp | 1191 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 D | GlobalISelEmitter.cpp | 5916 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 D | SBEnvironment.i | 44 bool Unset(const char *name);
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBEnvironment.h | 117 bool Unset(const char *name);
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBEnvironment.cpp | 85 bool SBEnvironment::Unset(const char *name) { in Unset() function in SBEnvironment
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 3004 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 D | libgomp.texi | 154 * 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 D | libgomp.info | 132 * 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 D | ChangeLog | 900 lang_link_flags): Unset, so that they aren't inherited from previously
|
| /openbsd-src/gnu/usr.bin/binutils/ld/ |
| H A D | ChangeLog | 238 * emulparams/elf32frvfd.sh (STACK_ADDR): Unset.
|
| H A D | ChangeLog-0203 | 109 (DATA_ADDR): Unset. 495 * Makefile.am (POTFILES.in): Unset LC_COLLATE.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/ |
| H A D | ChangeLog-2004 | 236 * 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 D | ChangeLog-0203 | 109 (DATA_ADDR): Unset. 495 * Makefile.am (POTFILES.in): Unset LC_COLLATE.
|
| H A D | ChangeLog-2005 | 955 * emulparams/elf32btsmip.sh: Unset DATA_ADDR.
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | README.tru64 | 53 (a ksh). Unset the environment variable and rerun Configure.
|
| /openbsd-src/gnu/llvm/llvm/lib/TableGen/ |
| H A D | Record.cpp | 2841 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 D | ClangAttrEmitter.cpp | 2028 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 D | LangImpl09.rst | 431 // Unset the location for the prologue emission (leading instructions with no
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPC.td | 674 // FIXME: Unset this when no longer needed!
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 1877 bool getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const;
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | ChangeLog-1995 | 2601 (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 D | ChangeLog-1994 | 396 * 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 D | ChangeLog.1 | 2250 (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 D | map.rst | 159 … <td class="header" colspan="2">Unset environment variables for process before launching.</td>
|