| /src/external/bsd/am-utils/dist/amd/ |
| sun_map_parse.y | 108 entry : locations { 129 | '-' options WSPACE locations { 288 locations : location label 289 | location WSPACE locations
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| StackMapParser.h | 219 /// Get the number of locations contained in this record. 231 /// Begin iterator for locations. 236 /// End iterator for locations. 241 /// Iterator range for locations. 242 iterator_range<location_iterator> locations() const { function in class:llvm::StackMapParser::LocationKind::RecordAccessor
|
| /src/external/bsd/byacc/dist/ |
| main.c | 112 int locations = 0; /* default to no position processing */ variable 259 { " -L enable position processing, e.g., \"%locations\"" }, 331 locations = 1;
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| LiveDebugVariables.cpp | 122 // FIXME: Debug values referencing 64+ unique machine locations are rare and 126 // locations. We will also need to verify that this does not cause issues 136 "locations, dropping...\n"); 198 // Undef values don't exist in locations (and thus not in LocNoMap 251 // unlikely that any debug value will need 64+ locations). 263 /// Map of stack slot offsets for spilled locations. 264 /// Non-spilled locations are not added to the map. 296 /// Numbered locations referenced by locmap. 297 SmallVector<MachineOperand, 4> locations; member in class:__anon4202::UserValue 362 /// inserting anything in locations. Since locations is a vector and th [all...] |
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| ipc.cc | 2428 Vector<const char*> *locations = (Vector<const char*> *) readArray (req); local 2429 dbe_archive (ids, locations); 2431 destroy (locations); 2437 Vector<const char*> *locations = (Vector<const char*> *) readArray (req); local 2438 dbeSetLocations (fnames, locations); 2440 destroy (locations);
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| ipc.cc | 2428 Vector<const char*> *locations = (Vector<const char*> *) readArray (req); local 2429 dbe_archive (ids, locations); 2431 destroy (locations); 2437 Vector<const char*> *locations = (Vector<const char*> *) readArray (req); local 2438 dbeSetLocations (fnames, locations); 2440 destroy (locations);
|
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-tree.h | 170 for node values that have locations, but not all node kinds 171 have locations (e.g. constants, and references to params, locals, 178 /* Access to the first and last locations within the source spelling 298 It is used to index the array of declspec locations in struct 342 location_t locations[cdw_number_of_elements]; member in struct:c_declspecs
|
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-tree.h | 145 for node values that have locations, but not all node kinds 146 have locations (e.g. constants, and references to params, locals, 150 /* Access to the first and last locations within the source spelling 264 It is used to index the array of declspec locations in struct 308 location_t locations[cdw_number_of_elements]; member in struct:c_declspecs
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gcov.cc | 125 /* Describes which locations (lines and files) are associated with 201 vector<block_location_info> locations; member in class:block_info 221 locations (), chain (NULL) 1512 for (unsigned i = 0; i < block->locations.size (); i++) 1514 /* Sort lines of locations. */ 1515 sort (block->locations[i].lines.begin (), 1516 block->locations[i].lines.end ()); 1518 if (!block->locations[i].lines.empty ()) 1520 s = &sources[block->locations[i].source_file_idx]; 1522 = block->locations[i].lines.back () [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gcov.cc | 121 /* Describes which locations (lines and files) are associated with 168 vector<block_location_info> locations; member in class:block_info 188 locations (), chain (NULL) 1412 for (unsigned i = 0; i < block->locations.size (); i++) 1414 /* Sort lines of locations. */ 1415 sort (block->locations[i].lines.begin (), 1416 block->locations[i].lines.end ()); 1418 if (!block->locations[i].lines.empty ()) 1420 s = &sources[block->locations[i].source_file_idx]; 1422 = block->locations[i].lines.back () [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| breakpoint.c | 175 insert locations now. */ 178 /* Don't insert any breakpoint locations into the inferior, only 179 remove already-inserted locations that no longer should be 182 have the side effect of inserting the locations of other 199 /* Insert locations now, irrespective of 537 for unrecognized breakpoint locations. 737 /* Range to iterate over breakpoint locations at a given address. */ 772 /* Return a range to iterate over all breakpoint locations exactly at address 812 /* The locations that no longer correspond to any breakpoint, unlinked 915 multiple code locations. * 11874 breakpoint::locations () const function in class:breakpoint [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| breakpoint.c | 170 insert locations now. */ 173 /* Don't insert any breakpoint locations into the inferior, only 174 remove already-inserted locations that no longer should be 177 have the side effect of inserting the locations of other 194 /* Insert locations now, irrespective of 533 for unrecognized breakpoint locations. 738 /* Range to iterate over breakpoint locations at a given address. */ 773 /* Return a range to iterate over all breakpoint locations exactly at address 813 /* The locations that no longer correspond to any breakpoint, unlinked 898 multiple code locations. * 11875 bp_location_range breakpoint::locations () const function in class:breakpoint [all...] |