Home
last modified time | relevance | path

Searched defs:Dir (Results 1 – 25 of 68) sorted by relevance

123

/external/clang/utils/analyzer/
DSATestBuild.py205 def runCleanupScript(Dir, PBuildLogFile): argument
211 def runDownloadScript(Dir, PBuildLogFile): argument
234 def downloadAndPatch(Dir, PBuildLogFile): argument
255 def applyPatch(Dir, PBuildLogFile): argument
275 def runScanBuild(Dir, SBOutputDir, PBuildLogFile): argument
343 def runAnalyzePreprocessed(Dir, SBOutputDir, Mode): argument
412 def buildProject(Dir, SBOutputDir, ProjectBuildMode, IsReferenceBuild): argument
534 def runCmpResults(Dir, Strictness = 0): argument
637 def testProject(ID, ProjectBuildMode, IsReferenceBuild=False, Dir=None, Strictness = 0): argument
/external/clang/lib/AST/
DStmtOpenMP.cpp64 OMPParallelDirective *Dir = in Create() local
92 OMPSimdDirective *Dir = new (Mem) in Create() local
134 OMPForDirective *Dir = in Create() local
187 OMPForSimdDirective *Dir = new (Mem) in Create() local
236 OMPSectionsDirective *Dir = in Create() local
262 OMPSectionDirective *Dir = new (Mem) OMPSectionDirective(StartLoc, EndLoc); in Create() local
285 OMPSingleDirective *Dir = in Create() local
309 OMPMasterDirective *Dir = new (Mem) OMPMasterDirective(StartLoc, EndLoc); in Create() local
330 OMPCriticalDirective *Dir = in Create() local
356 OMPParallelForDirective *Dir = new (Mem) in Create() local
[all …]
/external/skqp/include/core/
DSkDataTable.h93 struct Dir { struct
101 const Dir* fDir; argument
/external/skia/include/core/
DSkDataTable.h93 struct Dir { struct
101 const Dir* fDir; argument
/external/clang/lib/Lex/
DHeaderSearch.cpp148 auto *Dir = in getModuleFileName() local
253 StringRef FileName, SourceLocation IncludeLoc, const DirectoryEntry *Dir, in getFileAndSuggestModule()
384 const DirectoryEntry *Dir = FileMgr.getDirectory(DirName); in getTopFrameworkDir() local
441 const DirectoryEntry *Dir = FileMgr.getDirectory(FrameworkName); in DoFrameworkLookup() local
500 const DirectoryEntry *Dir = FileMgr.getDirectory(FrameworkPath); in DoFrameworkLookup() local
866 const DirectoryEntry *Dir = FileMgr.getDirectory(FrameworkName); in LookupSubframeworkHeader() local
1110 const DirectoryEntry *Dir = FileMgr.getDirectory(DirName); in hasModuleMap() local
1204 const DirectoryEntry *Dir = nullptr; in loadModuleMapFile() local
1233 const DirectoryEntry *Dir) { in loadModuleMapFileImpl()
1260 HeaderSearch::lookupModuleMapFile(const DirectoryEntry *Dir, bool IsFramework) { in lookupModuleMapFile()
[all …]
DPPLexerChange.cpp233 static void computeRelativePath(FileManager &FM, const DirectoryEntry *Dir, in computeRelativePath()
488 const DirectoryEntry *Dir = Mod->getUmbrellaDir().Entry; in HandleEndOfFile() local
DModuleMap.cpp181 const DirectoryEntry *Dir = File->getDir(); in findHeaderInUmbrellaDirs() local
452 const DirectoryEntry *Dir = Header->getDir(); in isHeaderUnavailableInModule() local
715 for (vfs::directory_iterator Dir = FS.dir_begin(SubframeworksDirName, EC), in inferFrameworkModule() local
1915 const DirectoryEntry *Dir = nullptr; in parseUmbrellaDirDecl() local
2441 const DirectoryEntry *Dir, in parseModuleMapFile()
/external/syzkaller/pkg/compiler/
Dgen.go244 func (comp *compiler) genStructDesc(res *prog.StructDesc, n *ast.Struct, dir prog.Dir, varlen bool)…
389 func (comp *compiler) genField(f *ast.Field, dir prog.Dir, isArg bool) prog.Type {
393 func (comp *compiler) genFieldArray(fields []*ast.Field, dir prog.Dir, isArg bool) []prog.Type {
401 func (comp *compiler) genType(t *ast.Type, field string, dir prog.Dir, isArg bool) prog.Type {
410 func genCommon(name, field string, size uint64, dir prog.Dir, opt bool) prog.TypeCommon {
Dcheck.go469 Dir prog.Dir member
499 func (comp *compiler) checkTypeCtors(t *ast.Type, dir prog.Dir, isArg bool,
/external/compiler-rt/
DMakefile104 Dir := . macro
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DProcess.cpp42 for (const auto &Dir : Dirs) { in FindInEnvPath() local
/external/llvm/lib/Support/
DProcess.cpp42 for (const auto &Dir : Dirs) { in FindInEnvPath() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DProcess.cpp48 for (StringRef Dir : Dirs) { in FindInEnvPath() local
/external/clang/lib/Basic/
DVirtualFileSystem.cpp224 SmallString<256> Dir; in getCurrentWorkingDirectory() local
239 StringRef Dir = Path.toNullTerminatedStringRef(Storage); in setCurrentWorkingDirectory() local
282 directory_iterator RealFileSystem::dir_begin(const Twine &Dir, in dir_begin()
397 directory_iterator OverlayFileSystem::dir_begin(const Twine &Dir, in dir_begin()
524 detail::InMemoryDirectory *Dir = Root.get(); in addFile() local
581 lookupInMemoryNode(const InMemoryFileSystem &FS, detail::InMemoryDirectory *Dir, in lookupInMemoryNode()
648 explicit InMemoryDirIterator(detail::InMemoryDirectory &Dir) in InMemoryDirIterator()
664 directory_iterator InMemoryFileSystem::dir_begin(const Twine &Dir, in dir_begin()
772 std::string Dir; member in __anonab1edbe20711::VFSFromYamlDirIterImpl
910 directory_iterator dir_begin(const Twine &Dir, std::error_code &EC) override{ in dir_begin()
[all …]
/external/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp125 for (sys::fs::directory_iterator Dir(BundlePath, EC), DirEnd; in expandBundle() local
/external/clang/test/SemaCXX/
Dconstexpr-turing.cpp8 enum Dir { L, R }; enum
/external/clang/include/clang/Lex/
DDirectoryLookup.h43 const DirectoryEntry *Dir; member
/external/antlr/runtime/Ruby/lib/antlr3/test/
Dcore-extensions.rb210 class Dir class in String
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DClassPath.java397 private static class Dir extends PathEntry { class in ClassPath
402 Dir(final String d) { in Dir() method in ClassPath.Dir
/external/llvm/lib/Fuzzer/
DFuzzerIO.cpp40 static void ListFilesInDirRecursive(const std::string &Dir, long *Epoch, in ListFilesInDirRecursive()
/external/clang/include/clang/Basic/
DFileManager.h58 const DirectoryEntry *Dir; // Directory file lives in. variable
/external/clang/lib/Frontend/
DModuleDependencyCollector.cpp162 std::string Dir = path::parent_path(SrcPath).str(); in getRealPath() local
/external/syzkaller/pkg/runtest/
Drun.go53 Dir string member
/external/llvm/lib/LibDriver/
DLibDriver.cpp93 for (auto Dir : Paths) { in findInputFile() local
/external/syzkaller/prog/
Dtypes.go19 type Dir int type
54 Dir() Dir methodSpec
125 func (t TypeCommon) Dir() Dir { func
533 Dir Dir member

123