| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | R600ControlFlowFinalizer.cpp | 366 const std::vector<unsigned> &Literals) const { in insertLiterals() 368 for (unsigned i = 0, e = Literals.size(); i < e; i+=2) { in insertLiterals() 369 unsigned LiteralPair0 = Literals[i]; in insertLiterals() 370 unsigned LiteralPair1 = (i + 1 < e)?Literals[i + 1]:0; in insertLiterals() 392 std::vector<MachineOperand *>Literals; in MakeALUClause() local 402 getLiteral(*BI, Literals); in MakeALUClause() 408 getLiteral(*I, Literals); in MakeALUClause() 412 for (unsigned i = 0, e = Literals.size(); i < e; i += 2) { in MakeALUClause() 415 if (Literals[i]->isImm()) { in MakeALUClause() 416 MILit.addImm(Literals[i]->getImm()); in MakeALUClause() [all …]
|
| H A D | R600InstrInfo.cpp | 585 SmallSet<int64_t, 4> Literals; in fitsConstReadLimitations() local 592 Literals.insert(Src.second); in fitsConstReadLimitations() 593 if (Literals.size() > 4) in fitsConstReadLimitations()
|
| /openbsd-src/gnu/llvm/libcxx/docs/Status/ |
| H A D | Cxx14Papers.csv | 19 "`3642 <https://wg21.link/n3642>`__","LWG","User-defined Literals","Bristol","|Complete|","3.4" 27 "`3779 <https://wg21.link/n3779>`__","LWG","User-defined Literals for std::complex","Chicago","|Com…
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ObjectiveCLiterals.rst | 2 Objective-C Literals 9 *NSNumber Literals* provide a syntax for creating ``NSNumber`` from 10 scalar literal expressions; *Collection Literals* provide a short-hand 24 NSNumber Literals 263 Container Literals
|
| H A D | LanguageExtensions.rst | 538 Vector Literals 1842 Object Literals and Subscripting 1845 Clang provides support for :doc:`Object Literals and Subscripting
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/ |
| H A D | c-xtensa.texi | 533 * Literal Directive:: Intermix Literals with Instructions. 536 * Absolute Literals Directive:: Control PC-Relative vs. Absolute Literals. 621 (@pxref{Absolute Literals Directive}) are placed in a separate 696 Literals Directive}). The @code{literal_prefix} directive causes 721 @node Absolute Literals Directive
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | StmtDataCollectors.td | 79 //--- Literals -----------------------------------------------------------//
|
| /openbsd-src/lib/libz/ |
| H A D | algorithm.doc | 13 Literals or match lengths are compressed with one Huffman tree, and 222 Literals or match lengths are compressed with one Huffman tree, and 431 Literals or match lengths are compressed with one Huffman tree, and
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | TokenKinds.def | 173 // C99 6.4.5: String Literals. 180 // C++11 String Literals.
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | regcomp.sym | 145 #*Literals
|
| /openbsd-src/gnu/usr.bin/binutils/gas/doc/ |
| H A D | c-xtensa.texi | 497 * Literal Directive:: Intermix Literals with Instructions.
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | AMDGPUOperandSyntax.rst | 708 Literals may be specified as
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | ChangeLog-2004 | 577 * doc/c-xtensa.texi (Xtensa Options, Absolute Literals Directive): 1082 (Absolute Literals Directive): New.
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perldebguts.pod | 673 # Literals
|
| H A D | perl56delta.pod | 93 Literals of the form C<v1.2.3.4> are now parsed as a string composed 2584 =item Literals of the form C<1.2.3> parse differently
|
| H A D | perldata.pod | 676 =head3 Special Literals
|
| H A D | perl561delta.pod | 689 Literals of the form C<v1.2.3.4> are now parsed as a string composed 3189 =item Literals of the form C<1.2.3> parse differently
|
| H A D | perl5140delta.pod | 338 Literals may now use either upper case C<0X...> or C<0B...> prefixes,
|
| H A D | perlfunc.pod | 10840 These keywords are documented in L<perldata/"Special Literals">.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | extend.texi | 445 * Compound Literals:: Compound literals give structures, unions 1600 @node Compound Literals 1601 @section Compound Literals 1866 normal casts. (@xref{Compound Literals}.) 4892 or compound literal (@pxref{Compound Literals}) and will not return 1
|
| /openbsd-src/gnu/llvm/llvm/docs/TableGen/ |
| H A D | ProgRef.rst | 158 Literals section in Lexical Analysis
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | extend.texi | 46 * Compound Literals:: Compound literals give structures, unions 1236 @node Compound Literals 1237 @section Compound Literals 1502 normal casts. (@xref{Compound Literals}.) 5877 or compound literal (@pxref{Compound Literals}) and will not return 1
|
| H A D | gcc.info | 14089 * Compound Literals:: Compound literals give structures, unions 15082 File: gcc.info, Node: Initializers, Next: Compound Literals, Prev: Pointer Arith, Up: C Extensi… 15099 File: gcc.info, Node: Compound Literals, Next: Designated Inits, Prev: Initializers, Up: C Exte… 15101 5.20 Compound Literals 15157 File: gcc.info, Node: Designated Inits, Next: Cast to Union, Prev: Compound Literals, Up: C Ext… 15301 casts. (*Note Compound Literals::.) 20516 string constant or compound literal (*note Compound Literals::)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ChangeLog.6 | 247 * doc/extend.texi (Compound Literals): Adjust documentation.
|