Home
last modified time | relevance | path

Searched refs:IX (Results 1 – 25 of 102) sorted by relevance

12345

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DEnumeratedArray.h42 for (IndexType IX = 0; IX < Size; ++IX) { in EnumeratedArray() local
43 Underlying[IX] = V; in EnumeratedArray()
48 for (IndexType IX = 0; IX < Size; ++IX) { in EnumeratedArray() local
49 Underlying[IX] = *(Init.begin() + IX); in EnumeratedArray()
54 auto IX = static_cast<IndexType>(Index); variable
55 assert(IX >= 0 && IX < Size && "Index is out of bounds.");
56 return Underlying[IX];
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/
H A Dbasic.man4 .IX Header "HEADINGS"
9 .IX Header "This is a ""level 1"" heading"
11 .IX Subsection "``Level'' ""2 heading"
13 .IX Subsection "Level 3 heading with weird stuff """" (double quote)"
16 .IX Subsection "Level ""4 heading"
21 .IX Header "This is a ""level 1"" heading"
24 .IX Subsection "``Level'' 2 heading"
28 .IX Subsection "Level 3 heading with weird stuff"
33 .IX Subsection "Level ""4 heading"
37 .IX Header "LINKS"
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/
H A Dnot-numbers23 .IX Item "1. Not a number"
26 .IX Item "2. Spaced right"
28 .IX Item "1 Not a number"
30 .IX Item "2 Spaced right"
H A Derror-normal15 .IX Item "Foo"
18 .IX Header "NEXT"
20 .IX Header "POD ERRORS"
23 .IX Item "Around line 7:"
H A Derror-pod18 .IX Item "Foo"
21 .IX Header "NEXT"
23 .IX Header "POD ERRORS"
26 .IX Item "Around line 7:"
H A Diso-8859-1-error-pod19 .IX Header "INVALID"
25 .IX Header "POD ERRORS"
28 .IX Item "Around line 8:"
H A Dfixed-font-in-item20 .IX Header "Fixed-width Fonts in =item"
25 .IX Item "tar option... [name]..."
29 .IX Item "tar letter... [argument]... [option]... [name]..."
H A Derror-none20 .IX Item "Foo"
23 .IX Header "NEXT"
H A Dx-whitespace-entry11 .IX Header "INDEX"
13 .IX Xref "\\n"
H A Dmultiline-x12 .IX Header "Multiline X<>"
14 .IX Xref "this is one index term"
H A Dx-whitespace11 .IX Header "X<> Whitespace"
13 .IX Xref "bivav"
H A Derror-stderr18 .IX Item "Foo"
21 .IX Header "NEXT"
H A Derror-stderr-opt18 .IX Item "Foo"
21 .IX Header "NEXT"
H A Derror-die18 .IX Item "Foo"
21 .IX Header "NEXT"
H A Dlink-to-url18 .IX Header "LINK TO URL"
24 .IX Header "RT LINK"
H A Dtrailing-space15 .IX Header "TRAILING SPACE"
H A Dnourls14 .IX Header "URL suppression"
H A Dperiods11 .IX Header "PERIODS"
H A Dc-in-header10 .IX Header "one and two"
H A Dlanguage18 .IX Header "JAPANESE"
H A Dagrave14 .IX Header "agrave"
H A Dnon-ascii14 .IX Header "YEN"
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dinfo-w.def36 FFEINFO_WHERE (FFEINFO_whereFLEETING_IADDR, "Fleet-Immed", "fi") /* A(IX) in "DATA (A(IX),IX=1,100)…
37 FFEINFO_WHERE (FFEINFO_whereIMMEDIATE, "Immediate", "i") /* IX in "DATA (A(IX),IX=1,100)/.../". */
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dtypename21.C19 typedef typename S1<I>::X IX; typedef
21 void f(IX);
25 void S2<T>::f(IX) {} in f() argument
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dtemplate18.C4 typedef X<int> IX; typedef
13 IX c;

12345