Searched refs:variable (Results 1 - 25 of 200) sorted by relevance

12345678

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A D20030917-3.c9 int variable = 0; local
15 variable = variable + 1;
16 if (variable == 10)
19 printf("%d\n", variable);
23 /* The argument to "printf" should be a constant, not a variable. */
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/lto/
H A D20090717_0.c1 struct variable { struct
4 struct variable table[] = { };
H A D20090717_1.c1 struct variable { struct
4 extern struct variable table[];
7 struct variable *p;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb94.C7 static int variable; member in class:baseClass
13 static int variable; // { dg-error "private" } member in class:myClass
16 myClass::variable = 0; //{ dg-error "" } no type member in class:myClass
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dwarn_unused_dummy_argument_1.f909 INTEGER :: variable ! { dg-warning "Unused variable" } local in subroutine:s
H A Dwarn_unused_dummy_argument_2.f909 INTEGER :: variable ! { dg-warning "Unused variable" } local in subroutine:s
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr30965.C7 extern void assign( long* variable, long v ) argument
9 std::transform( variable, variable + 1, variable,
12 extern void assign( long& variable, long v ) argument
14 std::transform( &variable, &variable + 1, &variable,
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dcmdlne-dD-M.c11 int variable; variable
14 { dg-final { scan-file-not cmdlne-dD-M.i "variable" } }
H A Dcmdlne-dD-dM.c11 int variable; variable
14 { dg-final { scan-file-not cmdlne-dD-dM.i "variable" } } */
H A Dcmdlne-dI-M.c12 int variable; variable
15 { dg-final { scan-file-not cmdlne-dI-M.i "variable" } }
H A Dcmdlne-dM-M.c11 int variable; variable
14 { dg-final { scan-file-not cmdlne-dM-M.i "variable" } }
H A Dcmdlne-dM-dD.c11 int variable; variable
14 { dg-final { scan-file cmdlne-dM-dD.i "variable" } } */
H A Dcmdlne-dN-M.c11 int variable; variable
14 { dg-final { scan-file-not cmdlne-dN-M.i "variable" } }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dprof-robust-1.C18 static MyClass variable; member in namespace:__anon997
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/goacc/
H A Dparameter.f9510 !$acc data copy (a) ! { dg-error "not a variable" }
12 !$acc data deviceptr (a) ! { dg-error "not a variable" }
14 !$acc parallel private (a) ! { dg-error "not a variable" }
16 !$acc host_data use_device (a) ! { dg-error "not a variable" }
18 !$acc parallel loop reduction(+:a) ! { dg-error "not a variable" }
27 !$acc update device (a) ! { dg-error "not a variable" }
28 !$acc update host (a) ! { dg-error "not a variable" }
29 !$acc update self (a) ! { dg-error "not a variable" }
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/
H A Dgnu-api-2-class-meta.m48 + (id) variable;
53 + (id) variable { return static_variable; }
81 Method method2 = class_getInstanceMethod (objc_getMetaClass ("MySubClass"), @selector (variable));
90 if (! class_addMethod (object_getClass (new_class), @selector (variable), method_getImplementation (method2),
96 if (class_addMethod (object_getClass (new_class), @selector (variable), method_getImplementation (method2),
103 use the +variable and +setVariable: methods on it. */
110 if ([c variable] != o)
119 if (class_addMethod (object_getClass (new_class), @selector (variable), method_getImplementation (method2),
146 if (! ((strcmp (sel_getName (method_getName (list[0])), "variable") == 0
149 && strcmp (sel_getName (method_getName (list[1])), "variable")
[all...]
H A Dgnu-api-2-method.m30 - (id) variable;
40 - (id) variable;
46 - (id) variable { return variable_ivar; }
79 @selector (variable));
87 if ([object variable] != object || [object constant] != nil)
94 if ([object variable] != nil || [object constant] != object)
101 if ([object variable] != object || [object constant] != nil)
121 @selector (variable));
124 if (strcmp (sel_getName (description->name), "variable") != 0)
133 typedef void (*set_variable_function) (id receiver, SEL _cmd, id variable);
[all...]
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug482.go8 // global variable that depends on the variable being initialized
9 // caused gccgo to erroneously report "variable initializer refers to
/haiku-buildtools/gcc/gcc/testsuite/obj-c++.dg/
H A Dgnu-api-2-class-meta.mm48 + (id) variable;
53 + (id) variable { return static_variable; }
81 Method method2 = class_getInstanceMethod (objc_getMetaClass ("MySubClass"), @selector (variable));
90 if (! class_addMethod (object_getClass (new_class), @selector (variable), method_getImplementation (method2),
96 if (class_addMethod (object_getClass (new_class), @selector (variable), method_getImplementation (method2),
103 use the +variable and +setVariable: methods on it. */
110 if ([c variable] != o)
119 if (class_addMethod (object_getClass (new_class), @selector (variable), method_getImplementation (method2),
146 if (! ((std::strcmp (sel_getName (method_getName (list[0])), "variable") == 0
149 && std::strcmp (sel_getName (method_getName (list[1])), "variable")
[all...]
H A Dgnu-api-2-method.mm30 - (id) variable;
40 - (id) variable;
46 - (id) variable { return variable_ivar; }
79 @selector (variable));
87 if ([object variable] != object || [object constant] != nil)
94 if ([object variable] != nil || [object constant] != object)
101 if ([object variable] != object || [object constant] != nil)
121 @selector (variable));
124 if (std::strcmp (sel_getName (description->name), "variable") != 0)
133 typedef void (*set_variable_function) (id receiver, SEL _cmd, id variable);
[all...]
H A Dgnu-api-2-ivar.mm30 - (id) variable;
40 - (id) variable;
45 - (id) variable { return variable_ivar; }
61 "variable");
/haiku-buildtools/gcc/gcc/testsuite/obj-c++.dg/property/
H A Dat-property-deprecated-2.mm12 int variable;
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/property/
H A Dat-property-deprecated-2.m12 int variable;
/haiku-buildtools/binutils/gas/testsuite/gas/mmix/
H A Drelax1.s2 # and backward. Have a few variable-length thingies in-between so it
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mmix/
H A Drelax1.s2 # and backward. Have a few variable-length thingies in-between so it

Completed in 243 milliseconds

12345678