Home
last modified time | relevance | path

Searched refs:rvalue (Results 1 – 25 of 239) sorted by relevance

12345678910

/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Dlibgccjit++.h45 class rvalue; variable
185 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,
193 rvalue new_rvalue (type pointer_type,
195 rvalue new_rvalue (const std::string &value) const;
196 rvalue new_rvalue (type vector_type,
197 std::vector<rvalue> elements) const;
[all …]
H A Djit-playback.h115 rvalue *
119 rvalue *
122 rvalue *
125 const auto_vec<rvalue *> &elements);
127 rvalue *
131 rvalue *a);
133 rvalue *
137 rvalue *a, rvalue *b);
139 rvalue *
142 rvalue *a, rvalue *b);
[all …]
H A Djit-recording.h153 rvalue *
157 rvalue *
160 rvalue *
163 rvalue **elements);
165 rvalue *
169 rvalue *a);
171 rvalue *
175 rvalue *a, rvalue *b);
177 rvalue *
180 rvalue *a, rvalue *b);
[all …]
H A Djit-playback.c570 rvalue *
580 return new rvalue (this, inner);
587 return new rvalue (this, inner);
594 rvalue *
604 return new rvalue (this, inner);
611 return new rvalue (this, inner);
618 rvalue *
643 return new rvalue (this, inner);
649 rvalue *
657 return new rvalue (this, inner);
[all …]
H A Dlibgccjit.c79 struct gcc_jit_rvalue : public gcc::jit::recording::rvalue
1134 gcc_jit_rvalue_as_object (gcc_jit_rvalue *rvalue) in gcc_jit_rvalue_as_object() argument
1136 RETURN_NULL_IF_FAIL (rvalue, NULL, NULL, "NULL rvalue"); in gcc_jit_rvalue_as_object()
1138 return static_cast <gcc_jit_object *> (rvalue->as_object ()); in gcc_jit_rvalue_as_object()
1148 gcc_jit_rvalue_get_type (gcc_jit_rvalue *rvalue) in gcc_jit_rvalue_get_type() argument
1150 RETURN_NULL_IF_FAIL (rvalue, NULL, NULL, "NULL rvalue"); in gcc_jit_rvalue_get_type()
1152 return static_cast <gcc_jit_type *> (rvalue->get_type ()); in gcc_jit_rvalue_get_type()
1329 gcc_jit_rvalue *rvalue) in gcc_jit_context_new_unary_op() argument
1346 rvalue->get_debug_string (), in gcc_jit_context_new_unary_op()
1348 RETURN_NULL_IF_FAIL (rvalue, ctxt, loc, "NULL rvalue"); in gcc_jit_context_new_unary_op()
[all …]
H A Djit-recording.c225 get_identifier_as_rvalue (recording::rvalue *m);
407 reproducer::get_identifier_as_rvalue (recording::rvalue *m) in get_identifier_as_rvalue()
456 comma_separated_string (const auto_vec<recording::rvalue *> &rvalues,
470 (const auto_vec<recording::rvalue *> &rvalues, in comma_separated_string()
1071 recording::rvalue *
1074 recording::rvalue *result = in new_string_literal()
1086 recording::rvalue *
1089 rvalue **elements) in new_rvalue_from_vector()
1091 recording::rvalue *result in new_rvalue_from_vector()
1103 recording::rvalue *
[all …]
H A Dlibgccjit.h799 gcc_jit_rvalue_as_object (gcc_jit_rvalue *rvalue);
802 gcc_jit_rvalue_get_type (gcc_jit_rvalue *rvalue);
874 gcc_jit_rvalue *rvalue);
1004 gcc_jit_rvalue *rvalue,
1043 gcc_jit_rvalue_dereference (gcc_jit_rvalue *rvalue,
1073 gcc_jit_rvalue *rvalue);
1086 gcc_jit_rvalue *rvalue);
1102 gcc_jit_rvalue *rvalue);
1155 gcc_jit_rvalue *rvalue);
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Dlibgccjit++.h45 class rvalue; variable
186 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,
194 rvalue new_rvalue (type pointer_type,
196 rvalue new_rvalue (const std::string &value) const;
197 rvalue new_rvalue (type vector_type,
198 std::vector<rvalue> elements) const;
[all …]
H A Djit-playback.h126 rvalue *
130 const auto_vec<rvalue*> *rvalues);
135 rvalue* init);
138 rvalue *
142 rvalue *
145 rvalue *
148 const auto_vec<rvalue *> &elements);
150 rvalue *
154 rvalue *a);
156 rvalue *
[all …]
H A Djit-recording.h152 rvalue *
157 rvalue **values);
161 rvalue *init);
164 rvalue *
168 rvalue *
171 rvalue *
174 rvalue **elements);
176 rvalue *
180 rvalue *a);
182 rvalue *
[all …]
H A Djit-playback.cc688 rvalue* init) in global_set_init_rvalue()
718 playback::rvalue *
723 const auto_vec<rvalue*> *rvalues) in new_ctor()
729 return new rvalue (this, build_constructor (type_tree, NULL)); in new_ctor()
741 rvalue *rv = (*rvalues)[i]; in new_ctor()
758 return new rvalue (this, ctor); in new_ctor()
772 rvalue *rv = (*rvalues)[i]; in new_ctor()
788 return new rvalue (this, build_constructor (type_tree, v)); in new_ctor()
879 rvalue *
889 return new rvalue (this, inner); in new_rvalue_from_const()
[all …]
H A Dlibgccjit.cc87 struct gcc_jit_rvalue : public gcc::jit::recording::rvalue
1470 gcc::jit::recording::rvalue *rv = values[i]; in gcc_jit_context_new_struct_constructor()
1565 reinterpret_cast<gcc::jit::recording::rvalue**>(values)); in gcc_jit_context_new_struct_constructor()
1652 reinterpret_cast<gcc::jit::recording::rvalue**>(&value)); in gcc_jit_context_new_union_constructor()
1745 reinterpret_cast<gcc::jit::recording::rvalue**>(values)); in gcc_jit_context_new_array_constructor()
1890 gcc_jit_rvalue_as_object (gcc_jit_rvalue *rvalue) in gcc_jit_rvalue_as_object() argument
1892 RETURN_NULL_IF_FAIL (rvalue, NULL, NULL, "NULL rvalue"); in gcc_jit_rvalue_as_object()
1894 return static_cast <gcc_jit_object *> (rvalue->as_object ()); in gcc_jit_rvalue_as_object()
1904 gcc_jit_rvalue_get_type (gcc_jit_rvalue *rvalue) in gcc_jit_rvalue_get_type() argument
1906 RETURN_NULL_IF_FAIL (rvalue, NULL, NULL, "NULL rvalue"); in gcc_jit_rvalue_get_type()
[all …]
H A Djit-recording.cc225 get_identifier_as_rvalue (recording::rvalue *m);
407 reproducer::get_identifier_as_rvalue (recording::rvalue *m) in get_identifier_as_rvalue()
456 comma_separated_string (const auto_vec<recording::rvalue *> &rvalues,
470 (const auto_vec<recording::rvalue *> &rvalues, in comma_separated_string()
1072 rvalue *init) in new_global_init_rvalue()
1088 recording::rvalue *
1091 recording::rvalue *result = in new_string_literal()
1103 recording::rvalue *
1106 rvalue **elements) in new_rvalue_from_vector()
1108 recording::rvalue *result in new_rvalue_from_vector()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/
H A Dexpressions.rst25 .. class:: gccjit::rvalue
27 A :class:`gccjit::rvalue` is an expression that can be computed. It is a
44 Every rvalue has an associated type, and the API will check to ensure
47 .. function:: gccjit::type gccjit::rvalue::get_type ()
49 Get the type of this rvalue.
55 .. function:: gccjit::rvalue \
59 Given a numeric type (integer or floating point), build an rvalue for
62 .. function:: gccjit::rvalue \
66 Given a numeric type (integer or floating point), build an rvalue for
69 .. function:: gccjit::rvalue \
[all …]
H A Dfunctions.rst38 of :class:`gccjit::rvalue` and :class:`gccjit::object`). It is a thin
119 gccjit::block::add_eval (gccjit::rvalue rvalue, \
122 Add evaluation of an rvalue, discarding the result
133 gccjit::rvalue rvalue, \
136 Add evaluation of an rvalue, assigning the result to the given
143 lvalue = rvalue;
148 gccjit::rvalue rvalue, \
151 Add evaluation of an rvalue, using the result to modify an
158 lvalue += rvalue;
159 lvalue *= rvalue;
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/
H A Dexpressions.rst25 .. class:: gccjit::rvalue
27 A :class:`gccjit::rvalue` is an expression that can be computed. It is a
44 Every rvalue has an associated type, and the API will check to ensure
47 .. function:: gccjit::type gccjit::rvalue::get_type ()
49 Get the type of this rvalue.
55 .. function:: gccjit::rvalue \
59 Given a numeric type (integer or floating point), build an rvalue for
62 .. function:: gccjit::rvalue \
66 Given a numeric type (integer or floating point), build an rvalue for
69 .. function:: gccjit::rvalue \
[all …]
H A Dfunctions.rst38 of :class:`gccjit::rvalue` and :class:`gccjit::object`). It is a thin
119 gccjit::block::add_eval (gccjit::rvalue rvalue, \
122 Add evaluation of an rvalue, discarding the result
133 gccjit::rvalue rvalue, \
136 Add evaluation of an rvalue, assigning the result to the given
143 lvalue = rvalue;
148 gccjit::rvalue rvalue, \
151 Add evaluation of an rvalue, using the result to modify an
158 lvalue += rvalue;
159 lvalue *= rvalue;
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Ddata.cc105 gfc_ref *ref, gfc_expr *rvalue) in create_character_initializer() argument
163 if (rvalue->ts.type == BT_HOLLERITH) in create_character_initializer()
164 len = rvalue->representation.length - rvalue->ts.u.pad; in create_character_initializer()
166 len = rvalue->value.character.length; in create_character_initializer()
174 "variable has zero length", &rvalue->where); in create_character_initializer()
180 "fit the variable (%ld/%ld)", &rvalue->where, in create_character_initializer()
199 if (rvalue->ts.type == BT_HOLLERITH) in create_character_initializer()
202 dest[start+i] = rvalue->representation.string[i]; in create_character_initializer()
205 memcpy (&dest[start], rvalue->value.character.string, in create_character_initializer()
212 if (rvalue->ts.type == BT_HOLLERITH) in create_character_initializer()
[all …]
H A Dexpr.cc3670 gfc_check_assign (gfc_expr *lvalue, gfc_expr *rvalue, int conform, in gfc_check_assign() argument
3755 && sym->attr.proc != PROC_MODULE && !rvalue->error) in gfc_check_assign()
3763 if (rvalue->rank != 0 && lvalue->rank != rvalue->rank) in gfc_check_assign()
3766 lvalue->rank, rvalue->rank, &lvalue->where); in gfc_check_assign()
3777 if (rvalue->expr_type == EXPR_NULL) in gfc_check_assign()
3785 &rvalue->where); in gfc_check_assign()
3792 && rvalue->expr_type == EXPR_FUNCTION && gfc_expr_attr (rvalue).pointer) in gfc_check_assign()
3795 "assignment at %L", &rvalue->where); in gfc_check_assign()
3798 if (lvalue->rank != 0 && rvalue->rank != 0 in gfc_check_assign()
3799 && !gfc_check_conformance (lvalue, rvalue, _("array assignment"))) in gfc_check_assign()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/
H A Dexpressions.rst42 Every rvalue has an associated type, and the API will check to ensure
45 .. function:: gcc_jit_type *gcc_jit_rvalue_get_type (gcc_jit_rvalue *rvalue)
47 Get the type of this rvalue.
49 .. function:: gcc_jit_object *gcc_jit_rvalue_as_object (gcc_jit_rvalue *rvalue)
51 Upcast the given rvalue to be an object.
62 Given a numeric type (integer or floating point), build an rvalue for
70 Given a numeric type (integer or floating point), build an rvalue for
76 Given a numeric type (integer or floating point), get the rvalue for
86 Given a numeric type (integer or floating point), get the rvalue for
98 Given a numeric type (integer or floating point), build an rvalue for
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dexpr.c3638 gfc_check_assign (gfc_expr *lvalue, gfc_expr *rvalue, int conform, in gfc_check_assign() argument
3723 && sym->attr.proc != PROC_MODULE && !rvalue->error) in gfc_check_assign()
3731 if (rvalue->rank != 0 && lvalue->rank != rvalue->rank) in gfc_check_assign()
3734 lvalue->rank, rvalue->rank, &lvalue->where); in gfc_check_assign()
3745 if (rvalue->expr_type == EXPR_NULL) in gfc_check_assign()
3753 &rvalue->where); in gfc_check_assign()
3760 && rvalue->expr_type == EXPR_FUNCTION && gfc_expr_attr (rvalue).pointer) in gfc_check_assign()
3763 "assignment at %L", &rvalue->where); in gfc_check_assign()
3766 if (lvalue->rank != 0 && rvalue->rank != 0 in gfc_check_assign()
3767 && !gfc_check_conformance (lvalue, rvalue, "array assignment")) in gfc_check_assign()
[all …]
H A Ddata.c105 gfc_ref *ref, gfc_expr *rvalue) in create_character_initializer() argument
163 if (rvalue->ts.type == BT_HOLLERITH) in create_character_initializer()
164 len = rvalue->representation.length - rvalue->ts.u.pad; in create_character_initializer()
166 len = rvalue->value.character.length; in create_character_initializer()
174 "variable has zero length", &rvalue->where); in create_character_initializer()
180 "fit the variable (%ld/%ld)", &rvalue->where, in create_character_initializer()
186 if (rvalue->ts.type == BT_HOLLERITH) in create_character_initializer()
189 dest[start+i] = rvalue->representation.string[i]; in create_character_initializer()
192 memcpy (&dest[start], rvalue->value.character.string, in create_character_initializer()
199 if (rvalue->ts.type == BT_HOLLERITH) in create_character_initializer()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/
H A Dexpressions.rst42 Every rvalue has an associated type, and the API will check to ensure
45 .. function:: gcc_jit_type *gcc_jit_rvalue_get_type (gcc_jit_rvalue *rvalue)
47 Get the type of this rvalue.
49 .. function:: gcc_jit_object *gcc_jit_rvalue_as_object (gcc_jit_rvalue *rvalue)
51 Upcast the given rvalue to be an object.
62 Given a numeric type (integer or floating point), build an rvalue for
70 Given a numeric type (integer or floating point), build an rvalue for
76 Given a numeric type (integer or floating point), get the rvalue for
86 Given a numeric type (integer or floating point), get the rvalue for
98 Given a numeric type (integer or floating point), build an rvalue for
[all …]
/netbsd-src/external/bsd/openldap/dist/tests/data/regressions/its8752/
H A Dits8752306 rvalue=`echo|awk "BEGIN {srand($seed)
308 MYURI=`eval echo '$URI'$rvalue`
310 rvalue=`echo|awk "BEGIN {srand($seed)
312 MYDN=`eval echo '$DN'$rvalue`
313 MYVAL=`eval echo '$VAL'$rvalue`
436 rvalue=`echo|awk "BEGIN {srand($seed)
438 MYURI=`eval echo '$URI'$rvalue`
440 rvalue=`echo|awk "BEGIN {srand($seed)
442 MYDN=`eval echo '$DN'$rvalue`
443 MYVAL=`eval echo '$VAL'$rvalue`
/netbsd-src/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_xattr_platform.c37 void *rvalue; in DEFINE_TEST()
98 rvalue = getXattr("writetest", attrname, &insize); in DEFINE_TEST()
100 assertEqualMem(rvalue, writeval, insize); in DEFINE_TEST()
101 free(rvalue); in DEFINE_TEST()

12345678910