Home
last modified time | relevance | path

Searched refs:src_file (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/ext/re/
H A DMakefile.PL24 my $src_file = $tuple->[0];
25 if ($src_file=~s/reg/re_/ and $src_file=~s/\.c/\$(OBJ_EXT)/) {
26 push @objects, $src_file;
63 my $src_file = upupfile($file);
68 $target : $src_file
70 \$(CP) $src_file $target
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/tests/functional/cases/
H A Dtest_from_cmd.py83 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])
/openbsd-src/gnu/lib/libiberty/src/
H A Dgather-docs83 $src_file{$key} = $in;
116 print OUT "\@c $src_file{$key}:$src_line{$key}\n";
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/tests/
H A DCMakeLists.txt12 foreach (src_file ${XRAY_ALL_SOURCE_FILES_ABS_PATHS})
13 if (NOT EXISTS "${src_file}")
14 message(FATAL_ERROR "Source file \"${src_file}\" does not exist")
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libear/
H A D__init__.py170 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,
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/lib/
H A Dmike-g++.exp131 set src_file "$srcdir/$subdir/$src_code"
144 set comp_output [g++_target_compile $src_file $output_file $compile_type $options]
H A Dmike-gcc.exp135 set src_file "$srcdir/$subdir/$src_code"
143 set comp_output [gcc_target_compile $src_file $output_file $compile_type $options];
H A Dmike-g77.exp138 set src_file "$srcdir/$subdir/$src_code"
146 set comp_output [g77_target_compile $src_file $output_file $compile_type $options];
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/IPC/Driver/
H A DFiles.pm194 my $src_file = __FILE__;
195 $err =~ s{ at \Q$src_file\E.*$}{};
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A DCMakeLists.txt130 foreach (src_file ${XRAY_ALL_SOURCE_FILES})
133 "${CMAKE_CURRENT_SOURCE_DIR}/${src_file}")
/openbsd-src/gnu/llvm/lldb/tools/lldb-test/
H A Dlldb-test.cpp472 FileSpec src_file(File); in findFunctions() local
480 cu_sp->FindLineEntry(0, Line, &src_file, false, &le); in findFunctions()
527 FileSpec src_file(File); in findBlocks() local
535 cu_sp->FindLineEntry(0, Line, &src_file, false, &le); in findBlocks()
/openbsd-src/gnu/llvm/compiler-rt/cmake/Modules/
H A DAddCompilerRT.cmake558 set(src_file "${CMAKE_CURRENT_SOURCE_DIR}/${file_name}") variable
561 DEPENDS ${src_file}
562 COMMAND ${CMAKE_COMMAND} -E copy_if_different ${src_file} ${dst_file}
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-ia64.c296 char *src_file; member
6651 as_bad_where (slot->src_file, slot->src_line,
6794 as_bad_where (md.slot[curr].src_file, md.slot[curr].src_line, in emit_one_bundle()
6826 as_bad_where (md.slot[curr].src_file, md.slot[curr].src_line, in emit_one_bundle()
6839 as_bad_where (md.slot[curr].src_file, md.slot[curr].src_line, in emit_one_bundle()
6869 as_bad_where (md.slot[curr].src_file, md.slot[curr].src_line, in emit_one_bundle()
7070 fix->fx_file = md.slot[curr].src_file; in emit_one_bundle()
7094 as_bad_where (md.slot[curr].src_file, md.slot[curr].src_line, in emit_one_bundle()
7109 as_bad_where (md.slot[curr].src_file, md.slot[curr].src_line, in emit_one_bundle()
7121 as_bad_where (md.slot[curr].src_file, md.slot[curr].src_line, in emit_one_bundle()
[all …]
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-ia64.c259 char *src_file; member
6044 as_bad_where (slot->src_file, slot->src_line,
6159 as_bad_where (md.slot[curr].src_file, md.slot[curr].src_line, in emit_one_bundle()
6189 as_bad_where (md.slot[curr].src_file, md.slot[curr].src_line, in emit_one_bundle()
6196 as_bad_where (md.slot[curr].src_file, md.slot[curr].src_line, in emit_one_bundle()
6218 as_bad_where (md.slot[curr].src_file, md.slot[curr].src_line, in emit_one_bundle()
6335 as_bad_where (md.slot[curr].src_file, in emit_one_bundle()
6402 fix->fx_file = md.slot[curr].src_file; in emit_one_bundle()
6430 as_bad_where (md.slot[curr].src_file, md.slot[curr].src_line, in emit_one_bundle()
6434 as_bad_where (md.slot[curr].src_file, md.slot[curr].src_line, in emit_one_bundle()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp988 auto src_file = m_session_up->getSourceFileById(src_file_id); in ParseVariableForPDBData() local
989 if (src_file) { in ParseVariableForPDBData()
990 FileSpec spec(src_file->getFileName()); in ParseVariableForPDBData()