Searched refs:variables (Results 1 - 25 of 153) sorted by relevance

1234567

/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue4326.go7 // Printing local variables in inliner shadows global names.
H A Dbug467.go8 // local variables declared in inlinable bodies.
H A Dbug450.go9 // variables to end up with wrong data.
H A Dissue4323.go7 // Issue 4323: inlining of functions with local variables
H A Dbug243.go12 // with multiple variables assigned from one
H A Dissue5607.go8 // uses initializers of blank variables inside closures.
/haiku-buildtools/binutils/ld/testsuite/ld-cris/
H A Dgot7.s1 ; Just something defining 7 variables @ 4 bytes and requesting GOT
H A Dtls-dso-x1x2-1.d7 # A DSO providing the TLS variables x1 and x2.
H A Dtls-dso-xz-1.d9 # A DSO providing the TLS variables x and z.
H A Dtls-ldgde-14.d15 # variables, for an executable.
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/ken/
H A Dcplx0.go26 // variables
H A Dsimpvar.go7 // Test scoping of variables.
H A Dstring.go26 /* catenate variables */
34 /* compare variables */
36 panic("compare variables")
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/goacc/
H A Dprivate-3.f953 ! test for private variables in a reduction clause
/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dvariables.c0 /* variables.c -- How to manipulate user visible variables in Info.
2 $Id: variables.c,v 1.1 2004/10/28 18:14:09 zooey Exp $
26 #include "variables.h"
213 REFERENCE **variables; local
216 variables = make_variable_completions_array ();
220 info_read_completing_in_echo_area (window, prompt, variables);
222 info_free_references (variables);
241 /* Find the variable in our list of variables. */
253 variables availabl
[all...]
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Ddeclbad.go36 // no new variables
42 // multiline no new variables
H A Denv.go7 // Test that the Go environment variables are present and accessible through
H A Dtypeswitch3.go39 switch _ := r.(type) { // ERROR "invalid variable name _|no new variables"
/haiku-buildtools/autoconf/man/
H A Dconfig.guess.x6 [Environment variables]
/haiku-buildtools/binutils/gas/testsuite/gas/cfi/
H A Dcfi-m68k.s7 #; allocated for local variables
H A Dcfi-i386.s5 #; allocated for local variables
52 #; a space for local variables
/haiku-buildtools/binutils/gas/testsuite/gas/mt/
H A Drelocs2.s14 ;; Note also that the two test variables (d2 & d3) are intentionally
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/cfi/
H A Dcfi-m68k.s7 #; allocated for local variables
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mt/
H A Drelocs2.s14 ;; Note also that the two test variables (d2 & d3) are intentionally
/haiku-buildtools/jam/
H A Dexpand.c61 * except that since variables can contain multiple values the result
108 /* No variables expanded - just add copy of input string to list. */
139 * being confused by modifier values that are variables containing
182 LIST *variables = 0; local
189 variables = var_expand( L0, out, ov, lol, 0 );
197 for( vars = variables; vars; vars = list_next( vars ) )
342 /* variables & remainder were gifts from var_expand */
345 if( variables )
346 list_free( variables );

Completed in 96 milliseconds

1234567