Home
last modified time | relevance | path

Searched defs:Decl (Results 1 - 17 of 17) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DdefaultExportsCannotMerge01.js35 function Decl() { function
[all...]
H A DenumAssignmentCompat3.js143 var Decl; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H A DARCRuntimeEntryPoints.h134 Function *getIntrinsicEntryPoint(Function *&Decl, Intrinsic::ID IntID) { in getIntrinsicEntryPoint() argument
H A 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
H A 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
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h49 void *Decl; member
53 void *Decl; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A 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
H A DDIBuilder.cpp202 createImportedDeclaration(DIScope *Context, DINode *Decl, DIFile *File, unsigned Line, StringRef Name) createImportedDeclaration() argument
641 createGlobalVariableExpression( DIScope *Context, StringRef Name, StringRef LinkageName, DIFile *F, unsigned LineNumber, DIType *Ty, bool IsLocalToUnit, bool isDefined, DIExpression *Expr, MDNode *Decl, MDTuple *TemplateParams, uint32_t AlignInBits) createGlobalVariableExpression() argument
659 createTempGlobalVariableFwdDecl( DIScope *Context, StringRef Name, StringRef LinkageName, DIFile *F, unsigned LineNumber, DIType *Ty, bool IsLocalToUnit, MDNode *Decl, MDTuple *TemplateParams, uint32_t AlignInBits) createTempGlobalVariableFwdDecl() argument
754 createFunction( DIScope *Context, StringRef Name, StringRef LinkageName, DIFile *File, unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, DINode::DIFlags Flags, DISubprogram::DISPFlags SPFlags, DITemplateParameterArray TParams, DISubprogram *Decl, DITypeArray ThrownTypes) createFunction() argument
773 createTempFunctionFwdDecl( DIScope *Context, StringRef Name, StringRef LinkageName, DIFile *File, unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, DINode::DIFlags Flags, DISubprogram::DISPFlags SPFlags, DITemplateParameterArray TParams, DISubprogram *Decl, DITypeArray ThrownTypes) createTempFunctionFwdDecl() argument
811 createCommonBlock( DIScope *Scope, DIGlobalVariable *Decl, StringRef Name, DIFile *File, unsigned LineNo) createCommonBlock() argument
[all...]
H A DDebugInfoMetadata.cpp705 getImpl(LLVMContext &Context, Metadata *Scope, Metadata *Decl, MDString *Name, Metadata *File, unsigned LineNo, StorageType Storage, bool ShouldCreate) getImpl() argument
H A DLLVMContextImpl.h794 Metadata *Decl; member
H A DDebugInfo.cpp871 LLVMDIBuilderCreateImportedDeclaration(LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, LLVMMetadataRef Decl, LLVMMetadataRef File, unsigned Line, const char *Name, size_t NameLen) LLVMDIBuilderCreateImportedDeclaration() argument
1284 LLVMDIBuilderCreateGlobalVariableExpression( LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, const char *Name, size_t NameLen, const char *Linkage, size_t LinkLen, LLVMMetadataRef File, unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit, LLVMMetadataRef Expr, LLVMMetadataRef Decl, uint32_t AlignInBits) LLVMDIBuilderCreateGlobalVariableExpression() argument
1334 LLVMDIBuilderCreateTempGlobalVariableFwdDecl( LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, const char *Name, size_t NameLen, const char *Linkage, size_t LnkLen, LLVMMetadataRef File, unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit, LLVMMetadataRef Decl, uint32_t AlignInBits) LLVMDIBuilderCreateTempGlobalVariableFwdDecl() argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceConverter.cpp134 Ice::GlobalDeclaration *Decl = getConverter().getGlobalDeclaration(GV); in convertConstant() local
H A DPNaClTranslator.cpp365 void addGlobalDeclaration(Ice::VariableDeclaration *Decl) { in addGlobalDeclaration() argument
473 void installDeclarationName(Ice::GlobalDeclaration *Decl, in installDeclarationName() argument
532 reportLinkageError(const char *Kind, const Ice::GlobalDeclaration &Decl) reportLinkageError() argument
1083 Ice::VariableDeclaration *&Decl = GlobalVarsMap[Index]; getGlobalVarByID() local
3067 Ice::GlobalDeclaration *Decl = Context->getGlobalDeclarationByID(Index); setValueName() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DWasmObjectFile.cpp1160 wasm::WasmLocalDecl Decl; in parseCodeSection() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp572 Function *Decl = Intrinsic::getDeclaration(Mod, Intrinsic::amdgcn_fdiv_fast); in visitFDiv() local
/third_party/skia/third_party/externals/tint/src/
H A Dprogram_builder.h2167 const ast::VariableDeclStatement* Decl(const Source& source, in Decl() function in tint::ProgramBuilder
2175 const ast::VariableDeclStatement* Decl(const ast::Variable* var) { in Decl() function in tint::ProgramBuilder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1430 void *Decl = nullptr; in CreateMemForInlineAsm() local

Completed in 37 milliseconds