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

  /src/external/gpl3/gdb.old/dist/gdb/
macrotab.c 179 (That is, the scope does not include this endpoint.) If end_file member in struct:macro_key
182 struct macro_source_file *end_file;
366 k->end_file = 0;
645 query.end_file = NULL;
677 if (compare_locations (file, line, found->end_file, found->end_line) < 0)
850 compilation unit" (i.e., end_file is zero). So if this
854 if (key->end_file)
857 std::string key_fullname = macro_source_fullname (key->end_file);
867 key->end_file = source;
999 && (!key->end_file
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
macrotab.c 179 (That is, the scope does not include this endpoint.) If end_file member in struct:macro_key
182 struct macro_source_file *end_file;
366 k->end_file = 0;
645 query.end_file = NULL;
677 if (compare_locations (file, line, found->end_file, found->end_line) < 0)
850 compilation unit" (i.e., end_file is zero). So if this
854 if (key->end_file)
857 std::string key_fullname = macro_source_fullname (key->end_file);
867 key->end_file = source;
999 && (!key->end_file
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 420 CXFile begin_file, end_file; local
426 &end_file, &end_line, &end_column, 0); local
427 if (!begin_file || !end_file)
1218 CXFile start_file, end_file; local
1221 clang_getSpellingLocation(end, &end_file, &end_line, &end_column, 0);
1229 if (start_file == file && end_file == file) {
1236 if (start_file == end_file) {
  /src/external/gpl2/groff/dist/src/roff/troff/
input.cpp 426 static void end_file();
688 void input_stack::end_file() function in class:input_stack
762 input_stack::end_file();

Completed in 38 milliseconds