Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for dependsOn (0.28 sec)

  1. doc/go1.17_spec.html

    <code>t.m</code> is invoked.
    </li>
    
    <li>
    A variable, function, or method <code>x</code> depends on a variable
    <code>y</code> if <code>x</code>'s initialization expression or body
    (for functions and methods) contains a reference to <code>y</code>
    or to a function or method that depends on <code>y</code>.
    </li>
    </ul>
    
    <p>
    For example, given the declarations
    </p>
    
    <pre>
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  2. doc/asm.html

    high bit is set is rejected.
    </p>
    
    <h3 id="symbols">Symbols</h3>
    
    <p>
    Some symbols, such as <code>R1</code> or <code>LR</code>,
    are predefined and refer to registers.
    The exact set depends on the architecture.
    </p>
    
    <p>
    There are four predeclared symbols that refer to pseudo-registers.
    These are not real registers, but rather virtual registers maintained by
    the toolchain, such as a frame pointer.
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Tue Nov 28 19:15:27 GMT 2023
    - 36.3K bytes
    - Viewed (0)
  3. doc/go_spec.html

    <code>t.m</code> is invoked.
    </li>
    
    <li>
    A variable, function, or method <code>x</code> depends on a variable
    <code>y</code> if <code>x</code>'s initialization expression or body
    (for functions and methods) contains a reference to <code>y</code>
    or to a function or method that depends on <code>y</code>.
    </li>
    </ul>
    
    <p>
    For example, given the declarations
    </p>
    
    <pre>
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 02 22:43:51 GMT 2024
    - 279.6K bytes
    - Viewed (0)
Back to top