/external/clang/utils/analyzer/ |
D | SATestBuild.py | 205 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/ |
D | StmtOpenMP.cpp | 64 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/ |
D | SkDataTable.h | 93 struct Dir { struct 101 const Dir* fDir; argument
|
/external/skia/include/core/ |
D | SkDataTable.h | 93 struct Dir { struct 101 const Dir* fDir; argument
|
/external/clang/lib/Lex/ |
D | HeaderSearch.cpp | 148 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 …]
|
D | PPLexerChange.cpp | 233 static void computeRelativePath(FileManager &FM, const DirectoryEntry *Dir, in computeRelativePath() 488 const DirectoryEntry *Dir = Mod->getUmbrellaDir().Entry; in HandleEndOfFile() local
|
D | ModuleMap.cpp | 181 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/ |
D | gen.go | 244 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 {
|
D | check.go | 469 Dir prog.Dir member 499 func (comp *compiler) checkTypeCtors(t *ast.Type, dir prog.Dir, isArg bool,
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Process.cpp | 42 for (const auto &Dir : Dirs) { in FindInEnvPath() local
|
/external/llvm/lib/Support/ |
D | Process.cpp | 42 for (const auto &Dir : Dirs) { in FindInEnvPath() local
|
/external/clang/lib/Basic/ |
D | VirtualFileSystem.cpp | 224 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 __anon393354d90711::VFSFromYamlDirIterImpl 910 directory_iterator dir_begin(const Twine &Dir, std::error_code &EC) override{ in dir_begin() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Process.cpp | 48 for (StringRef Dir : Dirs) { in FindInEnvPath() local
|
/external/compiler-rt/ |
D | Makefile | 104 Dir := . macro
|
/external/llvm/tools/llvm-dwarfdump/ |
D | llvm-dwarfdump.cpp | 125 for (sys::fs::directory_iterator Dir(BundlePath, EC), DirEnd; in expandBundle() local
|
/external/clang/test/SemaCXX/ |
D | constexpr-turing.cpp | 8 enum Dir { L, R }; enum
|
/external/clang/include/clang/Lex/ |
D | DirectoryLookup.h | 43 const DirectoryEntry *Dir; member
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/ |
D | ClassPath.java | 397 private static class Dir extends PathEntry { class in ClassPath 402 Dir(final String d) { in Dir() method in ClassPath.Dir
|
/external/antlr/runtime/Ruby/lib/antlr3/test/ |
D | core-extensions.rb | 210 class Dir class in String
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerIO.cpp | 40 static void ListFilesInDirRecursive(const std::string &Dir, long *Epoch, in ListFilesInDirRecursive()
|
/external/clang/include/clang/Basic/ |
D | FileManager.h | 58 const DirectoryEntry *Dir; // Directory file lives in. variable
|
/external/clang/lib/Frontend/ |
D | ModuleDependencyCollector.cpp | 162 std::string Dir = path::parent_path(SrcPath).str(); in getRealPath() local
|
/external/syzkaller/pkg/runtest/ |
D | run.go | 53 Dir string member
|
/external/syzkaller/prog/ |
D | types.go | 19 type Dir int type 54 Dir() Dir methodSpec 125 func (t TypeCommon) Dir() Dir { func 533 Dir Dir member
|
/external/llvm/lib/LibDriver/ |
D | LibDriver.cpp | 93 for (auto Dir : Paths) { in findInputFile() local
|