Home
last modified time | relevance | path

Searched defs:Decl (Results 1 – 24 of 24) sorted by relevance

/third_party/typescript/tests/cases/conformance/es6/modules/
DdefaultExportsCannotMerge02.ts5 export default class Decl { class
8 export interface Decl { interface
13 export namespace Decl { namespace
DdefaultExportsCannotMerge01.ts5 export default function Decl() { function
9 export interface Decl { interface
14 export namespace Decl { namespace
DdefaultExportsCannotMerge03.ts5 export default class Decl { class
8 interface Decl { interface
13 namespace Decl { namespace
/third_party/typescript/tests/baselines/reference/
DdefaultExportsCannotMerge01.js4 export default function Decl() { class
39 (function (Decl) { argument
DdefaultExportsCannotMerge02.js4 export default class Decl { class
31 function Decl() { class in Decl
DdefaultExportsCannotMerge03.js4 export default class Decl { class
31 function Decl() { class in Decl
DenumAssignmentCompat3.js143 var Decl; variable
144 (function (Decl) { argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAbbrev.cpp51 for (const auto &Decl : Decls) in dump() local
59 for (const auto &Decl : Decls) { in getAbbreviationDeclaration() local
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/sem/
Dsem.go51 Decl ast.EnumDecl member
84 Decl ast.TypeDecl member
92 Decl ast.MatcherDecl member
100 Decl ast.MatcherDecl member
132 Decl ast.FunctionDecl member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/
DMCAsmParser.h49 void *Decl; member
53 void *Decl; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DARCRuntimeEntryPoints.h134 Function *getIntrinsicEntryPoint(Function *&Decl, Intrinsic::ID IntID) { in getIntrinsicEntryPoint()
DObjCARCContract.cpp148 Function *Decl = EP.get(ARCRuntimeEntryPointKind::RetainRV); in optimizeRetainCall() local
197 Function *Decl = EP.get(Class == ARCInstKind::AutoreleaseRV in contractAutorelease() local
425 Function *Decl = EP.get(ARCRuntimeEntryPointKind::StoreStrong); in tryToContractReleaseIntoStoreStrong() local
DObjCARCOpts.cpp983 Function *Decl = EP.get(ARCRuntimeEntryPointKind::Release); in OptimizeIndividualCallImpl() local
1702 Function *Decl = EP.get(ARCRuntimeEntryPointKind::Retain); in MoveCalls() local
1715 Function *Decl = EP.get(ARCRuntimeEntryPointKind::Release); in MoveCalls() local
2051 Function *Decl = EP.get(ARCRuntimeEntryPointKind::Retain); in OptimizeWeakCalls() local
2080 Function *Decl = EP.get(ARCRuntimeEntryPointKind::Retain); in OptimizeWeakCalls() local
/third_party/typescript/tests/cases/compiler/
DenumAssignmentCompat3.ts34 namespace Decl { namespace
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDIBuilder.cpp203 DINode *Decl, in createImportedDeclaration()
645 MDNode *Decl, MDTuple *TemplateParams, uint32_t AlignInBits) { in createGlobalVariableExpression()
661 unsigned LineNumber, DIType *Ty, bool IsLocalToUnit, MDNode *Decl, in createTempGlobalVariableFwdDecl()
758 DITemplateParameterArray TParams, DISubprogram *Decl, in createFunction()
777 DITemplateParameterArray TParams, DISubprogram *Decl, in createTempFunctionFwdDecl()
812 DIScope *Scope, DIGlobalVariable *Decl, StringRef Name, DIFile *File, in createCommonBlock()
DIRBuilder.cpp325 auto Decl = Intrinsic::getDeclaration(M, ID, Tys); in getReductionIntrinsic() local
333 auto Decl = Intrinsic::getDeclaration( in CreateFAddReduce() local
342 auto Decl = Intrinsic::getDeclaration( in CreateFMulReduce() local
DDebugInfo.cpp873 LLVMMetadataRef Decl, in LLVMDIBuilderCreateImportedDeclaration()
1288 LLVMMetadataRef Expr, LLVMMetadataRef Decl, uint32_t AlignInBits) { in LLVMDIBuilderCreateGlobalVariableExpression()
1338 LLVMMetadataRef Decl, uint32_t AlignInBits) { in LLVMDIBuilderCreateTempGlobalVariableFwdDecl()
DDebugInfoMetadata.cpp706 Metadata *Decl, MDString *Name, in getImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp365 void addGlobalDeclaration(Ice::VariableDeclaration *Decl) { in addGlobalDeclaration()
473 void installDeclarationName(Ice::GlobalDeclaration *Decl, in installDeclarationName()
533 const Ice::GlobalDeclaration &Decl) { in reportLinkageError()
1083 Ice::VariableDeclaration *&Decl = GlobalVarsMap[Index]; in getGlobalVarByID() local
3067 Ice::GlobalDeclaration *Decl = Context->getGlobalDeclarationByID(Index); in setValueName() local
DIceConverter.cpp134 Ice::GlobalDeclaration *Decl = getConverter().getGlobalDeclaration(GV); in convertConstant() local
/third_party/skia/third_party/externals/tint/src/
Dprogram_builder.h2167 const ast::VariableDeclStatement* Decl(const Source& source, in Decl() function
2175 const ast::VariableDeclStatement* Decl(const ast::Variable* var) { in Decl() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp572 Function *Decl = Intrinsic::getDeclaration(Mod, Intrinsic::amdgcn_fdiv_fast); in visitFDiv() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp1160 wasm::WasmLocalDecl Decl; in parseCodeSection() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1430 void *Decl = nullptr; in CreateMemForInlineAsm() local