Searched refs:source_file (Results 51 - 59 of 59) sorted by relevance

123

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl2.c4357 collect_ada_namespace (tree namespc, const char *source_file)
4363 collect_ada_nodes (decl, source_file);
4368 collect_ada_namespace (decl, source_file);
4518 collect_all_refs (const char *source_file)
4520 collect_ada_namespace (global_namespace, source_file);
4352 collect_ada_namespace(tree namespc, const char *source_file) argument
4513 collect_all_refs(const char *source_file) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl2.cc4613 collect_ada_namespace (tree namespc, const char *source_file)
4619 collect_ada_nodes (decl, source_file);
4624 collect_ada_namespace (decl, source_file);
4780 collect_all_refs (const char *source_file)
4782 collect_ada_namespace (global_namespace, source_file);
4608 collect_ada_namespace(tree namespc, const char *source_file) argument
4775 collect_all_refs(const char *source_file) argument
/netbsd-current/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c2265 static int perform_file_scan(const char *ast_file, const char *source_file, argument
2284 if ((fp = fopen(source_file, "r")) == NULL) {
2285 fprintf(stderr, "Could not open '%s'\n", source_file);
2290 file = clang_getFile(TU, source_file);
/netbsd-current/lib/libnpf/
H A Dnpf.c238 errinfo->source_file =
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dobject.h105 std::string source_file; member in struct:gold::Symbol_location_info
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dobject.h105 std::string source_file; member in struct:gold::Symbol_location_info
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dobject.h105 std::string source_file; member in struct:gold::Symbol_location_info
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c11882 collect_all_refs (const char *source_file)
11888 collect_ada_nodes (BLOCK_VARS (DECL_INITIAL (t)), source_file);
11890 collect_ada_nodes (BLOCK_VARS (ext_block), source_file);
11846 collect_all_refs(const char *source_file) argument
11854 collect_ada_nodes (BLOCK_VARS (ext_block), source_file); local
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc12282 collect_all_refs (const char *source_file)
12288 collect_ada_nodes (BLOCK_VARS (DECL_INITIAL (t)), source_file);
12290 collect_ada_nodes (BLOCK_VARS (ext_block), source_file);
12246 collect_all_refs(const char *source_file) argument
12254 collect_ada_nodes (BLOCK_VARS (ext_block), source_file); local

Completed in 430 milliseconds

123