Home
last modified time | relevance | path

Searched refs:numeric_type (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Dlibgccjit.h807 gcc_jit_type *numeric_type,
812 gcc_jit_type *numeric_type,
817 gcc_jit_type *numeric_type);
821 gcc_jit_type *numeric_type);
826 gcc_jit_type *numeric_type,
H A Dlibgccjit++.h185 rvalue new_rvalue (type numeric_type,
187 rvalue new_rvalue (type numeric_type,
189 rvalue zero (type numeric_type) const;
190 rvalue one (type numeric_type) const;
191 rvalue new_rvalue (type numeric_type,
864 context::new_rvalue (type numeric_type, in new_rvalue() argument
869 numeric_type.get_inner_type (), in new_rvalue()
874 context::new_rvalue (type numeric_type, in new_rvalue() argument
879 numeric_type.get_inner_type (), in new_rvalue()
884 context::zero (type numeric_type) const in zero() argument
[all …]
H A Dlibgccjit.c1176 gcc_jit_type *numeric_type, in gcc_jit_context_new_rvalue_from_int() argument
1181 RETURN_NULL_IF_FAIL_NONNULL_NUMERIC_TYPE (ctxt, numeric_type); in gcc_jit_context_new_rvalue_from_int()
1184 ->new_rvalue_from_const <int> (numeric_type, value)); in gcc_jit_context_new_rvalue_from_int()
1191 gcc_jit_type *numeric_type, in gcc_jit_context_new_rvalue_from_long() argument
1196 RETURN_NULL_IF_FAIL_NONNULL_NUMERIC_TYPE (ctxt, numeric_type); in gcc_jit_context_new_rvalue_from_long()
1199 ->new_rvalue_from_const <long> (numeric_type, value)); in gcc_jit_context_new_rvalue_from_long()
1210 gcc_jit_type *numeric_type) in gcc_jit_context_zero() argument
1214 RETURN_NULL_IF_FAIL_NONNULL_NUMERIC_TYPE (ctxt, numeric_type); in gcc_jit_context_zero()
1216 return gcc_jit_context_new_rvalue_from_int (ctxt, numeric_type, 0); in gcc_jit_context_zero()
1227 gcc_jit_type *numeric_type) in gcc_jit_context_one() argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Dlibgccjit.h1055 gcc_jit_type *numeric_type,
1060 gcc_jit_type *numeric_type,
1065 gcc_jit_type *numeric_type);
1069 gcc_jit_type *numeric_type);
1074 gcc_jit_type *numeric_type,
H A Dlibgccjit++.h186 rvalue new_rvalue (type numeric_type,
188 rvalue new_rvalue (type numeric_type,
190 rvalue zero (type numeric_type) const;
191 rvalue one (type numeric_type) const;
192 rvalue new_rvalue (type numeric_type,
925 context::new_rvalue (type numeric_type, in new_rvalue() argument
930 numeric_type.get_inner_type (), in new_rvalue()
935 context::new_rvalue (type numeric_type, in new_rvalue() argument
940 numeric_type.get_inner_type (), in new_rvalue()
945 context::zero (type numeric_type) const in zero() argument
[all …]
H A Dlibgccjit.cc1932 gcc_jit_type *numeric_type, in gcc_jit_context_new_rvalue_from_int() argument
1937 RETURN_NULL_IF_FAIL_NONNULL_NUMERIC_TYPE (ctxt, numeric_type); in gcc_jit_context_new_rvalue_from_int()
1940 ->new_rvalue_from_const <int> (numeric_type, value)); in gcc_jit_context_new_rvalue_from_int()
1951 gcc_jit_type *numeric_type, in gcc_jit_context_new_rvalue_from_long() argument
1956 RETURN_NULL_IF_FAIL_NONNULL_NUMERIC_TYPE (ctxt, numeric_type); in gcc_jit_context_new_rvalue_from_long()
1959 ->new_rvalue_from_const <long> (numeric_type, value)); in gcc_jit_context_new_rvalue_from_long()
1970 gcc_jit_type *numeric_type) in gcc_jit_context_zero() argument
1974 RETURN_NULL_IF_FAIL_NONNULL_NUMERIC_TYPE (ctxt, numeric_type); in gcc_jit_context_zero()
1976 return gcc_jit_context_new_rvalue_from_int (ctxt, numeric_type, 0); in gcc_jit_context_zero()
1987 gcc_jit_type *numeric_type) in gcc_jit_context_one() argument
[all …]
H A DChangeLog.jit776 (gcc_jit_context_new_rvalue_from_int): Verify that numeric_type is
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/
H A Dexpressions.rst59 gcc_jit_type *numeric_type, \
67 gcc_jit_type *numeric_type, \
74 gcc_jit_type *numeric_type)
81 gcc_jit_context_new_rvalue_from_int (ctxt, numeric_type, 0)
84 gcc_jit_type *numeric_type)
91 gcc_jit_context_new_rvalue_from_int (ctxt, numeric_type, 1)
95 gcc_jit_type *numeric_type, \
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/
H A Dexpressions.rst56 gccjit::context::new_rvalue (gccjit::type numeric_type, \
63 gccjit::context::new_rvalue (gccjit::type numeric_type, \
70 gccjit::context::zero (gccjit::type numeric_type) const
77 ctxt.new_rvalue (numeric_type, 0)
80 gccjit::context::one (gccjit::type numeric_type) const
87 ctxt.new_rvalue (numeric_type, 1)
90 gccjit::context::new_rvalue (gccjit::type numeric_type, \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/
H A Dexpressions.rst56 gccjit::context::new_rvalue (gccjit::type numeric_type, \
63 gccjit::context::new_rvalue (gccjit::type numeric_type, \
70 gccjit::context::zero (gccjit::type numeric_type) const
77 ctxt.new_rvalue (numeric_type, 0)
80 gccjit::context::one (gccjit::type numeric_type) const
87 ctxt.new_rvalue (numeric_type, 1)
90 gccjit::context::new_rvalue (gccjit::type numeric_type, \
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/
H A Dexpressions.rst59 gcc_jit_type *numeric_type, \
67 gcc_jit_type *numeric_type, \
74 gcc_jit_type *numeric_type)
81 gcc_jit_context_new_rvalue_from_int (ctxt, numeric_type, 0)
84 gcc_jit_type *numeric_type)
91 gcc_jit_context_new_rvalue_from_int (ctxt, numeric_type, 1)
95 gcc_jit_type *numeric_type, \
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dexpr.cc888 numeric_type (bt type) in numeric_type() function
899 return numeric_type (ts->type); in gfc_numeric_ts()
2564 if (!numeric_type (et0 (op1))) in check_intrinsic_op()
2584 && !(numeric_type (et0 (op1)) && numeric_type (et0 (op2)))) in check_intrinsic_op()
2600 if (!numeric_type (et0 (op1)) || !numeric_type (et0 (op2))) in check_intrinsic_op()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dexpr.c880 numeric_type (bt type) in numeric_type() function
891 return numeric_type (ts->type); in gfc_numeric_ts()
2538 if (!numeric_type (et0 (op1))) in check_intrinsic_op()
2558 && !(numeric_type (et0 (op1)) && numeric_type (et0 (op2)))) in check_intrinsic_op()
2574 if (!numeric_type (et0 (op1)) || !numeric_type (et0 (op2))) in check_intrinsic_op()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi6513 …text_new_rvalue_from_int (gcc_jit_context@w{ }*ctxt, gcc_jit_type@w{ }*numeric_type, int@w{ }value)
6521 …xt_new_rvalue_from_long (gcc_jit_context@w{ }*ctxt, gcc_jit_type@w{ }*numeric_type, long@w{ }value)
6529 …n} gcc_jit_rvalue *gcc_jit_context_zero (gcc_jit_context@w{ }*ctxt, gcc_jit_type@w{ }*numeric_type)
6535 gcc_jit_context_new_rvalue_from_int (ctxt, numeric_type, 0)
6543 …on} gcc_jit_rvalue *gcc_jit_context_one (gcc_jit_context@w{ }*ctxt, gcc_jit_type@w{ }*numeric_type)
6549 gcc_jit_context_new_rvalue_from_int (ctxt, numeric_type, 1)
6557 …_new_rvalue_from_double (gcc_jit_context@w{ }*ctxt, gcc_jit_type@w{ }*numeric_type, double@w{ }val…
13481 @deffn {C++ Function} gccjit::rvalue gccjit::context::new_rvalue (gccjit::type numeric_type, int va…
13489 @deffn {C++ Function} gccjit::rvalue gccjit::context::new_rvalue (gccjit::type numeric_type, long v…
13497 @deffn {C++ Function} gccjit::rvalue gccjit::context::zero (gccjit::type numeric_type) const
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi6321 …text_new_rvalue_from_int (gcc_jit_context@w{ }*ctxt, gcc_jit_type@w{ }*numeric_type, int@w{ }value)
6329 …xt_new_rvalue_from_long (gcc_jit_context@w{ }*ctxt, gcc_jit_type@w{ }*numeric_type, long@w{ }value)
6337 …n} gcc_jit_rvalue *gcc_jit_context_zero (gcc_jit_context@w{ }*ctxt, gcc_jit_type@w{ }*numeric_type)
6343 gcc_jit_context_new_rvalue_from_int (ctxt, numeric_type, 0)
6349 …on} gcc_jit_rvalue *gcc_jit_context_one (gcc_jit_context@w{ }*ctxt, gcc_jit_type@w{ }*numeric_type)
6355 gcc_jit_context_new_rvalue_from_int (ctxt, numeric_type, 1)
6361 …_new_rvalue_from_double (gcc_jit_context@w{ }*ctxt, gcc_jit_type@w{ }*numeric_type, double@w{ }val…
13897 …ref{17e,,rvalue} gccjit::@ref{175,,context}::new_rvalue (gccjit::type numeric_type, int value) con…
13905 …ref{17e,,rvalue} gccjit::@ref{175,,context}::new_rvalue (gccjit::type numeric_type, long value) co…
13913 …ction} gccjit::@ref{17e,,rvalue} gccjit::@ref{175,,context}::zero (gccjit::type numeric_type) const
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-19911830 same_type, integral_type, numeric_type, character_type,
H A DChangeLog-201213091 (numeric_type, character_type, string_type, boolean_type): Delete.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-19911830 same_type, integral_type, numeric_type, character_type,
H A DChangeLog-201213091 (numeric_type, character_type, string_type, boolean_type): Delete.