Home
last modified time | relevance | path

Searched refs:variable (Results 1 – 25 of 1427) sorted by relevance

12345678910>>...58

/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DDebug.pm6 my($value,$variable);
11 ($variable, $value) = @_[1,2];
13 ($variable, $value) = ($value, $variable)
15 and not(defined $variable and ref($variable) eq 'SCALAR')
18 unless( defined $variable and ref($variable) eq 'SCALAR') {
44 if( defined $variable ) {
46 *Pod::Simple::DEBUG = sub () { $$variable } ;
[all...]
/openbsd-src/gnu/usr.bin/perl/t/lib/warnings/
H A Dpad3 "%s" variable %s masks earlier declaration in same scope
22 "our" variable %s redeclared (Did you mean "local" instead of "our"?)
45 "my" variable $x masks earlier declaration in same scope at - line 4.
46 "my" variable $y masks earlier declaration in same statement at - line 5.
47 "my" variable $p masks earlier declaration in same scope at - line 8.
69 "my" variable $x masks earlier declaration in same scope at - line 5.
70 "state" variable $x masks earlier declaration in same scope at - line 6.
71 "my" variable $y masks earlier declaration in same statement at - line 7.
72 "state" variable $p masks earlier declaration in same statement at - line 8.
73 "my" variable $p masks earlier declaration in same scope at - line 10.
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/
H A Dprivate-2.m24 when the variable is declared, rather than used! */
30 a = private; /* { dg-warning "hides instance variable" } */
31 a = protected; /* { dg-warning "hides instance variable" } */
32 a = public; /* { dg-warning "hides instance variable" } */
48 /* The private variable can be shadowed without warnings, because
51 a = protected; /* { dg-warning "hides instance variable" } */
52 a = public; /* { dg-warning "hides instance variable" } */
/openbsd-src/gnu/usr.bin/perl/lib/
H A DSymbol.t94 $Transient::variable = 42;
96 ok( defined $Transient::{variable}, 'transient variable in stash' );
98 ok( !exists $Transient::{variable}, 'transient variable no longer in stash' );
102 $Foo::variable = 43;
104 ok( defined $Foo::{variable}, 'second transient variable in stash' );
109 $Bar::variable = 44;
111 ok( defined $Bar::{variable}, 'third transient variable in stash' );
H A DInternals.pod33 variable tracks how many things reference it, and when the variable is no
39 or set the refcount of a variable, and in generally is really only useful
49 Set or get whether a variable is readonly or not. Exactly what the
50 readonly flag means depend on the type of the variable affected and the
58 each internal variable type.
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dsysroff.info68 (("os name") (chars variable bytes) ("os"))
69 (("sys name") (chars variable bytes) ("sys"))
70 (("module name") (chars variable bytes) ("mn"))
71 (("cpu") (chars variable bytes) ("cpu")))
87 (("unit name") (chars variable byte) ("name"))
88 (("tool name") (chars variable byte) ("tool"))
90 (("linker name") (chars variable byte) ("linker"))
126 (("name") (chars variable byte) ("name")))
140 (("symbol name") (chars variable byte) ("name")))
155 (("symbol name") (chars variable byte) ("name")))
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dsysroff.info68 (("os name") (chars variable bytes) ("os"))
69 (("sys name") (chars variable bytes) ("sys"))
70 (("module name") (chars variable bytes) ("mn"))
71 (("cpu") (chars variable bytes) ("cpu")))
87 (("unit name") (chars variable byte) ("name"))
88 (("tool name") (chars variable byte) ("tool"))
90 (("linker name") (chars variable byte) ("linker"))
126 (("name") (chars variable byte) ("name")))
140 (("symbol name") (chars variable byte) ("name")))
155 (("symbol name") (chars variable byte) ("name")))
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/
H A Dvariable.t39 my %origVar = $Collator->change(variable => 'Blanked');
47 $Collator->change(variable => 'Non-ignorable');
55 $Collator->change(variable => 'Shifted');
63 $Collator->change(variable => 'Shift-Trimmed');
73 ok($Collator->{variable}, 'shifted');
77 # ignorable after variable
88 $Collator->change(variable => 'blanked', level => 4);
97 $Collator->change(variable => 'Non-ignorable', level => 4);
107 $Collator->change(variable => 'Shifted', level => 4);
/openbsd-src/gnu/usr.bin/perl/Porting/
H A Dpod_rules.pl128 my $variable = shift;
130 my $line = "\U$variable = " . join "\t\\\n\t",
131 map {"$_.$variable"} sort grep { $_ !~ m{/} } keys %{$state->{pods}};
171 foreach my $variable (qw(pod man html tex)) {
172 my_die "could not find $variable in $name"
173 unless $body =~ s{\n\U$variable\E = (?:[^\n]*\\\n)*[^\n]*}
174 {"\n" . generate_pod_mak ($variable)}se;
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/
H A Dname-guesswork7 function() - man(1) $variable
11 function() - man(1) $variable
15 function() \- man(1) $variable
18 \&\fBfunction()\fR \- \fBman\fR\|(1) \f(CW$variable\fR
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_flags.inc29 "DEPRECATED: use the environment variable XRAY_BASIC_OPTIONS and set "
32 "DEPRECATED: use the environment variable XRAY_BASIC_OPTIONS and set "
35 "DEPRECATED: use the environment variable XRAY_BASIC_OPTIONS and set "
42 "DEPRECATED: use the environment variable XRAY_FDR_OPTIONS and set "
45 "DEPRECATED: use the environment variable XRAY_FDR_OPTIONS and set "
48 "DEPRECATED: use the environment variable XRAY_FDR_OPTIONS and set "
/openbsd-src/gnu/llvm/llvm/docs/
H A DInstrRefDebugInfo.md4 referencing, to determine variable locations for debug info in the code
12 describing what register or stack location a variable can be found in, for each
13 instruction in that variable's lexical scope. We could track the virtual
14 register that the variable resides in through compilation, however this is
20 Rather than identify the virtual register that a variable value resides in,
52 De-coupling variable locations from registers avoids difficulties involving
59 not performed, or an instruction is eliminated as dead code, the variable
77 maintenance of which register a variable is located in during regalloc, but at
96 After optimisations and code layout complete, information about variable
97 values must be translated into variable locations, i.e. registers and stack
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb94.C6 static int variable;
12 static int variable; // this is intentionally duplicated
15 myClass::variable = 0; //ERROR - no type
/openbsd-src/gnu/usr.bin/binutils/gdb/doc/
H A DLRS5 a user variable to reside in different locations during different parts
8 For example, a variable might reside in the stack for part of a function
12 Clearly, if a variable may reside in different locations, then the
13 compiler must describe to the debugger where the variable resides for
76 The compiler and debugger view a variable with multiple homes as
78 describes the default home of the variable while aliases describe
79 alternate homes for the variable.
95 When a variable's storage class changes (eg. from stack to register,
98 and appropriate live ranges refering to the variable's initial
104 Live ranges for aliases of a particular variable should always
[all …]
/openbsd-src/regress/usr.bin/mandoc/mdoc/Dv/
H A Dnoarg.out_markdown5 **Dv-noarg** - defined variable macro without an argument
9 with variable:
11 no variable:
H A Dnoarg.out_ascii4 DDvv--nnooaarrgg - defined variable macro without an argument
7 with variable: NULL. no variable: end of test document
/openbsd-src/regress/usr.bin/mandoc/mdoc/Ev/
H A Dnoarg.out_markdown5 **Ev-noarg** - environment variable macro without an argument
9 with variable:
11 no variable:
H A Dnoarg.out_ascii4 EEvv--nnooaarrgg - environment variable macro without an argument
7 with variable: HOME. no variable: end of test document
/openbsd-src/gnu/gcc/gcc/
H A Dvar-tracking.c254 } *variable; typedef
297 static variable unshare_variable (dataflow_set *set, variable var);
316 static bool variable_different_p (variable, variable, bool);
340 static void variable_was_changed (variable, htab_t);
593 const variable v = (const variable) x; in variable_htab_hash()
603 const variable v = (const variable) x; in variable_htab_eq()
615 variable var = (variable) elem; in variable_htab_free()
729 static variable
730 unshare_variable (dataflow_set *set, variable var) in unshare_variable()
733 variable new_var; in unshare_variable()
[all …]
/openbsd-src/gnu/llvm/llvm/cmake/modules/
H A DHandleLLVMStdlib.cmake10 foreach(variable ${ARGN})
11 set(${variable} "${${variable}} ${value}" PARENT_SCOPE)
12 endforeach(variable)
/openbsd-src/regress/usr.bin/pkg-config/
H A DMakefile88 variable-get-1 \
89 variable-set \
603 variable-get-1:
606 @${VPCONFIG} --variable prefix sysroot
609 variable-set:
612 @${VPCONFIG} --define-variable=prefix=/usr/local2 \
619 @${VPCONFIG} --variable=plugindir variables
625 @${VPCONFIG} --define-variable=libdir='/chroot/lib' --variable=plugindir variables
631 @${VPCONFIG} --define-variable=libdir='$${foodir}' --variable=plugindir variables
637 @${VPCONFIG} --define-variable=libdir='$${libdir}' --variable=plugindir variables
/openbsd-src/gnu/llvm/clang/docs/
H A DBlockLanguageSpec.rst35 also contain various variable bindings to automatic (stack) or managed
53 A :block-term:`variable with Block type` is declared using function
55 valid Block variable declarations:
160 The compiler is not required to capture a variable if it can prove
161 that no references to the variable will actually be evaluated.
162 Programmers can force a variable to be captured by referencing it in a
169 This matters when capturing the variable has side-effects, as it can
174 the local scope of the Block. Such variable declarations should be
231 is automatically recovered after last use of said variable. An
237 In the case where a ``__block`` variable is a Block one must assume
[all …]
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObjectVariable.cpp130 Variable *variable = m_variable_sp.get(); in UpdateValue() local
131 DWARFExpressionList &expr_list = variable->LocationExpressionList(); in UpdateValue()
133 if (variable->GetLocationIsConstantValueData()) { in UpdateValue()
139 m_value.SetContext(Value::ContextType::Variable, variable); in UpdateValue()
156 variable->CalculateSymbolContext(&sc); in UpdateValue()
166 m_value.SetContext(Value::ContextType::Variable, variable); in UpdateValue()
233 value.SetContext(Value::ContextType::Variable, variable); in UpdateValue()
/openbsd-src/gnu/usr.bin/cvs/doc/
H A Dcvs.info-9158 * COMSPEC, environment variable: Environment variables.
196 * CVS_CLIENT_LOG, environment variable: Environment variables.
198 * CVS_IGNORE_REMOTE_ROOT, environment variable: Environment variables.
199 * CVS_PASSFILE, environment variable: Password authentication client.
200 * CVS_RCMD_PORT, environment variable: Environment variables.
201 * CVS_RSH, environment variable: Environment variables.
203 * CVS_SERVER, environment variable: Connecting via rsh.
204 * CVS_SERVER_SLEEP, environment variable: Environment variables.
206 * CVSEDITOR, environment variable: Committing your changes.
207 * CVSEDITOR, internal variable: Variables.
[all …]
/openbsd-src/regress/usr.bin/mandoc/mdoc/Rv/
H A Dargs.out_markdown10 …is returned; otherwise the value -1 is returned and the global variable *errno* is set to…
13 … successful; otherwise the value -1 is returned and the global variable *errno* is set to…
16 … successful; otherwise the value -1 is returned and the global variable *errno* is set to…

12345678910>>...58