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

1 2 3 4 5 6 7

  /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/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...]
  /external/clang/lib/Basic/
SanitizerBlacklist.cpp 36 bool SanitizerBlacklist::isBlacklistedFile(StringRef FileName,
38 return SCL->inSection("src", FileName, Category);
  /external/clang/lib/Tooling/
FileMatchTrie.cpp 69 StringRef Element(llvm::sys::path::filename(
73 StringRef Element(llvm::sys::path::filename(
79 /// matches 'FileName'.
81 /// If multiple paths fit 'FileName' equally well, \c IsAmbiguous is set to
82 /// \c true and an empty string is returned. If no path fits 'FileName', an
84 /// \c Filename's trailing characters already consumed during recursion.
100 StringRef FileName,
104 if (Comparator.equivalent(StringRef(Path), FileName))
108 StringRef Element(llvm::sys::path::filename(FileName.drop_back
    [all...]
  /external/llvm/include/llvm/Support/
LockFileManager.h 53 SmallString<128> FileName;
70 LockFileManager(StringRef FileName);
Process.h 81 const std::string& FileName);
  /external/clang/include/clang/Tooling/
FileMatchTrie.h 38 /// in the compilation database are keyed by filename, a simple string match
73 /// Returns file name stored in this trie that is equivalent to 'FileName'
78 StringRef findEquivalent(StringRef 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/Frontend/
DependencyGraph.cpp 50 StringRef FileName, bool IsAngled,
70 StringRef FileName,
116 StringRef FileName = AllFiles[I]->getName();
117 if (FileName.startswith(SysRoot))
118 FileName = FileName.substr(SysRoot.size());
120 OS << DOT::EscapeString(FileName)
  /external/llvm/lib/Support/
LockFileManager.cpp 72 LockFileManager::LockFileManager(StringRef FileName)
74 this->FileName = FileName;
75 if (std::error_code EC = sys::fs::make_absolute(this->FileName)) {
79 LockFileName = this->FileName;
204 if (!sys::fs::exists(FileName))
Process.cpp 30 const std::string& FileName)
46 path::append(FilePath, FileName);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldCheckerImpl.h 51 StringRef FileName,
54 std::pair<uint64_t, std::string> getSectionAddr(StringRef FileName,
58 std::pair<uint64_t, std::string> getStubAddrFor(StringRef FileName,
  /external/clang/include/clang/Basic/
SanitizerBlacklist.h 38 bool isBlacklistedFile(StringRef FileName,
  /external/llvm/include/llvm/DebugInfo/DWARF/
DIContext.h 32 std::string FileName;
38 : FileName("<invalid>"), FunctionName("<invalid>"), Line(0), Column(0) {}
42 FileName == RHS.FileName && FunctionName == RHS.FunctionName;
  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyldChecker.h 92 std::pair<uint64_t, std::string> getSectionAddr(StringRef FileName,
  /external/webrtc/src/system_wrappers/source/
file_impl.h 26 virtual int FileName(char* fileNameUTF8,
  /external/llvm/include/llvm/IR/
DiagnosticInfo.h 211 DiagnosticInfoSampleProfile(const char *FileName, unsigned LineNum,
214 : DiagnosticInfo(DK_SampleProfile, Severity), FileName(FileName),
216 DiagnosticInfoSampleProfile(const char *FileName, const Twine &Msg,
218 : DiagnosticInfo(DK_SampleProfile, Severity), FileName(FileName),
222 : DiagnosticInfo(DK_SampleProfile, Severity), FileName(nullptr),
232 const char *getFileName() const { return FileName; }
238 const char *FileName;
289 void getLocation(StringRef *Filename, unsigned *Line, unsigned *Column) const
    [all...]
  /external/clang/unittests/AST/
MatchVerifier.h 95 StringRef FileName;
99 FileName = "input.c";
103 FileName = "input.c";
107 FileName = "input.cc";
111 FileName = "input.cc";
114 FileName = "input.cl";
117 FileName = "input.mm";
123 if (!tooling::runToolOnCodeWithArgs(Factory->create(), Code, Args, FileName))
  /external/clang/lib/Serialization/
ModuleManager.cpp 56 ModuleManager::addModule(StringRef FileName, ModuleKind Type,
76 if (lookupModuleFile(FileName, ExpectedSize, ExpectedModTime, Entry)) {
81 if (!Entry && FileName != "-") {
93 New->FileName = FileName.str();
111 if (std::unique_ptr<llvm::MemoryBuffer> Buffer = lookupBuffer(FileName)) {
118 if (FileName == "-") {
221 ModuleManager::addInMemoryBuffer(StringRef FileName,
225 FileMgr.getVirtualFile(FileName, Buffer->getBufferSize(), 0);
229 bool ModuleManager::addKnownModuleFile(StringRef FileName) {
    [all...]
  /external/clang/include/clang/Serialization/
ModuleManager.h 173 /// \param FileName The file name of the module to be loaded.
204 AddModuleResult addModule(StringRef FileName, ModuleKind Type,
219 void addInMemoryBuffer(StringRef FileName,
232 bool addKnownModuleFile(StringRef FileName);
290 /// \param FileName The name of the module file.
305 bool lookupModuleFile(StringRef FileName,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sfc.h 30 WCHAR FileName[MAX_PATH];
  /external/clang/tools/clang-format/
ClangFormat.cpp 76 AssumeFilename("assume-filename",
78 "filename to look for a style config file (with\n"
106 static FileID createInMemoryFile(StringRef FileName, MemoryBuffer *Source,
108 const FileEntry *Entry = Files.getVirtualFile(FileName == "-" ? "<stdin>" :
109 FileName,
206 static bool format(StringRef FileName) {
213 MemoryBuffer::getFileOrSTDIN(FileName);
221 FileID ID = createInMemoryFile(FileName, Code.get(), Sources, Files);
227 Style, (FileName == "-") ? AssumeFilename : FileName, FallbackStyle)
    [all...]
  /external/llvm/lib/Fuzzer/
FuzzerIO.cpp 59 const std::string &FileName) {
60 return DirPath + "/" + FileName;

Completed in 521 milliseconds

1 2 3 4 5 6 7