Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/
H A Dcontexts.rst369 type <integer_type 0x7f4875a645e8 public SI
375 arg 0 <modify_expr 0x7f4875a72a78 type <integer_type 0x7f4875a645e8>
377 arg 1 <mult_expr 0x7f4875a72a50 type <integer_type 0x7f4875a645e8>
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/
H A Dcontexts.rst369 type <integer_type 0x7f4875a645e8 public SI
375 arg 0 <modify_expr 0x7f4875a72a78 type <integer_type 0x7f4875a645e8>
377 arg 1 <mult_expr 0x7f4875a72a50 type <integer_type 0x7f4875a645e8>
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dclass.cc6729 tree integer_type = integer_types[itk_char]; in layout_class_type() local
6737 integer_type = next; in layout_class_type()
6747 TYPE_SIZE (integer_type)); in layout_class_type()
6764 DECL_SIZE (field) = TYPE_SIZE (integer_type); in layout_class_type()
6765 SET_DECL_ALIGN (field, TYPE_ALIGN (integer_type)); in layout_class_type()
6766 DECL_USER_ALIGN (field) = TYPE_USER_ALIGN (integer_type); in layout_class_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dclass.c6642 tree integer_type = integer_types[itk_char]; in layout_class_type() local
6650 integer_type = next; in layout_class_type()
6660 TYPE_SIZE (integer_type)); in layout_class_type()
6677 DECL_SIZE (field) = TYPE_SIZE (integer_type); in layout_class_type()
6678 SET_DECL_ALIGN (field, TYPE_ALIGN (integer_type)); in layout_class_type()
6679 DECL_USER_ALIGN (field) = TYPE_USER_ALIGN (integer_type); in layout_class_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-store-merging.cc4594 tree integer_type in output_merged_store() local
4597 integer_type, tem); in output_merged_store()
H A Dtree.def145 DEFTREECODE (INTEGER_TYPE, "integer_type", tcc_type, 0)
H A Dmatch.pd3821 /* (float_type)(integer_type) x -> trunc (x) if the type of x matches
H A DChangeLog-20044166 creating iv instead of integer_type.
4172 Use that type instead of integer_type. Remove redundant code.
4174 integer_type.
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml471 external integer_type : llcontext -> int -> lltype = "llvm_integer_type"
H A Dllvm.mli609 (** [integer_type c n] returns an integer type of bitwidth [n] in the context
611 val integer_type : llcontext -> int -> lltype val
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree.def145 DEFTREECODE (INTEGER_TYPE, "integer_type", tcc_type, 0)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi5396 type <integer_type 0x7f4875a645e8 public SI
5402 arg 0 <modify_expr 0x7f4875a72a78 type <integer_type 0x7f4875a645e8>
5404 arg 1 <mult_expr 0x7f4875a72a50 type <integer_type 0x7f4875a645e8>
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi4885 type <integer_type 0x7f4875a645e8 public SI
4891 arg 0 <modify_expr 0x7f4875a72a78 type <integer_type 0x7f4875a645e8>
4893 arg 1 <mult_expr 0x7f4875a72a50 type <integer_type 0x7f4875a645e8>
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A DChangeLog5818 start type to integer_type.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git139941 existing Architecture.integer_type method, which takes a 'signed'
155787 test script exercises the gdb.Architecture.integer_type method, and
155802 gdb.selected_inferior().architecture().integer_type(32, None)
155803 gdb.selected_inferior().architecture().integer_type(32, "foo")
162561 Add gdb.Architecture.integer_type Python function
162562 This adds a new Python function, gdb.Architecture.integer_type, which