/external/clang/test/CodeGen/ |
H A D | types.c | 3 struct FileName { struct 4 struct FileName *next;
|
/external/clang/include/clang/Frontend/ |
H A D | CommandLineSourceLoc.h | 26 std::string FileName; member in struct:clang::ParsedSourceLocation 42 PSL.FileName = LineSplit.first; 46 if (PSL.FileName == "-") 47 PSL.FileName = "<stdin>"; 76 if (Val.FileName.empty()) {
|
/external/jhead/ |
H A D | jhead.c | 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); 411 rename(TempName, FileName); 480 void RenameAssociated(const char * FileName, cha [all...] |
/external/clang/lib/Basic/ |
H A D | SanitizerBlacklist.cpp | 36 bool SanitizerBlacklist::isBlacklistedFile(StringRef FileName, argument 38 return SCL->inSection("src", FileName, Category);
|
/external/clang/lib/Tooling/ |
H A D | FileMatchTrie.cpp | 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 100 StringRef FileName, 104 if (Comparator.equivalent(StringRef(Path), FileName)) 108 StringRef Element(llvm::sys::path::filename(FileName.drop_back( 114 Comparator, FileName, IsAmbiguous, 123 if (Comparator.equivalent(AllChildren[i], FileName)) { 178 StringRef FileMatchTrie::findEquivalent(StringRef FileName, argument 180 if (llvm::sys::path::is_relative(FileName)) { 99 findEquivalent(const PathComparator& Comparator, StringRef FileName, bool &IsAmbiguous, unsigned ConsumedLength = 0) const argument [all...] |
H A D | Tooling.cpp | 108 const Twine &FileName) { 110 ToolAction, Code, std::vector<std::string>(), FileName); 115 StringRef FileName) { 120 Args.push_back(FileName.str()); 126 const Twine &FileName, 130 StringRef FileNameRef = FileName.toNullTerminatedStringRef(FileNameStorage); 410 const Twine &FileName) { 411 return buildASTFromCodeWithArgs(Code, std::vector<std::string>(), FileName); 417 const Twine &FileName) { 419 StringRef FileNameRef = FileName 107 runToolOnCode(clang::FrontendAction *ToolAction, const Twine &Code, const Twine &FileName) argument 114 getSyntaxOnlyToolArgs(const std::vector<std::string> &ExtraArgs, StringRef FileName) argument 124 runToolOnCodeWithArgs(clang::FrontendAction *ToolAction, const Twine &Code, const std::vector<std::string> &Args, const Twine &FileName, const FileContentMappings &VirtualMappedFiles) argument 409 buildASTFromCode(const Twine &Code, const Twine &FileName) argument 415 buildASTFromCodeWithArgs(const Twine &Code, const std::vector<std::string> &Args, const Twine &FileName) argument [all...] |
/external/llvm/include/llvm/Support/ |
H A D | LockFileManager.h | 53 SmallString<128> FileName; member in class:llvm::LockFileManager 70 LockFileManager(StringRef FileName);
|
H A D | Process.h | 81 const std::string& FileName);
|
/external/netperf/ |
H A D | netserver.c | 174 char FileName[PATH_MAX]; /* for opening the debug log file */ local 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 */ local 918 strcpy(FileName, DEBUG_LOG_FIL [all...] |
/external/clang/lib/Frontend/ |
H A D | DependencyGraph.cpp | 50 StringRef FileName, bool IsAngled, 70 StringRef FileName, 116 StringRef FileName = AllFiles[I]->getName(); local 117 if (FileName.startswith(SysRoot)) 118 FileName = FileName.substr(SysRoot.size()); 120 OS << DOT::EscapeString(FileName) 68 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported) argument
|
/external/llvm/lib/Support/ |
H A D | LockFileManager.cpp | 72 LockFileManager::LockFileManager(StringRef FileName) argument 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))
|
H A D | Process.cpp | 30 const std::string& FileName) 46 path::append(FilePath, FileName); 29 FindInEnvPath(const std::string& EnvName, const std::string& FileName) argument
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | 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/ |
H A D | SanitizerBlacklist.h | 38 bool isBlacklistedFile(StringRef FileName,
|
/external/clang/include/clang/Tooling/ |
H A D | FileMatchTrie.h | 73 /// Returns file name stored in this trie that is equivalent to 'FileName' 78 StringRef findEquivalent(StringRef FileName,
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DIContext.h | 32 std::string FileName; member in struct:llvm::DILineInfo 38 : FileName("<invalid>"), FunctionName("<invalid>"), Line(0), Column(0) {} 42 FileName == RHS.FileName && FunctionName == RHS.FunctionName;
|
/external/webrtc/src/system_wrappers/interface/ |
H A D | file_wrapper.h | 53 virtual int FileName(char* fileNameUTF8,
|
/external/clang/lib/Serialization/ |
H A D | ModuleManager.cpp | 56 ModuleManager::addModule(StringRef FileName, ModuleKind Type, argument 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, argument 225 FileMgr.getVirtualFile(FileName, Buffer->getBufferSize(), 0); 229 bool ModuleManager::addKnownModuleFile(StringRef FileName) { argument 441 lookupModuleFile(StringRef FileName, off_t ExpectedSize, time_t ExpectedModTime, const FileEntry *&File) argument [all...] |
/external/llvm/include/llvm/IR/ |
H A D | DiagnosticInfo.h | 211 DiagnosticInfoSampleProfile(const char *FileName, unsigned LineNum, argument 214 : DiagnosticInfo(DK_SampleProfile, Severity), FileName(FileName), 216 DiagnosticInfoSampleProfile(const char *FileName, const Twine &Msg, argument 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; member in class:llvm::DiagnosticInfoSampleProfile
|
/external/clang/include/clang/Serialization/ |
H A D | 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,
|
/external/llvm/include/llvm/ExecutionEngine/ |
H A D | RuntimeDyldChecker.h | 92 std::pair<uint64_t, std::string> getSectionAddr(StringRef FileName,
|
/external/webrtc/src/system_wrappers/source/ |
H A D | file_impl.h | 26 virtual int FileName(char* fileNameUTF8,
|
/external/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 106 static FileID createInMemoryFile(StringRef FileName, MemoryBuffer *Source, argument 108 const FileEntry *Entry = Files.getVirtualFile(FileName == "-" ? "<stdin>" : 109 FileName, 206 static bool format(StringRef FileName) { argument 213 MemoryBuffer::getFileOrSTDIN(FileName); 221 FileID ID = createInMemoryFile(FileName, Code.get(), Sources, Files); 227 Style, (FileName == "-") ? AssumeFilename : FileName, FallbackStyle);
|
/external/clang/unittests/AST/ |
H A D | MatchVerifier.h | 95 StringRef FileName; local 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/llvm/lib/Fuzzer/ |
H A D | FuzzerIO.cpp | 59 const std::string &FileName) { 60 return DirPath + "/" + FileName; 58 DirPlusFile(const std::string &DirPath, const std::string &FileName) argument
|