/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/ |
H A D | expressions.rst | 228 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 D | types.rst | 180 Vector rvalues can be generated using
|
H A D | functions.rst | 42 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 D | expressions.rst | 224 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 D | expressions.rst | 224 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 D | expressions.rst | 375 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 D | functions.rst | 44 Parameters are lvalues, and thus are also rvalues (and objects), so the
|
H A D | types.rst | 190 Vector rvalues can be generated using
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | TODO.rst | 94 * Warn about unused objects in a context (e.g. rvalues/lvalues)? (e.g.
|
H A D | jit-playback.cc | 723 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 D | jit-recording.cc | 456 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 D | jit-playback.h | 130 const auto_vec<rvalue*> *rvalues);
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | TODO.rst | 94 * Warn about unused objects in a context (e.g. rvalues/lvalues)? (e.g.
|
H A D | jit-recording.c | 456 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 D | thread | 137 "std::thread arguments must be invocable after conversion to rvalues" 555 " conversion to rvalues");
|
H A D | future | 492 // set rvalues
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
H A D | thread | 257 " conversion to rvalues");
|
H A D | future | 506 // set rvalues
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/intro/ |
H A D | tutorial03.rst | 98 Expressions: lvalues and rvalues
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/intro/ |
H A D | tutorial03.rst | 98 Expressions: lvalues and rvalues
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 132 * 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 D | tutorial03.rst | 105 Expressions: lvalues and rvalues
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/intro/ |
H A D | tutorial03.rst | 105 Expressions: lvalues and rvalues
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 130 * 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 D | gdc.texi | 349 rvalues.
|