Home
last modified time | relevance | path

Searched refs:Arrays (Results 1 – 25 of 56) sorted by relevance

123

/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h276 std::vector<std::unique_ptr<DocNode::ArrayTy>> Arrays; variable
382 Arrays.push_back(std::unique_ptr<DocNode::ArrayTy>(new DocNode::ArrayTy)); in getArrayNode()
383 N.Array = Arrays.back().get(); in getArrayNode()
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperllol.pod3 perllol - Manipulating Arrays of Arrays in Perl
7 =head2 Declaration and Access of Arrays of Arrays
H A Dperlintro.pod196 =item Arrays
204 Arrays are zero-indexed. Here's how you get at elements in an array:
H A Dperltrap.pod48 Arrays index from 0. Likewise string positions in substr() and
/openbsd-src/gnu/usr.bin/perl/ext/Devel-Peek/
H A DChanges14 Arrays print addresses of SV.
/openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2001-02-06-TypeNotationDebate.txt16 Arrays (without and with size):
H A D2001-02-06-TypeNotationDebateResp2.txt6 > Arrays (without and with size):
H A D2001-02-06-TypeNotationDebateResp1.txt60 Arrays (without and with size):
/openbsd-src/gnu/llvm/libcxx/docs/Status/
H A DCxx14Papers.csv24 "`3662 <https://wg21.link/n3662>`__","LWG","C++ Dynamic Arrays (dynarray)","Bristol","*Removed from…
H A DCxx20Papers.csv3 "`P0674R1 <https://wg21.link/P0674R1>`__","LWG","Extending make_shared to Support Arrays","Toronto"…
94 "`P1357R1 <https://wg21.link/P1357R1>`__","LWG","Traits for [Un]bounded Arrays","Kona","|Complete|"…
/openbsd-src/bin/ksh/
H A DPROJECTS42 * Arrays need to be implemented differently: currently does a linear
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp206 if (opts::pretty::Arrays) in start()
H A Dllvm-pdbutil.h87 extern llvm::cl::opt<bool> Arrays;
H A Dllvm-pdbutil.cpp192 static cl::opt<bool> Arrays("arrays", cl::desc("Dump array types"), variable
252 cl::opt<bool> Arrays("arrays", cl::desc("Display arrays"), variable
1056 if (opts::diadump::Arrays) in dumpDia()
1230 opts::pretty::Arrays || opts::pretty::VTShapes) { in dumpPretty()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp109 SmallVector<std::pair<TrackingMDRef, TempMDTuple>, 1> Arrays; member
253 for (const auto &Array : OldTypeRefs.Arrays) in tryToResolveCycles()
255 OldTypeRefs.Arrays.clear(); in tryToResolveCycles()
321 OldTypeRefs.Arrays.emplace_back( in upgradeTypeRefArray()
324 return OldTypeRefs.Arrays.back().second.get(); in upgradeTypeRefArray()
/openbsd-src/gnu/gcc/gcc/doc/
H A Dimplement-c.texi33 * Arrays and pointers implementation::
347 @node Arrays and pointers implementation
348 @section Arrays and pointers
H A Dgcj.info1986 * Arrays:: Dealing with Java arrays in C++.
2369 File: gcj.info, Node: Memory allocation, Next: Arrays, Prev: Object allocation, Up: About CNI
2390 File: gcj.info, Node: Arrays, Next: Methods, Prev: Memory allocation, Up: About CNI
2392 12.10 Arrays
2478 File: gcj.info, Node: Methods, Next: Strings, Prev: Arrays, Up: About CNI
3314 * elements on template<class T>: Arrays. (line 46)
3326 * JvGetArrayLength: Arrays. (line 86)
3331 * JvNewBooleanArray: Arrays. (line 83)
3332 * JvNewObjectArray: Arrays. (line 57)
3375 Node: Arrays100970
/openbsd-src/gnu/llvm/clang/docs/
H A DConstantInterpreter.rst172 * **Arrays of primitives**
184 * **Arrays of composites and records**
H A DAPINotes.rst85 Arrays of top-level declarations. Each entry in the array must have a
/openbsd-src/gnu/llvm/llvm/docs/
H A DExtensions.rst590 Variable Length Arrays
594 emission of Variable Length Arrays (VLAs).
/openbsd-src/gnu/usr.bin/binutils/gdb/doc/
H A Dstabs.texinfo1168 * Conformant Arrays::
1300 @node Conformant Arrays
1328 * Arrays:: An aggregate type of same-typed elements.
1833 included a trailing semicolon (@pxref{Arrays}).
1860 @node Arrays
1863 Arrays use the @samp{a} type descriptor. Following the type descriptor
3426 Arrays}. Name of a caught exception (GNU C@t{++}). These can be
3505 Conformant array; see @ref{Conformant Arrays}.
3540 Array; see @ref{Arrays}.
3543 Open array; see @ref{Arrays}.
[all …]
/openbsd-src/gnu/llvm/clang/docs/HLSL/
H A DHLSLSupport.rst233 * Variable Length Arrays
/openbsd-src/gnu/llvm/clang/docs/analyzer/developer-docs/
H A DIPA.rst370 * Arrays of objects are modeled very poorly right now. ExprEngine currently
/openbsd-src/gnu/usr.bin/perl/regen/
H A Dopcodes221 # Arrays.
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DPropertiesBase.td151 /// Arrays. The corresponding C++ type is ArrayRef of the corresponding

123