Home
last modified time | relevance | path

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

/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java551 s = Arrays.toString((byte[])o); in getString()
553 s = Arrays.toString((Object[])o); in getString()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp129 SmallVector<std::pair<TrackingMDRef, TempMDTuple>, 1> Arrays; member
262 for (const auto &Array : OldTypeRefs.Arrays) in tryToResolveCycles()
264 OldTypeRefs.Arrays.clear(); in tryToResolveCycles()
330 OldTypeRefs.Arrays.emplace_back( in upgradeTypeRefArray()
333 return OldTypeRefs.Arrays.back().second.get(); in upgradeTypeRefArray()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.h86 extern llvm::cl::opt<bool> Arrays;
H A DPrettyTypeDumper.cpp205 if (opts::pretty::Arrays) in start()
H A Dllvm-pdbutil.cpp191 static cl::opt<bool> Arrays("arrays", cl::desc("Dump array types"), variable
249 cl::opt<bool> Arrays("arrays", cl::desc("Display arrays"), variable
1016 if (opts::diadump::Arrays) in dumpDia()
1190 opts::pretty::Arrays || opts::pretty::VTShapes) { in dumpPretty()
/freebsd-12.1/contrib/dtc/Documentation/
H A Ddts-format.txt35 * Arrays are represented by angle brackets surrounding a space separated list
/freebsd-12.1/contrib/gcc/doc/
H A Dimplement-c.texi33 * Arrays and pointers implementation::
347 @node Arrays and pointers implementation
348 @section Arrays and pointers
H A Dextend.texi39 * Variable Length:: Arrays whose length is computed at run time.
909 @section Arrays of Length Zero
1023 @section Arrays of Variable Length
1186 @section Non-Lvalue Arrays May Have Subscripts
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dstabs.texinfo1144 * Conformant Arrays::
1276 @node Conformant Arrays
1304 * Arrays:: An aggregate type of same-typed elements.
1809 included a trailing semicolon (@pxref{Arrays}).
1836 @node Arrays
3481 Conformant array; see @ref{Conformant Arrays}.
3516 Array; see @ref{Arrays}.
3519 Open array; see @ref{Arrays}.
3540 N-dimensional dynamic array; see @ref{Arrays}.
3546 N-dimensional subarray; see @ref{Arrays}.
[all …]
H A Dgdb.info-13994 * Arrays:: Artificial arrays
4046 *Note Artificial arrays: Arrays, for more information.
4060 File: gdb.info, Node: Variables, Next: Arrays, Prev: Expressions, Up: Data
4152 File: gdb.info, Node: Arrays, Next: Output Formats, Prev: Variables, Up: Data
4213 File: gdb.info, Node: Output Formats, Next: Memory, Prev: Arrays, Up: Data
H A Dgdb.info-35380 * @, referencing memory as an array: Arrays.
5409 * artificial array: Arrays.
H A Dgdb.texinfo4737 * Arrays:: Artificial arrays
4790 @xref{Arrays, ,Artificial arrays}, for more information.
4928 @node Arrays
/freebsd-12.1/contrib/apr/
H A Dconfigure.in2099 AC_MSG_CHECKING(for Variable Length Arrays)
/freebsd-12.1/contrib/binutils/opcodes/
H A DChangeLog-92972760 (print_insn_arg): Arrays cacheFieldName and names now const.
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200114234 * doc/extend.texi (Arrays and pointers implementation): Discourage
14311 * doc/extend.texi (Arrays and pointers implementation): Document