/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LexicalScopes.cpp | 124 DILocalScope *Scope = DL->getScope(); in findLexicalScope() local 141 LexicalScope *LexicalScopes::getOrCreateLexicalScope(const DILocalScope *Scope, in getOrCreateLexicalScope() 159 LexicalScopes::getOrCreateRegularScope(const DILocalScope *Scope) { in getOrCreateRegularScope() 187 LexicalScopes::getOrCreateInlinedScope(const DILocalScope *Scope, in getOrCreateInlinedScope() 211 LexicalScopes::getOrCreateAbstractScope(const DILocalScope *Scope) { in getOrCreateAbstractScope() 233 void LexicalScopes::constructScopeNest(LexicalScope *Scope) { in constructScopeNest() 284 LexicalScope *Scope = getOrCreateLexicalScope(DL); in getMachineBasicBlocks() local 303 LexicalScope *Scope = getOrCreateLexicalScope(DL); in dominates() local
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | LLVMReactorDebugInfo.hpp | 127 struct Scope struct in rr::DebugInfo 129 Location location; 130 llvm::DIScope *di; 131 std::unordered_set<std::string> symbols; 132 Pending pending;
|
/third_party/mindspore/mindspore/core/ir/ |
D | scope.h | 25 class Scope; variable 32 explicit Scope(const std::string &name) : name_(name) {} in Scope() function
|
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint/ |
D | Scope.ts | 6 namespace Scope { namespace 48 export type Scope = scopeManager.Scope; alias
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugLoc.cpp | 51 const MDNode *Scope = getInlinedAtScope(); in getFnDebugLoc() local 71 DebugLoc DebugLoc::get(unsigned Line, unsigned Col, const MDNode *Scope, in get() 123 auto *Scope = cast<DIScope>(getScope()); in print() local
|
D | DebugInfo.cpp | 43 DISubprogram *llvm::getDISubprogram(const MDNode *Scope) { in getDISubprogram() 148 void DebugInfoFinder::processScope(DIScope *Scope) { in processScope() 268 bool DebugInfoFinder::addScope(DIScope *Scope) { in addScope() 496 auto *Scope = map(MLD->getScope()); in getReplacementMDLocation() local 641 auto *Scope = DL.getScope(); in stripNonLineTableDebugInfo() local 802 LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, const char *Name, in LLVMDIBuilderCreateFunction() 817 LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, in LLVMDIBuilderCreateLexicalBlock() 826 LLVMMetadataRef Scope, in LLVMDIBuilderCreateLexicalBlockFile() 836 LLVMMetadataRef Scope, in LLVMDIBuilderCreateImportedModuleFromNamespace() 848 LLVMMetadataRef Scope, in LLVMDIBuilderCreateImportedModuleFromAlias() [all …]
|
D | DIBuilder.cpp | 335 DIDerivedType *DIBuilder::createMemberType(DIScope *Scope, StringRef Name, in createMemberType() 353 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createVariantMemberType() 363 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createBitFieldMemberType() 376 DIBuilder::createStaticMemberType(DIScope *Scope, StringRef Name, DIFile *File, in createStaticMemberType() 476 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createUnionType() 488 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createVariantPart() 506 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createEnumerationType() 576 DIBuilder::createForwardDecl(unsigned Tag, StringRef Name, DIScope *Scope, in createForwardDecl() 591 unsigned Tag, StringRef Name, DIScope *Scope, DIFile *F, unsigned Line, in createReplaceableCompositeType() 675 DIScope *Scope, StringRef Name, unsigned ArgNo, DIFile *File, in createLocalVariable() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIMemoryLegalizer.cpp | 124 SIAtomicScope Scope = SIAtomicScope::SYSTEM; member in __anon5d11fbd30111::SIMemOpInfo 131 SIAtomicScope Scope = SIAtomicScope::SYSTEM, in SIMemOpInfo() 554 SIAtomicScope Scope = SIAtomicScope::NONE; in constructFromMIWithMMO() local 620 SIAtomicScope Scope = SIAtomicScope::NONE; in getAtomicFenceInfo() local 667 SIAtomicScope Scope, in enableLoadCacheBypass() 714 SIAtomicScope Scope, in insertCacheInvalidate() 756 SIAtomicScope Scope, in insertWait() 852 SIAtomicScope Scope, in insertCacheInvalidate() 901 SIAtomicScope Scope, in enableLoadCacheBypass() 954 SIAtomicScope Scope, in insertCacheInvalidate() [all …]
|
/third_party/gn/src/gn/ |
D | scope_unittest.cc | 36 TEST(Scope, InheritBuildDependencyFilesFromParent) { in TEST() argument 46 TEST(Scope, NonRecursiveMergeTo) { in TEST() argument 233 TEST(Scope, MakeClosure) { in TEST() argument 269 TEST(Scope, GetMutableValue) { in TEST() argument 327 TEST(Scope, RemovePrivateIdentifiers) { in TEST() argument
|
D | operators.h | 11 class Scope; variable
|
D | string_utils.h | 13 class Scope; variable
|
/third_party/typescript_eslint/packages/scope-manager/src/scope/ |
D | Scope.ts | 18 type Scope = alias
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | ControlHeightReduction.cpp | 343 CHRScope *Scope = findScopes(R, nullptr, nullptr, Output); in findScopes() local 438 raw_ostream &operator<<(raw_ostream &OS, const CHRScope &Scope) { in operator <<() 893 void CHR::checkScopeHoistable(CHRScope *Scope) { in checkScopeHoistable() 1128 static void getSelectsInScope(CHRScope *Scope, in getSelectsInScope() 1154 CHRScope *Scope, in splitScope() 1312 void CHR::classifyBiasedScopes(CHRScope *Scope, CHRScope *OutermostScope) { in classifyBiasedScopes() 1337 static bool hasAtLeastTwoBiasedBranches(CHRScope *Scope) { in hasAtLeastTwoBiasedBranches() 1393 void CHR::setCHRRegions(CHRScope *Scope, CHRScope *OutermostScope) { in setCHRRegions() 1503 static void hoistScopeConditions(CHRScope *Scope, Instruction *HoistPoint, in hoistScopeConditions() 1531 CHRScope *Scope) { in negateICmpIfUsedByBranchOrSelectOnly() [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
D | Thread.hpp | 40 class Scope class 59 Scope::Scope(ID id, in Scope() function in vk::dbg::Scope
|
/third_party/flutter/skia/modules/pathkit/npm-wasm/ |
D | CODE_OF_CONDUCT.md | 46 ## Scope section in Code of Conduct
|
/third_party/flutter/skia/modules/pathkit/npm-asmjs/ |
D | CODE_OF_CONDUCT.md | 46 ## Scope section in Code of Conduct
|
/third_party/json/ |
D | CODE_OF_CONDUCT.md | 31 ## Scope section in Contributor Covenant Code of Conduct
|
/third_party/skia/modules/pathkit/npm-wasm/ |
D | CODE_OF_CONDUCT.md | 46 ## Scope section in Code of Conduct
|
/third_party/typescript_eslint/ |
D | CODE_OF_CONDUCT.md | 46 ## Scope section in Contributor Covenant Code of Conduct
|
/third_party/skia/third_party/externals/wuffs/docs/ |
D | code-of-conduct.md | 46 ## Scope section in Code of Conduct
|
/third_party/skia/third_party/externals/tint/ |
D | CODE_OF_CONDUCT.md | 46 ## Scope section in Code of Conduct
|
/third_party/skia/modules/canvaskit/npm_build/ |
D | CODE_OF_CONDUCT.md | 46 ## Scope section in Code of Conduct
|
/third_party/flutter/skia/modules/canvaskit/canvaskit/ |
D | CODE_OF_CONDUCT.md | 46 ## Scope section in Code of Conduct
|
/third_party/skia/modules/pathkit/npm-asmjs/ |
D | CODE_OF_CONDUCT.md | 46 ## Scope section in Code of Conduct
|
/third_party/json/doc/mkdocs/docs/home/ |
D | code_of_conduct.md | 31 ## Scope section in Contributor Covenant Code of Conduct
|