HomeSort by: relevance | last modified time | path
    Searched refs:src_file (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/contrib/header-tools/
reduce-headers 189 def get_obj_name (src_file):
190 if src_file[-2:] == ".c":
191 return src_file.replace (".c", ".o")
192 elif src_file[-3:] == ".cc":
193 return src_file.replace (".cc", ".o")
208 def find_targets (src_file):
211 obj_name = get_obj_name (src_file)
213 print "Error: " + src_file + " - Cannot determine object name."
228 def try_to_remove (src_file, h_list, verbose):
239 src_info = process_ii_macro_src (src_file)
    [all...]
headerutils.py 549 def readwholefile (src_file):
550 sfile = open (src_file, "r")
  /src/external/gpl3/gcc/dist/contrib/header-tools/
reduce-headers 188 def get_obj_name (src_file):
189 if src_file[-2:] == ".c":
190 return src_file.replace (".c", ".o")
191 elif src_file[-3:] == ".cc":
192 return src_file.replace (".cc", ".o")
207 def find_targets (src_file):
210 obj_name = get_obj_name (src_file)
212 print "Error: " + src_file + " - Cannot determine object name."
227 def try_to_remove (src_file, h_list, verbose):
238 src_info = process_ii_macro_src (src_file)
    [all...]
headerutils.py 549 def readwholefile (src_file):
550 sfile = open (src_file, "r")
  /src/external/gpl3/binutils/dist/libiberty/
gather-docs 82 $src_file{$key} = $in;
115 print OUT "\@c $src_file{$key}:$src_line{$key}\n";
  /src/external/gpl3/binutils.old/dist/libiberty/
gather-docs 82 $src_file{$key} = $in;
115 print OUT "\@c $src_file{$key}:$src_line{$key}\n";
  /src/external/gpl3/gcc.old/dist/libiberty/
gather-docs 82 $src_file{$key} = $in;
115 print OUT "\@c $src_file{$key}:$src_line{$key}\n";
  /src/external/gpl3/gcc/dist/libiberty/
gather-docs 82 $src_file{$key} = $in;
115 print OUT "\@c $src_file{$key}:$src_line{$key}\n";
  /src/external/gpl3/gdb/dist/libiberty/
gather-docs 82 $src_file{$key} = $in;
115 print OUT "\@c $src_file{$key}:$src_line{$key}\n";
  /src/external/gpl3/gdb.old/dist/libiberty/
gather-docs 82 $src_file{$key} = $in;
115 print OUT "\@c $src_file{$key}:$src_line{$key}\n";
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
intelmic-mkoffload.cc 257 FILE *src_file = fopen (src_filename, "w"); local
259 if (!src_file)
262 fprintf (src_file,
280 fprintf (src_file,
292 fclose (src_file);
332 FILE *src_file = fopen (src_filename, "w"); local
334 if (!src_file)
337 fprintf (src_file,
345 fclose (src_file);
384 FILE *src_file = fopen (src_filename, "w") local
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/cases/
test_from_cmd.py 83 src_file = os.path.join(target_dir, src_file_name)
85 create_empty_file(src_file)
86 command = ' '.join([compiler, '-c', src_file, '-o', obj_file])
  /src/external/gpl3/gcc.old/dist/libquadmath/
update-quadmath.py 31 with open(src, 'r') as src_file:
32 text = src_file.read()
  /src/external/gpl3/gcc/dist/libquadmath/
update-quadmath.py 31 with open(src, 'r') as src_file:
32 text = src_file.read()
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-ppoutput.cc 40 const char *src_file; /* Current source file. */ member in struct:__anon10271
164 print.src_file = "";
441 const char *src_file = LOCATION_FILE (src_loc); local
455 && strcmp (src_file, print.src_file) == 0)
512 print.src_file = file_path;
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-ppoutput.cc 42 const char *src_file; /* Current source file. */ member in struct:__anon42
175 print.src_file = "";
479 const char *src_file = LOCATION_FILE (src_loc); local
493 && strcmp (src_file, print.src_file) == 0)
550 print.src_file = file_path;
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libear/
__init__.py 170 src_file = 'check.c'
171 with open(os.path.join(work_dir, src_file), 'w') as handle:
174 execute([self.ctx.compiler, src_file] + self.ctx.c_flags,
  /src/external/bsd/ntp/dist/sntp/unity/auto/
unity_test_summary.rb 99 src_file,src_line,test_name,status,msg = line.split(/:/)
unity_test_summary.py 91 src_file,src_line,test_name,status,msg = parts
  /src/external/gpl3/gcc.old/dist/libgomp/
acc_prof.h 111 const char *src_file; member in struct:acc_prof_info
oacc-parallel.c 148 prof_info.src_file = NULL;
399 prof_info.src_file = NULL;
504 prof_info.src_file = NULL;
584 prof_info.src_file = NULL;
oacc-profiling.c 604 prof_info->src_file = NULL;
  /src/external/gpl3/gcc/dist/libgomp/
acc_prof.h 111 const char *src_file; member in struct:acc_prof_info
oacc-parallel.c 146 prof_info.src_file = NULL;
399 prof_info.src_file = NULL;
505 prof_info.src_file = NULL;
585 prof_info.src_file = NULL;
oacc-profiling.c 604 prof_info->src_file = NULL;

Completed in 86 milliseconds

1 2