Searched refs:FileName (Results 1 - 25 of 37) sorted by relevance

12

/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/
H A DEventListenerCommon.h49 StringRef FileName = DIScope.getFilename(); local
54 if (FileName != "") {
55 sys::path::append(FullPath, FileName);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/DebugInfo/
H A DDIContext.h29 SmallString<16> FileName; member in class:llvm::DILineInfo
35 : FileName("<invalid>"), FunctionName("<invalid>"),
40 : FileName(fileName), FunctionName(functionName),
43 const char *getFileName() { return FileName.c_str(); }
50 FileName.equals(RHS.FileName) &&
/macosx-10.10.1/vim-55/runtime/tools/
H A Dccfilter.c27 char FileName[1024]; variable
174 *FileName = 0;
186 FileName, &Row );
195 FileName, &Row, Reason ))==3) {
199 FileName, &Row, Reason );
207 FileName, &Row, &Col, &Severity, Reason );
212 FileName, &Row, &Severity, Reason );
218 FileName, &Row, Reason );
224 FileName, &Row, Reason );
232 &Severity, FileName,
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itk/demos/
H A Ditkedit52 global FileName PaneMenu
75 set FileName($win) $fname
88 global FileName PaneMenu
95 set FileName($win) [.files get]
108 global FileName FileChanged
111 set fid [open $FileName($win) w]
115 $win.text configure -labeltext "file: $FileName($win)"
119 -text "Cannot save file \"$FileName($win)\":\n$err"
132 global FileName FileChanged FileWindows
143 set fname [file tail $FileName(
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/DebugInfo/
H A DDWARFContext.cpp168 uint64_t FileIndex, bool NeedsAbsoluteFilePath, std::string &FileName) {
172 FileName))
174 if (NeedsAbsoluteFilePath && sys::path::is_relative(FileName)) {
180 sys::path::append(AbsolutePath, FileName);
181 FileName = AbsolutePath.str();
188 uint64_t Address, bool NeedsAbsoluteFilePath, std::string &FileName,
199 NeedsAbsoluteFilePath, FileName))
211 std::string FileName = "<invalid>";
234 FileName, Line, Column);
236 return DILineInfo(StringRef(FileName), StringRe
166 getFileNameForCompileUnit( DWARFCompileUnit *CU, const DWARFDebugLine::LineTable *LineTable, uint64_t FileIndex, bool NeedsAbsoluteFilePath, std::string &FileName) argument
186 getFileLineInfoForCompileUnit( DWARFCompileUnit *CU, const DWARFDebugLine::LineTable *LineTable, uint64_t Address, bool NeedsAbsoluteFilePath, std::string &FileName, uint32_t &Line, uint32_t &Column) argument
256 std::string FileName = "<invalid>"; local
[all...]
H A DDWARFDebugLine.cpp525 const char *FileName = Entry.Name; local
527 sys::path::is_absolute(FileName)) {
528 Result = FileName;
539 sys::path::append(FilePath, FileName);
/macosx-10.10.1/vim-55/src/VisVim/
H A DCommands.cpp27 static BOOL VimOpenFile(BSTR& FileName, long LineNr);
30 static void VimChangeDir(COleAutomationControl& VimOle, DISPID DispatchId, BSTR& FileName);
179 BSTR FileName;
183 if (FAILED(pDoc->get_FullName(&FileName)))
202 if (VimOpenFile(FileName, LineNr))
215 SysFreeString(FileName);
245 BSTR FileName;
248 hr = pDoc->get_FullName(&FileName);
253 if (VimOpenFile(FileName, 0))
265 SysFreeString(FileName);
503 VimOpenFile(BSTR& FileName, long LineNr) argument
665 VimChangeDir(COleAutomationControl& VimOle, DISPID DispatchId, BSTR& FileName) argument
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/test/scr015/
H A DTestKeyRange.cpp34 static const char FileName[]; member in class:TestKeyRange
71 const char TestKeyRange::FileName[] = "access.db"; member in class:TestKeyRange
80 (void)unlink(FileName);
90 db.open(NULL, FileName, NULL, DB_BTREE, DB_CREATE, 0664);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DLockFileManager.h60 LockFileManager(StringRef FileName);
/macosx-10.10.1/rsync-45/rsync/
H A Dparams.c471 static FILE *OpenConfFile( char *FileName )
475 * Input: FileName - The pathname of the config file to be opened.
486 if( NULL == FileName || 0 == *FileName )
492 OpenedFile = fopen( FileName, "r" );
496 FileName);
502 BOOL pm_process( char *FileName, argument
508 * Input: FileName - The pathname of the parameter file to be opened.
523 InFile = OpenConfFile( FileName ); /* Open the config file. */
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMCContext.cpp262 unsigned MCContext::GetDwarfFile(StringRef Directory, StringRef FileName, argument
282 // Separate the directory part from the basename of the FileName.
283 StringRef tFileName = sys::path::filename(FileName);
285 Directory = sys::path::parent_path(FileName);
287 FileName = tFileName;
317 char *Buf = static_cast<char *>(Allocate(FileName.size()));
318 memcpy(Buf, FileName.data(), FileName.size());
319 File = new (*this) MCDwarfFile(StringRef(Buf, FileName.size()), DirIndex);
H A DMCNullStreamer.cpp94 StringRef FileName) {}
91 EmitDwarfLocDirective(unsigned FileNo, unsigned Line, unsigned Column, unsigned Flags, unsigned Isa, unsigned Discriminator, StringRef FileName) argument
H A DMCAsmStreamer.cpp214 StringRef FileName);
820 StringRef FileName) {
822 Isa, Discriminator, FileName);
851 OS << MAI.getCommentString() << ' ' << FileName << ':'
816 EmitDwarfLocDirective(unsigned FileNo, unsigned Line, unsigned Column, unsigned Flags, unsigned Isa, unsigned Discriminator, StringRef FileName) argument
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/db/
H A DBulkAccessExample.java19 private static final String FileName = "access.db"; field in class:BulkAccessExample
77 new File(FileName).delete();
87 Database table = new Database(FileName, null, config);
H A DBulkAccessNIOExample.java20 private static final String FileName = "access.db"; field in class:BulkAccessNIOExample
78 new File(FileName).delete();
88 Database table = new Database(FileName, null, config);
/macosx-10.10.1/BerkeleyDB-21/db/examples_cxx/wce_tpcb/
H A DTpcbUI.cpp420 wchar_t FileName[MAX_PATH]; local
424 wcscpy(FileName, dirname);
425 wcscat(FileName, L"\\");
433 wcscpy(DirPath,FileName);
440 wcscpy(FileName + wcslen(DirPath), findFileData.cFileName);
444 if (!RecursiveDirRemove(FileName))
451 if (!DeleteFile(FileName)) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DLockFileManager.cpp65 LockFileManager::LockFileManager(StringRef FileName) argument
67 LockFileName = FileName;
/macosx-10.10.1/objc4-646/
H A Dmarkgc.c62 const char *FileName; variable
109 int fd = open(FileName, 1);
122 printf("patched %s at offset 0x%lx\n", FileName, offset);
135 //printf("will patch %s at offset %p\n", FileName, (char*)(&ii->flags) - FileBase);
397 FileName = filename;
/macosx-10.10.1/BerkeleyDB-21/db/examples_cxx/
H A DLockExample.cpp36 static const char FileName[]; member in class:LockExample
H A DMpoolExample.cpp43 static const char FileName[]; member in class:MpoolExample
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/scripts.v2/
H A Dfrcp178 local FileName
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/Windows/
H A DSignals.inc53 PCHAR FileName;
440 fprintf(stderr, ", %s, line %lu", line.FileName, line.LineNumber);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCContext.h239 unsigned GetDwarfFile(StringRef Directory, StringRef FileName,
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Dcomsoc_smb.c1097 &filename.FileName,
1164 if (filename.FileName)
1166 RtlMemoryFree(filename.FileName);
1383 &filename.FileName,
1467 if (filename.FileName)
1469 RtlMemoryFree(filename.FileName);
/macosx-10.10.1/ruby-106/ruby/
H A Dvm_dump.c492 char *FileName; member in struct:__anon12341
593 fprintf(stderr, " %s:%lu", line.FileName, line.LineNumber);

Completed in 7861 milliseconds

12