| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| static-typedef-print.cc | 23 static const type INSTANCE; 26 const A A::INSTANCE = {}; 30 if (a == A::INSTANCE) {
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| static-typedef-print.cc | 23 static const type INSTANCE; 26 const A A::INSTANCE = {}; 30 if (a == A::INSTANCE) {
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| i386-gen.c | 575 #define INSTANCE(n) #n, n 581 INSTANCE (Accum), 582 INSTANCE (RegC), 583 INSTANCE (RegD), 584 INSTANCE (RegB), 587 #undef INSTANCE 1357 enum operand_instance instance, 1363 fprintf (table, "{ { %d, %d, ", class, instance); 1390 enum operand_instance instance = InstanceNone; local 1419 if (str && !strncmp(str, "Instance=", 9) [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| i386-gen.c | 555 #define INSTANCE(n) #n, n 561 INSTANCE (Accum), 562 INSTANCE (RegC), 563 INSTANCE (RegD), 564 INSTANCE (RegB), 567 #undef INSTANCE 1337 enum operand_instance instance, 1343 fprintf (table, "{ { %d, %d, ", class, instance); 1370 enum operand_instance instance = InstanceNone; local 1399 if (str && !strncmp(str, "Instance=", 9) [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| i386-gen.c | 525 #define INSTANCE(n) #n, n 531 INSTANCE (Accum), 532 INSTANCE (RegC), 533 INSTANCE (RegD), 534 INSTANCE (RegB), 537 #undef INSTANCE 1293 enum operand_instance instance, 1299 fprintf (table, "{ { %d, %d, ", class, instance); 1326 enum operand_instance instance = InstanceNone; local 1355 if (str && !strncmp(str, "Instance=", 9) [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| i386-gen.c | 516 #define INSTANCE(n) #n, n 522 INSTANCE (Accum), 523 INSTANCE (RegC), 524 INSTANCE (RegD), 525 INSTANCE (RegB), 528 #undef INSTANCE 1284 enum operand_instance instance, 1290 fprintf (table, "{ { %d, %d, ", class, instance); 1317 enum operand_instance instance = InstanceNone; local 1346 if (str && !strncmp(str, "Instance=", 9) [all...] |
| /src/external/ibm-public/postfix/dist/src/postmulti/ |
| postmulti.c | 7 /* Postfix multi-instance manager 11 /* \fBEnabling multi-instance management:\fR 55 /* management\fR mode, it adds or deletes one instance, or 56 /* changes the multi-instance status of one instance. 63 /* A multi-instance configuration consists of one primary 64 /* Postfix instance, and one or more secondary instances whose 66 /* instance's main.cf file. Postfix instances share program 70 /* Currently, only the default Postfix instance can be used 71 /* as primary instance in a multi-instance configuration. Th 538 typedef struct instance { struct [all...] |