| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| D | MsgPackDocument.h | 276 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()
|
| /freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/ |
| D | TestBean.java | 551 s = Arrays.toString((byte[])o); in getString() 553 s = Arrays.toString((Object[])o); in getString()
|
| /freebsd-12-stable/contrib/bc/locales/ |
| D | de_DE.utf8.msg | 83 28 "POSIX erlaubt keine Zuweisung von Strings an Variablen oder Arrays"
|
| D | de_CH.UTF-8.msg | 83 28 "POSIX erlaubt keine Zuweisung von Strings an Variablen oder Arrays"
|
| D | de_DE.UTF-8.msg | 83 28 "POSIX erlaubt keine Zuweisung von Strings an Variablen oder Arrays"
|
| D | de_CH.ISO8859-15.msg | 83 28 "POSIX erlaubt keine Zuweisung von Strings an Variablen oder Arrays"
|
| D | de_CH.ISO8859-1.msg | 83 28 "POSIX erlaubt keine Zuweisung von Strings an Variablen oder Arrays"
|
| D | de_AT.utf8.msg | 83 28 "POSIX erlaubt keine Zuweisung von Strings an Variablen oder Arrays"
|
| D | de_DE.ISO8859-15.msg | 83 28 "POSIX erlaubt keine Zuweisung von Strings an Variablen oder Arrays"
|
| D | de_CH.utf8.msg | 83 28 "POSIX erlaubt keine Zuweisung von Strings an Variablen oder Arrays"
|
| D | de_AT.ISO8859-1.msg | 83 28 "POSIX erlaubt keine Zuweisung von Strings an Variablen oder Arrays"
|
| D | de_AT.UTF-8.msg | 83 28 "POSIX erlaubt keine Zuweisung von Strings an Variablen oder Arrays"
|
| D | de_AT.ISO8859-15.msg | 83 28 "POSIX erlaubt keine Zuweisung von Strings an Variablen oder Arrays"
|
| D | de_DE.ISO8859-1.msg | 83 28 "POSIX erlaubt keine Zuweisung von Strings an Variablen oder Arrays"
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| D | MetadataLoader.cpp | 125 SmallVector<std::pair<TrackingMDRef, TempMDTuple>, 1> Arrays; member 269 for (const auto &Array : OldTypeRefs.Arrays) in tryToResolveCycles() 271 OldTypeRefs.Arrays.clear(); in tryToResolveCycles() 337 OldTypeRefs.Arrays.emplace_back( in upgradeTypeRefArray() 340 return OldTypeRefs.Arrays.back().second.get(); in upgradeTypeRefArray()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| D | llvm-pdbutil.h | 85 extern llvm::cl::opt<bool> Arrays;
|
| D | PrettyTypeDumper.cpp | 204 if (opts::pretty::Arrays) in start()
|
| D | llvm-pdbutil.cpp | 190 static cl::opt<bool> Arrays("arrays", cl::desc("Dump array types"), variable 248 cl::opt<bool> Arrays("arrays", cl::desc("Display arrays"), variable 1030 if (opts::diadump::Arrays) in dumpDia() 1204 opts::pretty::Arrays || opts::pretty::VTShapes) { in dumpPretty()
|
| /freebsd-12-stable/contrib/dtc/Documentation/ |
| D | dts-format.txt | 35 * Arrays are represented by angle brackets surrounding a space separated list
|
| /freebsd-12-stable/contrib/bc/gen/ |
| D | bc_help.txt | 49 1) Arrays can be passed to the builtin "length" function to get the number of
|
| /freebsd-12-stable/contrib/gcc/doc/ |
| D | implement-c.texi | 33 * Arrays and pointers implementation:: 347 @node Arrays and pointers implementation 348 @section Arrays and pointers
|
| /freebsd-12-stable/contrib/gdb/gdb/doc/ |
| D | stabs.texinfo | 1144 * 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 1839 Arrays use the @samp{a} type descriptor. Following the type descriptor 3402 Arrays}. Name of a caught exception (GNU C@t{++}). These can be 3481 Conformant array; see @ref{Conformant Arrays}. 3516 Array; see @ref{Arrays}. 3519 Open array; see @ref{Arrays}. [all …]
|
| D | gdb.info-1 | 3994 * 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
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | PropertiesBase.td | 147 /// Arrays. The corresponding C++ type is ArrayRef of the corresponding
|
| /freebsd-12-stable/contrib/bc/ |
| D | NEWS.md | 580 takes an array, it returns the length of the array. Arrays can be passed by
|