| /src/sys/arch/emips/emips/ |
| promcall.c | 57 static void *nope(void); 66 static void *nope(void) function 97 nope, 98 nope, 99 nope, 100 nope, 101 nope, 102 nope, 103 nope, 104 nope, [all...] |
| /src/external/bsd/nvi/dist/regex/ |
| regexec.c | 69 static int nope = 0; /* for use in asserts; shuts lint up */ variable
|
| /src/sys/arch/emips/stand/common/ |
| prom_iface.c | 55 static void *nope(void) {return NULL;} function 105 nope, 106 nope, 107 nope, 108 nope, 109 nope, 110 nope, 111 nope, 112 nope, 113 nope, [all...] |
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| cooked-indexer.c | 102 bool nope = false; local 103 if (!per_cu->scanned.compare_exchange_strong (nope, true))
|
| read.h | 349 packed<dwarf_unit_type, 1> nope = (dwarf_unit_type)0; local 350 if (m_unit_type.compare_exchange_strong (nope, unit_type)) 354 nope = unit_type; 355 if (m_unit_type.compare_exchange_strong (nope, unit_type))
|
| read.c | 3362 bool nope = false; 3363 if (this_cu->scanned.compare_exchange_strong (nope, true)) 3358 bool nope = false; local
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| read.h | 292 packed<dwarf_unit_type, 1> nope = (dwarf_unit_type)0; local 293 if (m_unit_type.compare_exchange_strong (nope, unit_type)) 297 nope = unit_type; 298 if (m_unit_type.compare_exchange_strong (nope, unit_type))
|
| read.c | 4650 bool nope = false; 4651 if (this_cu->scanned.compare_exchange_strong (nope, true)) 16306 bool nope = false; 16307 if (!per_cu->scanned.compare_exchange_strong (nope, true)) 4644 bool nope = false; local 16296 bool nope = false; local
|