Home
last modified time | relevance | path

Searched refs:rvalues (Results 1 – 25 of 65) sorted by relevance

123

/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/
H A Dexpressions.rst228 Build a binary operation out of two constituent rvalues.
386 Build a boolean rvalue out of the comparison of two other rvalues.
410 Given a function and the given table of argument rvalues, construct a
445 argument rvalues, construct a call to the function pointer, with the
595 Field access is provided separately for both lvalues and rvalues.
H A Dtypes.rst180 Vector rvalues can be generated using
H A Dfunctions.rst42 Parameters are lvalues, and thus are also rvalues (and objects), so the
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/
H A Dexpressions.rst224 Build a binary operation out of two constituent rvalues.
364 Build a boolean rvalue out of the comparison of two other rvalues.
453 Given a function and the given table of argument rvalues, construct a
564 Field access is provided separately for both lvalues and rvalues:
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/
H A Dexpressions.rst224 Build a binary operation out of two constituent rvalues.
364 Build a boolean rvalue out of the comparison of two other rvalues.
453 Given a function and the given table of argument rvalues, construct a
564 Field access is provided separately for both lvalues and rvalues:
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/
H A Dexpressions.rst375 Build a binary operation out of two constituent rvalues.
535 Build a boolean rvalue out of the comparison of two other rvalues.
559 Given a function and the given table of argument rvalues, construct a
594 argument rvalues, construct a call to the function pointer, with the
936 Field access is provided separately for both lvalues and rvalues.
H A Dfunctions.rst44 Parameters are lvalues, and thus are also rvalues (and objects), so the
H A Dtypes.rst190 Vector rvalues can be generated using
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A DTODO.rst94 * Warn about unused objects in a context (e.g. rvalues/lvalues)? (e.g.
H A Djit-playback.cc723 const auto_vec<rvalue*> *rvalues) in new_ctor() argument
728 if (rvalues->length () == 0) in new_ctor()
734 int n = rvalues->length (); in new_ctor()
741 rvalue *rv = (*rvalues)[i]; in new_ctor()
772 rvalue *rv = (*rvalues)[i]; in new_ctor()
H A Djit-recording.cc456 comma_separated_string (const auto_vec<recording::rvalue *> &rvalues,
470 (const auto_vec<recording::rvalue *> &rvalues, in comma_separated_string() argument
476 for (unsigned i = 0; i< rvalues.length (); i++) in comma_separated_string()
478 sz += strlen (rvalues[i]->get_debug_string_parens (prec)); in comma_separated_string()
486 for (unsigned i = 0; i< rvalues.length (); i++) in comma_separated_string()
488 strcpy (m_buf + len, rvalues[i]->get_debug_string_parens (prec)); in comma_separated_string()
489 len += strlen (rvalues[i]->get_debug_string_parens (prec)); in comma_separated_string()
490 if (i + 1 < rvalues.length ()) in comma_separated_string()
H A Djit-playback.h130 const auto_vec<rvalue*> *rvalues);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A DTODO.rst94 * Warn about unused objects in a context (e.g. rvalues/lvalues)? (e.g.
H A Djit-recording.c456 comma_separated_string (const auto_vec<recording::rvalue *> &rvalues,
470 (const auto_vec<recording::rvalue *> &rvalues, in comma_separated_string() argument
476 for (unsigned i = 0; i< rvalues.length (); i++) in comma_separated_string()
478 sz += strlen (rvalues[i]->get_debug_string_parens (prec)); in comma_separated_string()
486 for (unsigned i = 0; i< rvalues.length (); i++) in comma_separated_string()
488 strcpy (m_buf + len, rvalues[i]->get_debug_string_parens (prec)); in comma_separated_string()
489 len += strlen (rvalues[i]->get_debug_string_parens (prec)); in comma_separated_string()
490 if (i + 1 < rvalues.length ()) in comma_separated_string()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dthread137 "std::thread arguments must be invocable after conversion to rvalues"
555 " conversion to rvalues");
H A Dfuture492 // set rvalues
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dthread257 " conversion to rvalues");
H A Dfuture506 // set rvalues
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/intro/
H A Dtutorial03.rst98 Expressions: lvalues and rvalues
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/intro/
H A Dtutorial03.rst98 Expressions: lvalues and rvalues
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi132 * Expressions; lvalues and rvalues: Expressions lvalues and rvalues.
276 * Expressions; lvalues and rvalues: Expressions lvalues and rvalues<2>.
1300 * Expressions; lvalues and rvalues: Expressions lvalues and rvalues.
1307 @node Expressions lvalues and rvalues,Control flow,,Tutorial part 3 Loops and variables
1308 @anchor{intro/tutorial03 expressions-lvalues-and-rvalues}@anchor{23}
1309 @subsection Expressions: lvalues and rvalues
1391 @node Control flow,Visualizing the control flow graph,Expressions lvalues and rvalues,Tutorial part…
6140 Vector rvalues can be generated using
6427 @anchor{topics/expressions rvalues}@anchor{94}
6756 Build a binary operation out of two constituent rvalues.
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/intro/
H A Dtutorial03.rst105 Expressions: lvalues and rvalues
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/intro/
H A Dtutorial03.rst105 Expressions: lvalues and rvalues
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi130 * Expressions; lvalues and rvalues: Expressions lvalues and rvalues.
297 * Expressions; lvalues and rvalues: Expressions lvalues and rvalues<2>.
1242 * Expressions; lvalues and rvalues: Expressions lvalues and rvalues.
1249 @node Expressions lvalues and rvalues,Control flow,,Tutorial part 3 Loops and variables
1250 @anchor{intro/tutorial03 expressions-lvalues-and-rvalues}@anchor{23}
1251 @subsection Expressions: lvalues and rvalues
1323 @node Control flow,Visualizing the control flow graph,Expressions lvalues and rvalues,Tutorial part…
5729 Vector rvalues can be generated using
6234 @anchor{topics/expressions rvalues}@anchor{af}
6692 Build a binary operation out of two constituent rvalues.
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dgdc.texi349 rvalues.

123