/external/clang/tools/scan-build/ |
D | scan-build | 76 my $Dir = shift; 78 Diag ("Preprocessed versions of these sources were deposited in '$Dir/failures'.\n"); 125 my $Dir = shift @_; 127 if (!defined $Dir) { 128 $Dir = $ENV{'TMPDIR'} || $ENV{'TEMP'} || $ENV{'TMP'} || "/tmp"; 133 while ($Dir =~ /\/$/) { chop $Dir; } 151 if (-d $Dir) { 152 if (! -r $Dir) { 153 DieDiag("directory '$Dir' exists but is not readable.\n"); 157 opendir(DIR, $Dir); [all …]
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 1607 OMPParallelDirective *Dir = new (Mem) OMPParallelDirective(StartLoc, EndLoc, in Create() local 1609 Dir->setClauses(Clauses); in Create() 1610 Dir->setAssociatedStmt(AssociatedStmt); in Create() 1611 return Dir; in Create() 1634 OMPSimdDirective *Dir = new (Mem) in Create() local 1636 Dir->setClauses(Clauses); in Create() 1637 Dir->setAssociatedStmt(AssociatedStmt); in Create() 1638 Dir->setIterationVariable(Exprs.IterationVarRef); in Create() 1639 Dir->setLastIteration(Exprs.LastIteration); in Create() 1640 Dir->setCalcLastIteration(Exprs.CalcLastIteration); in Create() [all …]
|
/external/compiler-rt/make/ |
D | subdir.mk | 15 ifeq ($(Dir),) 30 $(call Set,Dir,$(1)) 32 $$(info MAKE: $(Dir): Processing subdirectory) 38 $(call Set,$(DirKey).Dir,$(Dir)) 50 $$(info MAKE: $(Dir): $$(var) is defined), \ 51 $$(info MAKE: $(Dir): $$(var) is undefined))) 58 $$(error $(Dir): variable '$$(var)' was not undefined))) 71 $$(call Set,Dir,$(1)) 74 $$(info MAKE: $$(Dir): Done processing subdirectory) 81 $(if $(call streq,.,$(Dir)),\ [all …]
|
/external/clang/utils/analyzer/ |
D | SATestBuild.py | 182 def runCleanupScript(Dir, PBuildLogFile): argument 183 ScriptPath = os.path.join(Dir, CleanupScript) 188 check_call("chmod +x %s" % ScriptPath, cwd = Dir, 192 check_call(ScriptPath, cwd = Dir, stderr=PBuildLogFile, 202 def runScanBuild(Dir, SBOutputDir, PBuildLogFile): argument 203 BuildScriptPath = os.path.join(Dir, BuildScript) 228 check_call(SBCommand, cwd = Dir, stderr=PBuildLogFile, 251 def runAnalyzePreprocessed(Dir, SBOutputDir, Mode): argument 252 if os.path.exists(os.path.join(Dir, BuildScript)): 263 PlistPath = os.path.join(Dir, SBOutputDir, "date") [all …]
|
D | SATestAdd.py | 38 Dir = SATestBuild.getProjectDir(ID) 39 if not os.path.exists(Dir): 40 print "Error: Project directory is missing: %s" % Dir 44 SATestBuild.testProject(ID, BuildMode, IsReferenceBuild=True, Dir=Dir)
|
/external/clang/lib/Lex/ |
D | HeaderSearch.cpp | 140 auto *Dir = in getModuleFileName() local 142 if (!Dir) in getModuleFileName() 144 auto DirName = FileMgr.getCanonicalName(Dir); in getModuleFileName() 246 const DirectoryEntry *Dir, bool IsSystemHeaderDir, in getFileAndSuggestModule() argument 250 HS.hasModuleMap(FileName, Dir, IsSystemHeaderDir); in getFileAndSuggestModule() 261 HS.hasModuleMap(FileName, Dir, IsSystemHeaderDir)) in getFileAndSuggestModule() 381 const DirectoryEntry *Dir = FileMgr.getDirectory(DirName); in getTopFrameworkDir() local 382 if (!Dir) in getTopFrameworkDir() 389 TopFrameworkDir = Dir; in getTopFrameworkDir() 441 const DirectoryEntry *Dir = FileMgr.getDirectory(FrameworkName); in DoFrameworkLookup() local [all …]
|
/external/compiler-rt/lib/lsan/ |
D | Makefile.mk | 13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file))) 19 Dependencies := $(wildcard $(Dir)/*.h) 20 Dependencies += $(wildcard $(Dir)/../interception/*.h) 21 Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.h) 24 LsanCommonSources := $(foreach file,$(wildcard $(Dir)/lsan_common*.cc),$(notdir $(file)))
|
/external/compiler-rt/lib/asan/ |
D | Makefile.mk | 13 CCSources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file))) 16 SSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file))) 23 Dependencies := $(wildcard $(Dir)/*.h) 24 Dependencies += $(wildcard $(Dir)/../interception/*.h) 25 Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.h)
|
/external/skia/src/core/ |
D | SkDataTable.cpp | 35 SkDataTable::SkDataTable(const Dir* dir, int count, FreeProc proc, void* ctx) { in SkDataTable() 99 size_t bufferSize = count * sizeof(Dir) + dataSize; in NewCopyArrays() 102 Dir* dir = (Dir*)buffer; in NewCopyArrays() 165 SkDataTable::Dir* dir = fDir.append(); in append() 177 void* dir = fHeap->alloc(count * sizeof(SkDataTable::Dir), in detachDataTable() 179 memcpy(dir, fDir.begin(), count * sizeof(SkDataTable::Dir)); in detachDataTable() 182 ((SkDataTable::Dir*)dir, count, in detachDataTable()
|
/external/compiler-rt/lib/profile/ |
D | Makefile.mk | 13 Sources := $(foreach file,$(wildcard $(Dir)/*.c $(Dir)/*.cc),$(notdir $(file))) 18 Dependencies := $(wildcard $(Dir)/*.h)
|
/external/compiler-rt/lib/interception/ |
D | Makefile.mk | 13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file))) 19 Dependencies := $(wildcard $(Dir)/*.h) 20 Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.h)
|
/external/compiler-rt/lib/builtins/armv6m/ |
D | Makefile.mk | 14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file))) 15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file))) 20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
|
/external/compiler-rt/lib/builtins/ppc/ |
D | Makefile.mk | 14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file))) 15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file))) 20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
|
/external/compiler-rt/lib/builtins/arm64/ |
D | Makefile.mk | 14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file))) 15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file))) 20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
|
/external/compiler-rt/lib/builtins/i386/ |
D | Makefile.mk | 14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file))) 15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file))) 20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
|
/external/compiler-rt/lib/builtins/x86_64/ |
D | Makefile.mk | 14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file))) 15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file))) 20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
|
/external/compiler-rt/lib/builtins/arm/ |
D | Makefile.mk | 14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file))) 15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file))) 20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
|
/external/clang/test/SemaCXX/ |
D | constexpr-turing.cpp | 8 enum Dir { L, R }; enum 11 Dir dir; 21 constexpr Tape(const Tape &old, Dir dir) : in Tape() 31 constexpr Tape move(const Tape &old, Dir dir) { return Tape(old, dir); } in move()
|
/external/clang/include/clang/Lex/ |
D | DirectoryLookup.h | 43 const DirectoryEntry *Dir; member 73 u.Dir = dir; in DirectoryLookup() 96 return isNormalDir() ? u.Dir : nullptr; in getDir() 102 return isFramework() ? u.Dir : nullptr; in getFrameworkDir()
|
/external/compiler-rt/lib/ubsan/ |
D | Makefile.mk | 13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file))) 22 Dependencies := $(wildcard $(Dir)/*.h) 23 Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.h)
|
/external/skia/include/core/ |
D | SkDataTable.h | 97 struct Dir { struct 105 const Dir* fDir; argument 115 SkDataTable(const Dir*, int count, FreeProc, void* context); 172 SkTDArray<SkDataTable::Dir> fDir;
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
D | core-extensions.rb | 187 def self.relative_path( target, reference = Dir.pwd ) 210 class Dir class in String 213 entries = Dir.entries( directory ) - DOTS 224 Dir.mkdir( path )
|
/external/llvm/lib/Support/ |
D | Process.cpp | 41 for (const auto &Dir : Dirs) { in FindInEnvPath() local 42 if (Dir.empty()) in FindInEnvPath() 45 SmallString<128> FilePath(Dir); in FindInEnvPath()
|
/external/clang/test/ |
D | TestRunner.sh | 6 Dir=$(dirname $(which $0)) 7 AbsDir=$(cd $Dir; pwd)
|
/external/clang/lib/Basic/ |
D | FileManager.cpp | 295 if (DirInfo != UFE.Dir && Data.IsVFSMapped) in getFile() 296 UFE.Dir = DirInfo; in getFile() 312 UFE.Dir = DirInfo; in getFile() 385 UFE->Dir = DirInfo; in getVirtualFile() 547 StringRef FileManager::getCanonicalName(const DirectoryEntry *Dir) { in getCanonicalName() argument 550 = CanonicalDirNames.find(Dir); in getCanonicalName() 554 StringRef CanonicalName(Dir->getName()); in getCanonicalName() 558 if (realpath(Dir->getName(), CanonicalNameBuf)) { in getCanonicalName() 571 CanonicalDirNames.insert(std::make_pair(Dir, CanonicalName)); in getCanonicalName()
|