HomeSort by relevance Sort by last modified time
    Searched refs:FileName (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/llvm/include/llvm/DebugInfo/
DIContext.h 28 const char *FileName;
32 DILineInfo() : FileName("<invalid>"), Line(0), Column(0) {}
33 DILineInfo(const char *fileName, uint32_t line, uint32_t column)
34 : FileName(fileName), Line(line), Column(column) {}
36 const char *getFileName() const { return FileName; }
42 std::strcmp(FileName, RHS.FileName) == 0;
  /external/clang/test/CodeGen/
types.c 3 struct FileName {
4 struct FileName *next;
  /external/clang/include/clang/Frontend/
CommandLineSourceLoc.h 26 std::string FileName;
31 /// Construct a parsed source location from a string; the Filename is empty on
42 PSL.FileName = LineSplit.first;
46 if (PSL.FileName == "-")
47 PSL.FileName = "<stdin>";
60 /// Source locations are of the form filename:line:column.
76 if (Val.FileName.empty()) {
78 << "source location must be of the form filename:line:column\n";
  /external/llvm/lib/ExecutionEngine/
EventListenerCommon.h 28 // Holds the filename of each Scope, so that we can pass a null-terminated
36 std::string &Filename = Filenames[Scope];
37 if (Filename.empty()) {
39 Filename = DIScope.getFilename();
41 return Filename.c_str();
49 StringRef FileName = DIScope.getFilename();
54 if (FileName != "") {
55 sys::path::append(FullPath, FileName);
  /external/jhead/
jhead.c 68 // the filename to store the thumbnail to.
71 // the filename to retrieve the thumbnail from.
294 printf("not resizing %dx%x '%s'\n",ImageInfo.Height, ImageInfo.Width, ImageInfo.FileName);
352 static void DoCommand(const char * FileName, int ShowIt)
362 // (a is the number of characters to copy from FileName)
363 a = strlen(FileName)-1;
364 while(a > 0 && FileName[a-1] != SLASH) a--;
365 memcpy(TempName, FileName, a);
379 e += shellescape(ExecString+e, FileName);
410 unlink(FileName);
    [all...]
jhead.h 74 char FileName [PATH_MAX+1];
221 void MyGlob(const char * Pattern , void (*FileFuncParm)(const char * FileName));
226 int EnsurePathExists(const char * FileName);
233 int ReadJpegFile(const char * FileName, ReadMode_t ReadMode);
239 int WriteJpegFile(const char * FileName);
jpgfile.c 520 int ReadJpegFile(const char * FileName, ReadMode_t ReadMode)
525 infile = fopen(FileName, "rb"); // Unix ignores 'b', windows needs it.
528 ALOGE("can't open '%s'", FileName);
529 fprintf(stderr, "can't open '%s'\n", FileName);
537 ALOGV("Cannot parse JPEG sections for file: %s", FileName);
538 fprintf(stderr,"Not JPEG: %s\n",FileName);
563 // A filename of '-' indicates thumbnail goes to stdout.
784 int WriteJpegFile(const char * FileName)
794 outfile = fopen(FileName,"wb");
  /external/clang/lib/Frontend/
DependencyGraph.cpp 52 StringRef FileName,
73 StringRef FileName,
118 StringRef FileName = AllFiles[I]->getName();
119 if (FileName.startswith(SysRoot))
120 FileName = FileName.substr(SysRoot.size());
122 OS << DOT::EscapeString(FileName)
  /external/webrtc/src/system_wrappers/interface/
file_wrapper.h 53 virtual int FileName(char* fileNameUTF8,
  /external/netperf/
netserver.c 174 char FileName[PATH_MAX]; /* for opening the debug log file */
175 strcpy(FileName, DEBUG_LOG_FILE);
179 snprintf(&FileName[strlen(FileName)], sizeof(FileName) - strlen(FileName), "_%d", getpid());
180 if ((where = fopen(FileName, "w")) == NULL) {
185 chmod(FileName,0644);
797 char FileName[PATH_MAX]; /* for opening the debug log file */
918 strcpy(FileName, DEBUG_LOG_FILE)
    [all...]
  /external/clang/lib/Serialization/
ModuleManager.cpp 37 ModuleManager::addModule(StringRef FileName, ModuleKind Type,
40 const FileEntry *Entry = FileMgr.getFile(FileName);
41 if (!Entry && FileName != "-") {
52 New->FileName = FileName.str();
58 if (llvm::MemoryBuffer *Buffer = lookupBuffer(FileName)) {
65 if (FileName == "-") {
70 New->Buffer.reset(FileMgr.getBufferForFile(FileName, &ErrorStr));
90 void ModuleManager::addInMemoryBuffer(StringRef FileName,
93 const FileEntry *Entry = FileMgr.getVirtualFile(FileName,
    [all...]
Module.cpp 72 llvm::errs() << "\nModule: " << FileName << "\n";
78 llvm::errs() << Imports[I]->FileName;
  /external/clang/unittests/Tooling/
CompilationDatabaseTest.cpp 21 static CompileCommand findCompileArgsInJsonDatabase(StringRef FileName,
28 std::vector<CompileCommand> Commands = Database->getCompileCommands(FileName);
45 StringRef FileName("/path/to/a-file.cpp");
49 FileName,
52 "\"file\":\"" + FileName + "\"}]").str(),
65 "\"file\":\"" + FileName + "\"}]").str(),
73 StringRef FileName("/path/to/a-file.cpp");
77 FileName,
80 "\"file\":\"" + FileName + "\"}]").str(),
89 StringRef FileName("/path/to/a-file.cpp")
    [all...]
  /external/llvm/include/llvm/Support/
LockFileManager.h 60 LockFileManager(StringRef FileName);
  /external/llvm/lib/Target/PTX/
PTXAsmPrinter.h 42 unsigned GetOrCreateSourceID(StringRef FileName,
  /external/webrtc/src/system_wrappers/source/
file_impl.h 26 virtual int FileName(char* fileNameUTF8,
  /external/clang/include/clang/Lex/
PPCallbacks.h 64 /// \param FileName The name of the file being included, as written in the
73 virtual bool FileNotFound(StringRef FileName,
88 /// \param FileName The name of the file being included, as written in the
110 /// file was found. This is equal to FileName except for framework includes.
113 StringRef FileName,
260 virtual bool FileNotFound(StringRef FileName,
262 return First->FileNotFound(FileName, RecoveryPath) ||
263 Second->FileNotFound(FileName, RecoveryPath);
268 StringRef FileName,
274 First->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled, File
    [all...]
  /external/clang/include/clang/Serialization/
ModuleManager.h 91 /// \param FileName The file name of the module to be loaded.
106 addModule(StringRef FileName, ModuleKind Type, ModuleFile *ImportedBy,
110 void addInMemoryBuffer(StringRef FileName, llvm::MemoryBuffer *Buffer);
  /external/webkit/LayoutTests/fast/js/resources/
script-line-number.js 13 // ErrorName: ErrorDescription at FileName:LineNumber:ColumnNumber
  /external/llvm/lib/MC/
MCContext.cpp 256 unsigned MCContext::GetDwarfFile(StringRef Directory, StringRef FileName,
276 // Separate the directory part from the basename of the FileName.
277 std::pair<StringRef, StringRef> Slash = FileName.rsplit('/');
281 FileName = Slash.second;
311 char *Buf = static_cast<char *>(Allocate(FileName.size()));
312 memcpy(Buf, FileName.data(), FileName.size());
313 File = new (*this) MCDwarfFile(StringRef(Buf, FileName.size()), DirIndex);
  /external/clang/utils/analyzer/
SATestBuild.py 152 def hasNoExtension(FileName):
153 (Root, Ext) = os.path.splitext(FileName)
158 def isValidSingleInputFile(FileName):
159 (Root, Ext) = os.path.splitext(FileName)
181 FileName = os.path.basename(FullFileName)
185 if (hasNoExtension(FileName)):
187 if (isValidSingleInputFile(FileName) == False):
192 OutputOption = "-o " + os.path.join(PlistPath, FileName) + ".plist "
193 Command = CmdPrefix + OutputOption + os.path.join(Dir, FileName)
194 LogFile = open(os.path.join(FailPath, FileName + ".stderr.txt"), "w+b"
    [all...]
  /external/srec/srec/include/
ann_util.h 76 void save_annotations(annotate_info* hAnnotation, char* FileName);
  /ndk/sources/host-tools/make-3.81/
vmsfunctions.c 159 static struct dsc$descriptor_s FileName =
192 Nam.nam$l_esa = EName; /* expanded filename */
194 Nam.nam$l_rsa = RName; /* resultant filename */
207 FileName.dsc$a_pointer = Nam.nam$l_name;
208 FileName.dsc$w_length = Nam.nam$b_name + Nam.nam$b_type + Nam.nam$b_ver;
223 &FibDesc, &FileName, 0, 0, &Atr, 0);
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 27 StringRef FileName,
34 = (char*)PPRec.Allocate(FileName.size() + 1, llvm::alignOf<char>());
35 memcpy(Memory, FileName.data(), FileName.size());
36 Memory[FileName.size()] = 0;
37 this->FileName = StringRef(Memory, FileName.size());
270 // include directives that form the filename using macros, e.g:
275 // Usually there are few macro expansions when defining the filename, do a
390 StringRef FileName,
    [all...]
  /external/llvm/lib/Support/
LockFileManager.cpp 66 LockFileManager::LockFileManager(StringRef FileName)
68 LockFileName = FileName;

Completed in 296 milliseconds

1 2 3