| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | mangle.c | 197 case BOOLEAN_TYPE: code = 'b'; goto primitive; 198 case CHAR_TYPE: code = 'w'; goto primitive; 199 case VOID_TYPE: code = 'v'; goto primitive; 210 case 8: code = 'c'; goto primitive; 211 case 16: code = 's'; goto primitive; 212 case 32: code = 'i'; goto primitive; 213 case 64: code = 'x'; goto primitive; 216 primitive: 223 case 32: code = 'f'; goto primitive; 224 case 64: code = 'd'; goto primitive;
|
| H A D | gcj.texi | 1100 primitive types from C++ easier. In general, these CNI functions and 1212 so CNI provides a special C++ type for each primitive Java type: 1231 @subsection Reference types associated with primitive types 1233 In Java each primitive type has an associated reference type, 1498 For each primitive type there is a function which can be used to 1512 @noindent can be used to create an array of Java primitive boolean types.
|
| H A D | ChangeLog | 595 * parse.y (try_builtin_assignconv): Allow narrowing primitive 2463 * jcf-write.c (generate_classfile): Check that field is primitive 4224 Shorten primitive array allocation path: 4226 to create new primitive arrays. 4228 soft_newarray_node with a reference to the primitive TYPE identifier 5712 * decl.c (init_decl_processing): Create primitive vtables. 5736 in primitive types. 8803 interface with only fields of primitive types. 9966 of primitive elements, allocate the array itself statically. 10560 (primary_no_new_array:): Handle class literals on primitive types. [all …]
|
| /openbsd-src/gnu/llvm/llvm/docs/AMDGPU/ |
| H A D | gfx10_tgt.rst | 22 prim Copy primitive (connectivity) data.
|
| H A D | gfx1030_tgt.rst | 22 prim Copy primitive (connectivity) data.
|
| H A D | gfx11_tgt.rst | 21 prim Copy primitive (connectivity) data.
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | BuiltinTypes.def | 229 // The primitive Objective C 'id' type. The user-visible 'id' 235 // The primitive Objective C 'Class' type. The user-visible 241 // The primitive Objective C 'SEL' type. The user-visible 'SEL'
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ConstantInterpreter.rst | 36 with the relevant primitive types by the interpreter loop or by the 170 A block containing a single primitive with no additional metadata. 198 initialized. For non-primitive fields, this is only relevant to determine 249 types and primitive integers. 307 the actual data in the case of primitive arrays. The ``Offset``
|
| H A D | AutomaticReferenceCounting.rst | 820 setter; direct accesses to the ivar (even if synthesized) still have primitive 834 A load or store with "primitive semantics" has the same semantics as the 844 * For all other objects, the lvalue is loaded with primitive semantics. 850 lvalue is loaded with primitive semantics; third, the new pointee is stored 851 into the lvalue with primitive semantics; and finally, the old pointee is 860 lvalue using primitive semantics. 862 and stored into the lvalue using primitive semantics. 867 #. First, a null pointer is stored into the lvalue using primitive semantics. 881 to loading the lvalue with primitive semantics, writing a null pointer to it 882 with primitive semantics, and then releasing the result of the load at the end [all …]
|
| /openbsd-src/lib/libelf/ |
| H A D | libelf_fsize.m4 | 97 * If such a structure definition is not known, treat TYPE as a primitive
|
| H A D | libelf_convert.m4 | 130 # Note the primitive types that are size-dependent. 134 # Generate conversion functions for primitive types.
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | charconv | 18 // floating-point format for primitive numerical conversion 26 // 23.20.2, primitive numerical output conversion 56 // 23.20.3, primitive numerical input conversion
|
| /openbsd-src/gnu/llvm/llvm/docs/PDB/ |
| H A D | CodeViewTypes.rst | 131 Note that "plain" pointers to primitive types are not represented by ``LF_POINTER``
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/BlocksRuntime/ |
| H A D | runtime.c | 81 #error unknown atomic compare-and-swap primitive
|
| /openbsd-src/lib/libcrypto/rc2/ |
| H A D | rrc2.doc | 31 RRC.2 uses the following primitive operations:
|
| /openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl06.rst | 472 We can also define a bunch of other "primitive" operations, such as: 540 Based on these simple primitive operations, we can start to define more
|
| H A D | LangImpl10.rst | 149 If you are willing to fix primitive types to a fixed size (say int =
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlstyle.pod | 200 case, but probably without underscores due to limitations in primitive
|
| /openbsd-src/usr.bin/ssh/ |
| H A D | PROTOCOL.u2f | 59 While each uses ecdsa-sha256-nistp256 as the underlying signature primitive,
|
| /openbsd-src/sys/dev/pci/ |
| H A D | mpiireg.h | 946 u_int32_t primitive; member
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | gcj.info | 1979 * Primitive types:: Handling primitive Java types in C++. 2040 primitive types from C++ easier. In general, these CNI functions and 2140 example) so CNI provides a special C++ type for each primitive Java 2157 12.3.1 Reference types associated with primitive types 2160 In Java each primitive type has an associated reference type, e.g.: 2457 For each primitive type there is a function which can be used to create 2466 can be used to create an array of Java primitive boolean types.
|
| /openbsd-src/gnu/llvm/lldb/docs/ |
| H A D | lldb-for-gdb-users.txt | 246 After launching, we can continue until we hit our breakpoint. The primitive
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | GetElementPtr.rst | 495 primitive integer expressions, which allows them to be combined with other
|
| H A D | MIRLangRef.rst | 517 The :ref:`register <registers>` primitive is used to represent the register
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | riscv_vector.td | 53 // transformers. Given a type "t" the following primitive type transformers can 76 // A type transformer can be prefixed by other non-primitive type transformers.
|