<html lang="en"> <head> <title>Tuple specific accessors - GNU Compiler Collection (GCC) Internals</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="GNU Compiler Collection (GCC) Internals"> <meta name="generator" content="makeinfo 4.13"> <link title="Top" rel="start" href="index.html#Top"> <link rel="up" href="GIMPLE.html#GIMPLE" title="GIMPLE"> <link rel="prev" href="Manipulating-GIMPLE-statements.html#Manipulating-GIMPLE-statements" title="Manipulating GIMPLE statements"> <link rel="next" href="GIMPLE-sequences.html#GIMPLE-sequences" title="GIMPLE sequences"> <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage"> <!-- Copyright (C) 1988-2015 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with the Invariant Sections being ``Funding Free Software'', the Front-Cover Texts being (a) (see below), and with the Back-Cover Texts being (b) (see below). A copy of the license is included in the section entitled ``GNU Free Documentation License''. (a) The FSF's Front-Cover Text is: A GNU Manual (b) The FSF's Back-Cover Text is: You have freedom to copy and modify this GNU Manual, like GNU software. Copies published by the Free Software Foundation raise funds for GNU development.--> <meta http-equiv="Content-Style-Type" content="text/css"> <style type="text/css"><!-- pre.display { font-family:inherit } pre.format { font-family:inherit } pre.smalldisplay { font-family:inherit; font-size:smaller } pre.smallformat { font-family:inherit; font-size:smaller } pre.smallexample { font-size:smaller } pre.smalllisp { font-size:smaller } span.sc { font-variant:small-caps } span.roman { font-family:serif; font-weight:normal; } span.sansserif { font-family:sans-serif; font-weight:normal; } --></style> </head> <body> <div class="node"> <a name="Tuple-specific-accessors"></a> <p> Next: <a rel="next" accesskey="n" href="GIMPLE-sequences.html#GIMPLE-sequences">GIMPLE sequences</a>, Previous: <a rel="previous" accesskey="p" href="Manipulating-GIMPLE-statements.html#Manipulating-GIMPLE-statements">Manipulating GIMPLE statements</a>, Up: <a rel="up" accesskey="u" href="GIMPLE.html#GIMPLE">GIMPLE</a> <hr> </div> <h3 class="section">11.8 Tuple specific accessors</h3> <p><a name="index-Tuple-specific-accessors-2202"></a> <ul class="menu"> <li><a accesskey="1" href="_003ccode_003eGIMPLE_005fASM_003c_002fcode_003e.html#g_t_003ccode_003eGIMPLE_005fASM_003c_002fcode_003e"><code>GIMPLE_ASM</code></a> <li><a accesskey="2" href="_003ccode_003eGIMPLE_005fASSIGN_003c_002fcode_003e.html#g_t_003ccode_003eGIMPLE_005fASSIGN_003c_002fcode_003e"><code>GIMPLE_ASSIGN</code></a> <li><a accesskey="3" href="_003ccode_003eGIMPLE_005fBIND_003c_002fcode_003e.html#g_t_003ccode_003eGIMPLE_005fBIND_003c_002fcode_003e"><code>GIMPLE_BIND</code></a> <li><a accesskey="4" href="_003ccode_003eGIMPLE_005fCALL_003c_002fcode_003e.html#g_t_003ccode_003eGIMPLE_005fCALL_003c_002fcode_003e"><code>GIMPLE_CALL</code></a> <li><a accesskey="5" href="_003ccode_003eGIMPLE_005fCATCH_003c_002fcode_003e.html#g_t_003ccode_003eGIMPLE_005fCATCH_003c_002fcode_003e"><code>GIMPLE_CATCH</code></a> <li><a accesskey="6" href="_003ccode_003eGIMPLE_005fCOND_003c_002fcode_003e.html#g_t_003ccode_003eGIMPLE_005fCOND_003c_002fcode_003e"><code>GIMPLE_COND</code></a> <li><a accesskey="7" href="_003ccode_003eGIMPLE_005fDEBUG_003c_002fcode_003e.html#g_t_003ccode_003eGIMPLE_005fDEBUG_003c_002fcode_003e"><code>GIMPLE_DEBUG</code></a> <li><a accesskey="8" href="_003ccode_003eGIMPLE_005fEH_005fFILTER_003c_002fcode_003e.html#g_t_003ccode_003eGIMPLE_005fEH_005fFILTER_003c_002fcode_003e"><code>GIMPLE_EH_FILTER</code></a> <li><a accesskey="9" href="_003ccode_003eGIMPLE_005fLABEL_003c_002fcode_003e.html#g_t_003ccode_003eGIMPLE_005fLABEL_003c_002fcode_003e"><code>GIMPLE_LABEL</code></a> <li><a href="_003ccode_003eGIMPLE_005fGOTO_003c_002fcode_003e.html#g_t_003ccode_003eGIMPLE_005fGOTO_003c_002fcode_003e"><code>GIMPLE_GOTO</code></a> <li><a href="_003ccode_003eGIMPLE_005fNOP_003c_002fcode_003e.html#g_t_003ccode_003eGIMPLE_005fNOP_003c_002fcode_003e"><code>GIMPLE_NOP</code></a> <li><a href="_003ccode_003eGIMPLE_005fOMP_005fATOMIC_005fLOAD_003c_002fcode_003e.html#g_t_003ccode_003eGIMPLE_005fOMP_005fATOMIC_005fLOAD_003c_002fcode_003e"><code>GIMPLE_OMP_ATOMIC_LOAD</code></a> <li><a href="_003ccode_003eGIMPLE_005fOMP_005fATOMIC_005fSTORE_003c_002fcode_003e.html#g_t_003ccode_003eGIMPLE_005fOMP_005fATOMIC_005fSTORE_003c_002fcode_003e"><code>GIMPLE_OMP_ATOMIC_STORE</code></a> <li><a href="_003ccode_003eGIMPLE_005fOMP_005fCONTINUE_003c_002fcode_003e.html#g_t_003ccode_003eGIMPLE_005fOMP_005fCONTINUE_003c_002fcode_003e"><code>GIMPLE_OMP_CONTINUE</code></a> <li><a href="_003ccode_003eGIMPLE_005fOMP_005fCRITICAL_003c_002fcode_003e.html#g_t_003ccode_003eGIMPLE_005fOMP_005fCRITICAL_003c_002fcode_003e"><code>GIMPLE_OMP_CRITICAL</code></a> <li><a href="_003ccode_003eGIMPLE_005fOMP_005fFOR_003c_002fcode_003e.html#g_t_003ccode_003eGIMPLE_005fOMP_005fFOR_003c_002fcode_003e"><code>GIMPLE_OMP_FOR</code></a> <li><a href="_003ccode_003eGIMPLE_005fOMP_005fMASTER_003c_002fcode_003e.html#g_t_003ccode_003eGIMPLE_005fOMP_005fMASTER_003c_002fcode_003e"><code>GIMPLE_OMP_MASTER</code></a> <li><a href="_003ccode_003eGIMPLE_005fOMP_005fORDERED_003c_002fcode_003e.html#g_t_003ccode_003eGIMPLE_005fOMP_005fORDERED_003c_002fcode_003e"><code>GIMPLE_OMP_ORDERED</code></a> <li><a href="_003ccode_003eGIMPLE_005fOMP_005fPARALLEL_003c_002fcode_003e.html#g_t_003ccode_003eGIMPLE_005fOMP_005fPARALLEL_003c_002fcode_003e"><code>GIMPLE_OMP_PARALLEL</code></a> <li><a href="_003ccode_003eGIMPLE_005fOMP_005fRETURN_003c_002fcode_003e.html#g_t_003ccode_003eGIMPLE_005fOMP_005fRETURN_003c_002fcode_003e"><code>GIMPLE_OMP_RETURN</code></a> <li><a href="_003ccode_003eGIMPLE_005fOMP_005fSECTION_003c_002fcode_003e.html#g_t_003ccode_003eGIMPLE_005fOMP_005fSECTION_003c_002fcode_003e"><code>GIMPLE_OMP_SECTION</code></a> <li><a href="_003ccode_003eGIMPLE_005fOMP_005fSECTIONS_003c_002fcode_003e.html#g_t_003ccode_003eGIMPLE_005fOMP_005fSECTIONS_003c_002fcode_003e"><code>GIMPLE_OMP_SECTIONS</code></a> <li><a href="_003ccode_003eGIMPLE_005fOMP_005fSINGLE_003c_002fcode_003e.html#g_t_003ccode_003eGIMPLE_005fOMP_005fSINGLE_003c_002fcode_003e"><code>GIMPLE_OMP_SINGLE</code></a> <li><a href="_003ccode_003eGIMPLE_005fPHI_003c_002fcode_003e.html#g_t_003ccode_003eGIMPLE_005fPHI_003c_002fcode_003e"><code>GIMPLE_PHI</code></a> <li><a href="_003ccode_003eGIMPLE_005fRESX_003c_002fcode_003e.html#g_t_003ccode_003eGIMPLE_005fRESX_003c_002fcode_003e"><code>GIMPLE_RESX</code></a> <li><a href="_003ccode_003eGIMPLE_005fRETURN_003c_002fcode_003e.html#g_t_003ccode_003eGIMPLE_005fRETURN_003c_002fcode_003e"><code>GIMPLE_RETURN</code></a> <li><a href="_003ccode_003eGIMPLE_005fSWITCH_003c_002fcode_003e.html#g_t_003ccode_003eGIMPLE_005fSWITCH_003c_002fcode_003e"><code>GIMPLE_SWITCH</code></a> <li><a href="_003ccode_003eGIMPLE_005fTRY_003c_002fcode_003e.html#g_t_003ccode_003eGIMPLE_005fTRY_003c_002fcode_003e"><code>GIMPLE_TRY</code></a> <li><a href="_003ccode_003eGIMPLE_005fWITH_005fCLEANUP_005fEXPR_003c_002fcode_003e.html#g_t_003ccode_003eGIMPLE_005fWITH_005fCLEANUP_005fEXPR_003c_002fcode_003e"><code>GIMPLE_WITH_CLEANUP_EXPR</code></a> </ul> </body></html>