HomeSort by: relevance | last modified time | path
    Searched defs:start_file (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
macrotab.c 175 struct macro_source_file *start_file;
332 return compare_locations (key->start_file, key->start_line,
346 return key_compare (key1, key2->name, key2->start_file, key2->start_line);
364 k->start_file = file;
643 query.start_file = file;
735 = macro_source_fullname (found_key->start_file);
842 if (source == key->start_file
938 return key->start_file;
963 std::string key_fullname = macro_source_fullname (key->start_file);
967 datum->fn (key->name, def, key->start_file, key->start_line)
172 struct macro_source_file *start_file; member in struct:macro_key
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
macrotab.c 175 struct macro_source_file *start_file;
332 return compare_locations (key->start_file, key->start_line,
346 return key_compare (key1, key2->name, key2->start_file, key2->start_line);
364 k->start_file = file;
643 query.start_file = file;
735 = macro_source_fullname (found_key->start_file);
842 if (source == key->start_file
938 return key->start_file;
963 std::string key_fullname = macro_source_fullname (key->start_file);
967 datum->fn (key->name, def, key->start_file, key->start_line)
172 struct macro_source_file *start_file; member in struct:macro_key
    [all...]
  /src/sys/dev/stbi/
stb_image.c 835 static void start_file(stbi *s, FILE *f) function
2070 start_file(&j.s, f);
2117 start_file(&j.s, f);
2128 start_file(&j.s, f);
3134 start_file(&p.s, f);
3162 start_file(&p.s, f);
3202 start_file(&p.s, f);
3237 start_file(&s,f);
3502 start_file(&s, f);
3552 start_file(&s, f)
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 1218 CXFile start_file, end_file; local
1219 clang_getSpellingLocation(start, &start_file, &start_line,
1224 if (start_file == file)
1229 if (start_file == file && end_file == file) {
1236 if (start_file == end_file) {

Completed in 27 milliseconds