HomeSort by: relevance | last modified time | path
    Searched refs:rvalue (Results 1 - 25 of 79) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gcc/dist/gcc/jit/
libgccjit++.h 45 class rvalue;
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
480 class rvalue : public object class in namespace:gccjit
1753 inline rvalue::rvalue () : object () {} function in class:gccjit::rvalue
1754 inline rvalue::rvalue (gcc_jit_rvalue *inner) function in class:gccjit::rvalue
    [all...]
jit-playback.h 149 rvalue *
153 const auto_vec<rvalue*> *rvalues);
158 rvalue* init);
161 rvalue *
165 rvalue *
168 rvalue *
171 rvalue *
174 const auto_vec<rvalue *> &elements);
176 rvalue *
180 rvalue *a)
678 class rvalue : public wrapper class in namespace:gcc::jit::playback
681 rvalue (context *ctxt, tree inner) function in class:gcc::jit::playback::rvalue
    [all...]
jit-recording.h 156 rvalue *
161 rvalue **values);
165 rvalue *init);
168 rvalue *
172 rvalue *
175 rvalue *
178 rvalue *
181 rvalue **elements);
183 rvalue *
187 rvalue *a)
1156 class rvalue : public memento class in namespace:gcc::jit::recording
1159 rvalue (context *ctxt, function in class:gcc::jit::recording::rvalue
    [all...]
jit-playback.cc 823 rvalue* init)
853 playback::rvalue *
858 const auto_vec<rvalue*> *rvalues)
864 return new rvalue (this, build_constructor (type_tree, NULL));
876 rvalue *rv = (*rvalues)[i];
893 return new rvalue (this, ctor);
907 rvalue *rv = (*rvalues)[i];
923 return new rvalue (this, build_constructor (type_tree, v));
1004 Each of these constructs a playback::rvalue instance (wrapping a tree).
1013 /* Specialization of making an rvalue from a const, for host <int>. *
    [all...]
jit-common.h 70 instances. Hence you can't ask a recording rvalue or lvalue what its
71 type is, whereas you can for a playback rvalue of lvalue (since it
126 class rvalue;
152 class rvalue;
libgccjit.cc 87 struct gcc_jit_rvalue : public gcc::jit::recording::rvalue
1150 gcc::jit::recording::lvalue::as_rvalue method (a param is an rvalue),
1485 gcc::jit::recording::rvalue *rv = values[i];
1580 reinterpret_cast<gcc::jit::recording::rvalue**>(values));
1667 reinterpret_cast<gcc::jit::recording::rvalue**>(&value));
1760 reinterpret_cast<gcc::jit::recording::rvalue**>(values));
1851 /* Check that the rvalue initializer is not set for this global.
1901 gcc::jit::recording::memento::as_object method (an rvalue is a
1905 gcc_jit_rvalue_as_object (gcc_jit_rvalue *rvalue)
1907 RETURN_NULL_IF_FAIL (rvalue, NULL, NULL, "NULL rvalue")
    [all...]
jit-recording.cc 225 get_identifier_as_rvalue (recording::rvalue *m);
403 /* Locate the C identifier for the given rvalue, wrapping it within
407 reproducer::get_identifier_as_rvalue (recording::rvalue *m)
456 comma_separated_string (const auto_vec<recording::rvalue *> &rvalues,
470 (const auto_vec<recording::rvalue *> &rvalues,
1070 rvalue *init)
1086 recording::rvalue *
1089 recording::rvalue *result =
1101 recording::rvalue *
1104 recording::rvalue *result
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/jit/
libgccjit++.h 45 class rvalue;
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
479 class rvalue : public object class in namespace:gccjit
1746 inline rvalue::rvalue () : object () {} function in class:gccjit::rvalue
1747 inline rvalue::rvalue (gcc_jit_rvalue *inner) function in class:gccjit::rvalue
    [all...]
jit-playback.h 126 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 *
642 class rvalue : public wrapper class in namespace:gcc::jit::playback
645 rvalue (context *ctxt, tree inner) function in class:gcc::jit::playback::rvalue
    [all...]
jit-recording.h 152 rvalue *
157 rvalue **values);
161 rvalue *init);
164 rvalue *
168 rvalue *
171 rvalue *
174 rvalue **elements);
176 rvalue *
180 rvalue *a);
182 rvalue *
1094 class rvalue : public memento class in namespace:gcc::jit::recording
1097 rvalue (context *ctxt, function in class:gcc::jit::recording::rvalue
    [all...]
jit-playback.cc 688 rvalue* init)
718 playback::rvalue *
723 const auto_vec<rvalue*> *rvalues)
729 return new rvalue (this, build_constructor (type_tree, NULL));
741 rvalue *rv = (*rvalues)[i];
758 return new rvalue (this, ctor);
772 rvalue *rv = (*rvalues)[i];
788 return new rvalue (this, build_constructor (type_tree, v));
867 Each of these constructs a playback::rvalue instance (wrapping a tree).
876 /* Specialization of making an rvalue from a const, for host <int>. *
    [all...]
jit-common.h 70 instances. Hence you can't ask a recording rvalue or lvalue what its
71 type is, whereas you can for a playback rvalue of lvalue (since it
126 class rvalue;
152 class rvalue;
libgccjit.cc 87 struct gcc_jit_rvalue : public gcc::jit::recording::rvalue
1135 gcc::jit::recording::lvalue::as_rvalue method (a param is an rvalue),
1470 gcc::jit::recording::rvalue *rv = values[i];
1565 reinterpret_cast<gcc::jit::recording::rvalue**>(values));
1652 reinterpret_cast<gcc::jit::recording::rvalue**>(&value));
1745 reinterpret_cast<gcc::jit::recording::rvalue**>(values));
1836 /* Check that the rvalue initializer is not set for this global.
1886 gcc::jit::recording::memento::as_object method (an rvalue is a
1890 gcc_jit_rvalue_as_object (gcc_jit_rvalue *rvalue)
1892 RETURN_NULL_IF_FAIL (rvalue, NULL, NULL, "NULL rvalue")
    [all...]
jit-recording.cc 225 get_identifier_as_rvalue (recording::rvalue *m);
403 /* Locate the C identifier for the given rvalue, wrapping it within
407 reproducer::get_identifier_as_rvalue (recording::rvalue *m)
456 comma_separated_string (const auto_vec<recording::rvalue *> &rvalues,
470 (const auto_vec<recording::rvalue *> &rvalues,
1072 rvalue *init)
1088 recording::rvalue *
1091 recording::rvalue *result =
1103 recording::rvalue *
1106 rvalue **elements
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
rvalue-ref-casts.exp 18 # C++11 rvalue reference type casting tests, based on gdb.cp/casts.exp.
36 set line [gdb_get_line_number {rvalue-ref-casts.exp: 1}]
44 "cast derived class rvalue reference to base class rvalue reference"
48 "cast base class rvalue reference to derived class rvalue reference"
55 "let compiler cast base class rvalue reference to derived\
56 class rvalue reference"
59 "static_cast to rvalue reference type"
63 "reinterpret_cast to rvalue reference type
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
rvalue-ref-casts.exp 18 # C++11 rvalue reference type casting tests, based on gdb.cp/casts.exp.
36 set line [gdb_get_line_number {rvalue-ref-casts.exp: 1}]
44 "cast derived class rvalue reference to base class rvalue reference"
48 "cast base class rvalue reference to derived class rvalue reference"
55 "let compiler cast base class rvalue reference to derived\
56 class rvalue reference"
59 "static_cast to rvalue reference type"
63 "reinterpret_cast to rvalue reference type
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/test/
test_xattr_platform.c 37 void *rvalue;
98 rvalue = getXattr("writetest", attrname, &insize);
100 assertEqualMem(rvalue, writeval, insize);
101 free(rvalue);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
expr.cc 3670 gfc_check_assign (gfc_expr *lvalue, gfc_expr *rvalue, int conform,
3755 && sym->attr.proc != PROC_MODULE && !rvalue->error)
3763 if (rvalue->rank != 0 && lvalue->rank != rvalue->rank)
3766 lvalue->rank, rvalue->rank, &lvalue->where);
3777 if (rvalue->expr_type == EXPR_NULL)
3785 &rvalue->where);
3792 && rvalue->expr_type == EXPR_FUNCTION && gfc_expr_attr (rvalue).pointer)
3795 "assignment at %L", &rvalue->where)
    [all...]
data.cc 98 /* Create a character type initialization expression from RVALUE.
105 gfc_ref *ref, gfc_expr *rvalue)
163 if (rvalue->ts.type == BT_HOLLERITH)
164 len = rvalue->representation.length - rvalue->ts.u.pad;
166 len = rvalue->value.character.length;
174 "variable has zero length", &rvalue->where);
180 "fit the variable (%ld/%ld)", &rvalue->where,
199 if (rvalue->ts.type == BT_HOLLERITH)
202 dest[start+i] = rvalue->representation.string[i]
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
data.cc 130 /* Create a character type initialization expression from RVALUE.
137 gfc_ref *ref, gfc_expr *rvalue)
195 if (rvalue->ts.type == BT_HOLLERITH)
196 len = rvalue->representation.length - rvalue->ts.u.pad;
198 len = rvalue->value.character.length;
206 "variable has zero length", &rvalue->where);
212 "fit the variable (%wd/%wd)", &rvalue->where,
231 if (rvalue->ts.type == BT_HOLLERITH)
234 dest[start+i] = rvalue->representation.string[i]
    [all...]
expr.cc 3686 gfc_check_assign (gfc_expr *lvalue, gfc_expr *rvalue, int conform,
3771 && sym->attr.proc != PROC_MODULE && !rvalue->error)
3779 if (rvalue->rank != 0 && lvalue->rank != rvalue->rank)
3782 lvalue->rank, rvalue->rank, &lvalue->where);
3793 if (rvalue->expr_type == EXPR_NULL)
3801 &rvalue->where);
3808 && rvalue->expr_type == EXPR_FUNCTION && gfc_expr_attr (rvalue).pointer)
3811 "assignment at %L", &rvalue->where)
    [all...]
  /src/external/bsd/openldap/dist/tests/data/regressions/its8752/
its8752 306 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`
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/proto-to-llvm/
loop_proto_to_llvm.cpp 73 std::string RvalueToString(std::ostream &os, const Rvalue &x) {
125 std::string rvalue = RvalueToString(os, x.rvalue()); local
127 return os << "store i32 " << rvalue << ", i32* " << var_ref << "\n";
  /src/external/bsd/nvi/dist/vi/
v_replace.c 128 vip->rvalue = ev.e_value;
165 if ((!quote && vip->rvalue == K_CR) || vip->rvalue == K_NL) {
  /src/sys/arch/amiga/stand/binpatch/
binpatch.c 81 static u_long FindAssign(char *symbol, u_long *rvalue);
453 FindAssign(char *symbol, u_long *rvalue)
472 nscan = sscanf(cn, "%x", rvalue);
474 nscan = sscanf(cn, "%d", rvalue);

Completed in 72 milliseconds

1 2 3 4