| /openbsd-src/gnu/usr.bin/perl/lib/unicore/ |
| H A D | Blocks.txt | 16 # For example, "Latin Extended-A" and "latin extended a" are equivalent. 37 0100..017F; Latin Extended-A 38 0180..024F; Latin Extended-B 55 0870..089F; Arabic Extended-B 56 08A0..08FF; Arabic Extended-A 85 18B0..18FF; Unified Canadian Aboriginal Syllabics Extended 92 1AB0..1AFF; Combining Diacritical Marks Extended 98 1C80..1C8F; Cyrillic Extended-C 99 1C90..1CBF; Georgian Extended 105 1E00..1EFF; Latin Extended Additional [all …]
|
| H A D | Index.txt | 33 Aboriginal Syllabics Extended, Unified Canadian 18B0 261 Arabic Extended-A 08A0 271 Arabic Letters, Extended 0671 272 Arabic Letters, Extended 0750 273 Arabic Letters, Extended 10EC0 759 Canadian Aboriginal Syllabics Extended, Unified 18B0 1039 Combining Diacritical Marks Extended 1AB0 1254 Coptic, Extended 2CB2 1376 Cyrillic Extended-A 2DE0 1377 Cyrillic Extended-B A640 [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | DAGDeltaAlgorithm.cpp | 285 changeset_ty Extended(Required); in GetTestResult() local 286 Extended.insert(Changes.begin(), Changes.end()); in GetTestResult() 288 Extended.insert(pred_closure_begin(Change), pred_closure_end(Change)); in GetTestResult() 290 if (FailedTestsCache.count(Extended)) in GetTestResult() 293 bool Result = ExecuteOneTest(Extended); in GetTestResult() 295 FailedTestsCache.insert(Extended); in GetTestResult()
|
| /openbsd-src/gnu/llvm/llvm/tools/obj2yaml/ |
| H A D | wasm2yaml.cpp | 301 G.Init.Extended = Global.InitExpr.Extended; in dump() 302 if (Global.InitExpr.Extended) { in dump() 337 Seg.Offset.Extended = Segment.Offset.Extended; in dump() 338 if (Seg.Offset.Extended) { in dump() 373 Seg.Offset.Extended = Segment.Data.Offset.Extended; in dump() 374 if (Seg.Offset.Extended) { in dump()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | Mips16InstrInfo.td | 526 // Purpose: Add Immediate Unsigned Word (2-Operand, Extended) 547 // Purpose: Add Immediate Unsigned Word (3-Operand, PC-Relative, Extended) 554 // Purpose: Add Immediate Unsigned Word (2-Operand, SP-Relative, Extended) 596 // Purpose: Branch on Equal to Zero (Extended) 603 // Purpose: Unconditional Branch (Extended) 624 // Purpose: Branch on Not Equal to Zero (Extended) 638 // Purpose: Branch on T Equal to Zero (Extended) 665 // Purpose: Branch on T Not Equal to Zero (Extended) 710 // Purpose: Compare Immediate (Extended) 787 // Purpose: Load Byte (Extended) [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCCodeEmitter.cpp | 375 State.Extended = false; in encodeInstruction() 384 State.Extended = HexagonMCInstrInfo::isImmext(HMI); in encodeInstruction() 588 if (State.Extended && InstExtendable && !IsSub0) { in getExprOpValue() 632 if (FixupWidth == 16 && !State.Extended) { in getExprOpValue() 663 FixupKind = State.Extended ? Hexagon::fixup_Hexagon_B9_PCREL_X in getExprOpValue() 668 if (State.Extended && VarKind == MCSymbolRefExpr::VK_GOT) in getExprOpValue() 673 FixupKind = State.Extended ? Hexagon::fixup_Hexagon_B7_PCREL_X in getExprOpValue() 683 const auto &FixupTable = State.Extended ? ExtFixups : StdFixups; in getExprOpValue()
|
| H A D | HexagonMCCodeEmitter.h | 41 bool Extended = false; member
|
| H A D | HexagonMCTargetDesc.cpp | 640 auto const &Extended(HexagonMCInstrInfo::getExtendableOperand(*Info, Inst)); in evaluateBranch() local 641 assert(Extended.isExpr()); in evaluateBranch() 643 if (!Extended.getExpr()->evaluateAsAbsolute(Value)) in evaluateBranch()
|
| /openbsd-src/gnu/llvm/libcxx/docs/DesignDocs/ |
| H A D | NoexceptPolicy.rst | 5 Extended applications of ``noexcept``
|
| H A D | ExtendedCXX03Support.rst | 2 Extended C++03 Support
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64Schedule.td | 26 def WriteIEReg : SchedWrite; // ALU of Extended-Reg 29 def ReadIEReg : SchedRead; // ALU of Extended-Reg
|
| /openbsd-src/gnu/gcc/gcc/config/m88k/ |
| H A D | constraints.md | 4 "A register form the 88110 Extended Register File.")
|
| /openbsd-src/gnu/gcc/gcc/config/c4x/ |
| H A D | predicates.md | 104 ;; Extended precision register R0-R1. 116 ;; Extended precision register R2-R3. 140 ;; Extended precision register.
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | spectrum | 45 0 string EXTENDED\ CPC\ DSK\ Fil Amstrad/Spectrum Extended .DSK data
|
| H A D | audio | 109 # Extended MOD format (*.emd) (Greg Roelofs, newt@uchicago.edu); NOT TESTED 111 0 string EMOD Extended MOD sound data, 170 0 string Extended\ Module: Fasttracker II module sound data 438 0 string Extended\40Instrument: Fast Tracker II Instrument
|
| /openbsd-src/gnu/llvm/lld/wasm/ |
| H A D | InputElement.h | 48 ie.Extended = false; in intConst()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/Disassembler/ |
| H A D | HexagonDisassembler.cpp | 89 int64_t Extended = SignExtend64<32>(FullValue); in signedDecoder() local 90 HexagonMCInstrInfo::addConstant(MI, Extended, Disassembler.getContext()); in signedDecoder() 770 uint32_t Extended = FullValue + Address; in brtargetDecoder() local 771 if (!Disassembler.tryAddingSymbolicOperand(MI, Extended, Address, true, 0, 0, in brtargetDecoder() 773 HexagonMCInstrInfo::addConstant(MI, Extended, Disassembler.getContext()); in brtargetDecoder()
|
| /openbsd-src/gnu/llvm/libcxx/docs/Status/ |
| H A D | FormatIssues.csv | 4 `P1892 <https://wg21.link/P1892>`_,"Extended locale-specific presentation specifiers for std::forma…
|
| /openbsd-src/gnu/llvm/libcxx/docs/ |
| H A D | UsingLibcxx.rst | 275 See :ref:`Extended Applications of [[nodiscard]] <nodiscard extension>` for more information. 311 …``[[nodiscard]]`` in dialects after C++17. See :ref:`Extended Applications of [[nodiscard]] <nodi… 354 Extended applications of ``[[nodiscard]]`` 371 2. Extended applications of ``[[nodiscard]]``, at the library's discretion, 489 Extended integral type support
|
| /openbsd-src/gnu/gcc/gcc/config/arm/ |
| H A D | arm-modes.def | 25 /* Extended precision floating point.
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 169 Expr.Extended = false; in readInitExpr() 196 Expr.Extended = true; in readInitExpr() 199 if (!Expr.Extended) { in readInitExpr() 202 Expr.Extended = true; in readInitExpr() 205 if (Expr.Extended) { in readInitExpr() 1459 Segment.Offset.Extended = false; in parseElemSection() 1520 Segment.Data.Offset.Extended = false; in parseDataSection() 1620 if (Segment.Offset.Extended) { in getWasmSymbolValue()
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perl5221delta.pod | 187 L<perlrecharclass/Extended Bracketed Character Classes> caused panics instead 199 L<C<(?[...])>|perlrecharclass/Extended Bracketed Character Classes> constructs 207 L<C<(?[...])>|perlrecharclass/Extended Bracketed Character Classes>
|
| /openbsd-src/share/locale/ctype/ |
| H A D | en_US.UTF-8.src | 97 * U+0100 - U+017F : Latin Extended-A 249 * U+0180 - U+024F : Latin Extended-B 1008 * U+0870 - U+089F : Arabic Extended-B 1021 * U+08A0 - U+08FF : Arabic Extended-A 1593 * U+18B0 - U+18FF : Unified Canadian Aboriginal Syllabics Extended 1688 * U+1AB0 - U+1AFF : Combining Diacritical Marks Extended 1772 * U+1C80 - U+1C8F : Cyrillic Extended-C 1791 * U+1C90 - U+1CBF : Georgian Extended 1865 * U+1E00 - U+1EFF : Latin Extended Additional 2151 * U+1F00 - U+1FFF : Greek Extended [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVOptions.h | 103 Extended, // --attribute=extended enumerator 333 ATTRIBUTE_OPTION(Extended);
|
| /openbsd-src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/t/ |
| H A D | os2_ea.t | 40 # Standard Extended Attributes (SEAs) have a dot (.) as a prefix.
|