Home
last modified time | relevance | path

Searched refs:primitive (Results 1 – 25 of 59) sorted by relevance

123

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dmangle.c197 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 Dgcj.texi1100 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 DChangeLog595 * 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 Dgfx10_tgt.rst22 prim Copy primitive (connectivity) data.
H A Dgfx1030_tgt.rst22 prim Copy primitive (connectivity) data.
H A Dgfx11_tgt.rst21 prim Copy primitive (connectivity) data.
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DBuiltinTypes.def229 // 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 DConstantInterpreter.rst36 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 DAutomaticReferenceCounting.rst820 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 Dlibelf_fsize.m497 * If such a structure definition is not known, treat TYPE as a primitive
H A Dlibelf_convert.m4130 # Note the primitive types that are size-dependent.
134 # Generate conversion functions for primitive types.
/openbsd-src/gnu/llvm/libcxx/include/
H A Dcharconv18 // 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 DCodeViewTypes.rst131 Note that "plain" pointers to primitive types are not represented by ``LF_POINTER``
/openbsd-src/gnu/llvm/compiler-rt/lib/BlocksRuntime/
H A Druntime.c81 #error unknown atomic compare-and-swap primitive
/openbsd-src/lib/libcrypto/rc2/
H A Drrc2.doc31 RRC.2 uses the following primitive operations:
/openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl06.rst472 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 DLangImpl10.rst149 If you are willing to fix primitive types to a fixed size (say int =
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlstyle.pod200 case, but probably without underscores due to limitations in primitive
/openbsd-src/usr.bin/ssh/
H A DPROTOCOL.u2f59 While each uses ecdsa-sha256-nistp256 as the underlying signature primitive,
/openbsd-src/sys/dev/pci/
H A Dmpiireg.h946 u_int32_t primitive; member
/openbsd-src/gnu/gcc/gcc/doc/
H A Dgcj.info1979 * 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 Dlldb-for-gdb-users.txt246 After launching, we can continue until we hit our breakpoint. The primitive
/openbsd-src/gnu/llvm/llvm/docs/
H A DGetElementPtr.rst495 primitive integer expressions, which allows them to be combined with other
H A DMIRLangRef.rst517 The :ref:`register <registers>` primitive is used to represent the register
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A Driscv_vector.td53 // transformers. Given a type "t" the following primitive type transformers can
76 // A type transformer can be prefixed by other non-primitive type transformers.

123