/third_party/node/deps/v8/src/torque/ |
D | declarations.cc | 39 FilterDeclarables<T>(Declarations::TryLookupShallow(QualifiedName(name))); in CheckAlreadyDeclared() 48 std::vector<Declarable*> Declarations::LookupGlobalScope( in LookupGlobalScope() 60 const TypeAlias* Declarations::LookupTypeAlias(const QualifiedName& name) { in LookupTypeAlias() 66 const Type* Declarations::LookupType(const QualifiedName& name) { in LookupType() 70 const Type* Declarations::LookupType(const Identifier* name) { in LookupType() 79 base::Optional<const Type*> Declarations::TryLookupType( in TryLookupType() 86 const Type* Declarations::LookupGlobalType(const QualifiedName& name) { in LookupGlobalType() 92 Builtin* Declarations::FindSomeInternalBuiltinWithType( in FindSomeInternalBuiltinWithType() 107 Value* Declarations::LookupValue(const QualifiedName& name) { in LookupValue() 111 Macro* Declarations::TryLookupMacro(const std::string& name, in TryLookupMacro() [all …]
|
D | declaration-visitor.cc | 19 Declarations::TryLookupShallow(QualifiedName(name))); in GetOrCreateNamespace() 21 return Declarations::DeclareNamespace(name); in GetOrCreateNamespace() 113 Builtin* builtin = Declarations::CreateBuiltin(std::move(external_name), in CreateBuiltin() 126 Declarations::Declare(decl->name->value, builtin); in Visit() 161 Declarations::DeclareRuntimeFunction(decl->name->value, signature); in Visit() 170 Macro* macro = Declarations::DeclareMacro( in Visit() 185 Declarations::Declare(decl->name->value, builtin); in Visit() 189 Macro* macro = Declarations::DeclareMacro( in Visit() 200 Declarations::DeclareIntrinsic(decl->name->value, in Visit() 205 auto constant = Declarations::DeclareNamespaceConstant( in Visit() [all …]
|
D | declaration-visitor.h | 39 Declarations::PredeclareTypeAlias(decl->name, decl, false); in Predeclare() 48 Declarations::PredeclareTypeAlias(decl->name, decl, false); in Predeclare() 56 Declarations::DeclareGenericType(generic_decl->declaration->name->value, in Predeclare() 60 Declarations::DeclareGenericCallable(generic_decl->declaration->name->value, in Predeclare() 80 Declarations::LookupType(decl->name); in Visit() 83 Declarations::LookupType(decl->name); in Visit()
|
D | type-oracle.h | 85 return Declarations::LookupUniqueGenericType( in GetReferenceGeneric() 101 return Declarations::LookupUniqueGenericType( in GetMutableSliceGeneric() 105 return Declarations::LookupUniqueGenericType( in GetConstSliceGeneric() 110 return Declarations::LookupGlobalUniqueGenericType(WEAK_TYPE_STRING); in GetWeakGeneric() 114 return Declarations::LookupGlobalUniqueGenericType(SMI_TAGGED_TYPE_STRING); in GetSmiTaggedGeneric() 118 return Declarations::LookupGlobalUniqueGenericType(LAZY_TYPE_STRING); in GetLazyGeneric() 362 Declarations::LookupGeneric(kFromConstexprMacroName)) { in ImplicitlyConvertableFrom() 392 return Declarations::LookupGlobalType(name); in GetBuiltinType()
|
D | declarable.h | 272 friend class Declarations; 289 friend class Declarations; in DECLARE_DECLARABLE_BOILERPLATE() 427 friend class Declarations; 466 friend class Declarations; 489 friend class Declarations; 508 friend class Declarations; 524 friend class Declarations; in DECLARE_DECLARABLE_BOILERPLATE() 535 friend class Declarations; in DECLARE_DECLARABLE_BOILERPLATE() 633 friend class Declarations; 646 friend class Declarations; in DECLARE_DECLARABLE_BOILERPLATE() [all …]
|
D | type-visitor.cc | 37 Declarations::DeclareType(param.name, *arg_types_iterator); in ComputeType() 96 if (auto type = Declarations::TryLookupType(non_constexpr_name)) { in ComputeType() 121 Method* m = Declarations::CreateMethod(container_type, method_name, in DeclareMethods() 241 Declarations::LookupTypeAlias(QualifiedName(decl->name->value)); in ComputeType() 354 auto* alias = Declarations::LookupTypeAlias(qualified_name); in ComputeType() 364 Declarations::LookupUniqueGenericType(qualified_name); in ComputeType() 506 Declarations::TryLookupGenericType(qualified_name); in ComputeTypeForStructExpression()
|
D | type-inference.cc | 97 Declarations::LookupUniqueGenericType(qualified_name); in MatchGeneric()
|
D | declarations.h | 45 class Declarations {
|
/third_party/typescript/tests/baselines/reference/ |
D | definiteAssignmentAssertions.errors.txt | 2 …ance/controlFlow/definiteAssignmentAssertions.ts(20,6): error TS1263: Declarations with initialize… 3 …ance/controlFlow/definiteAssignmentAssertions.ts(21,6): error TS1263: Declarations with initialize… 6 …ance/controlFlow/definiteAssignmentAssertions.ts(23,6): error TS1264: Declarations with definite a… 9 …nce/controlFlow/definiteAssignmentAssertions.ts(69,10): error TS1264: Declarations with definite a… 10 …nce/controlFlow/definiteAssignmentAssertions.ts(70,10): error TS1263: Declarations with initialize… 11 …nce/controlFlow/definiteAssignmentAssertions.ts(71,10): error TS1263: Declarations with initialize… 41 !!! error TS1263: Declarations with initializers cannot also have definite assignment assertions. 44 !!! error TS1263: Declarations with initializers cannot also have definite assignment assertions. 52 !!! error TS1264: Declarations with definite assignment assertions must also have type annotations. 104 !!! error TS1264: Declarations with definite assignment assertions must also have type annotations. [all …]
|
D | definiteAssignmentWithErrorStillStripped.errors.txt | 1 tests/cases/compiler/definiteAssignmentWithErrorStillStripped.ts(2,6): error TS1264: Declarations w… 8 !!! error TS1264: Declarations with definite assignment assertions must also have type annotations.
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/idlgen/ |
D | main.go | 99 idl.Declarations = append(idl.Declarations, fileIDL.Declarations...) 196 for _, d := range in.Declarations { 237 for _, d := range in.Declarations { 336 s.out.Declarations = append(s.out.Declarations, d)
|
/third_party/vk-gl-cts/external/openglcts/data/gl42/ |
D | declarations.test | 1 group declarations "Declarations"
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/ |
D | WebGPU.cpp.tmpl | 48 {{ range $ := .Declarations}} 59 {{ range $ := .Declarations}} 81 {{- range $ := .Declarations}} 91 {{- range $ := .Declarations}} 114 {{ range $ := .Declarations}}
|
/third_party/vk-gl-cts/external/openglcts/data/gl30/ |
D | declarations.test | 1 group declarations "Declarations"
|
/third_party/vk-gl-cts/external/openglcts/data/gl33/ |
D | declarations.test | 1 group declarations "Declarations"
|
/third_party/vk-gl-cts/external/openglcts/data/gles3/ |
D | declarations.test | 1 group declarations "Declarations"
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/ |
D | VERegisterInfo.td | 10 // Declarations that describe the VE register file
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFRegisterInfo.td | 10 // Declarations that describe the BPF register file
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreRegisterInfo.td | 10 // Declarations that describe the XCore register file
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiRegisterInfo.td | 8 // Declarations that describe the Lanai register file
|
/third_party/openGLES/extensions/QCOM/ |
D | QCOM_texture_foveated_subsampled_layout.txt | 186 Declarations of layouts can only be made at global scope, and only where 221 qualifier will result in undefined behaviour. Declarations are done as follows: 271 qualifier will result in undefined behaviour. Declarations are done as follows:
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430RegisterInfo.td | 10 // Declarations that describe the MSP430 register file
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXRegisterInfo.td | 10 // Declarations that describe the PTX register file
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCRegisterInfo.td | 10 // Declarations that describe the ARC register file
|
/third_party/typescript/doc/ |
D | spec-ARCHIVED.md | 18 * [1.1 Ambient Declarations](#1.1) 35 * [2.3 Declarations](#2.3) 139 * [5.2.1 Simple Variable Declarations](#5.2.1) 140 * [5.2.2 Destructuring Variable Declarations](#5.2.2) 142 * [5.3 Let and Const Declarations](#5.3) 155 * [6.1 Function Declarations](#6.1) 158 * [6.4 Destructuring Parameter Declarations](#6.4) 165 * [7.1 Interface Declarations](#7.1) 170 * [8.1 Class Declarations](#8.1) 179 * [8.3 Constructor Declarations](#8.3) [all …]
|