Home
last modified time | relevance | path

Searched refs:Declarations (Results 1 – 25 of 85) sorted by relevance

1234

/third_party/node/deps/v8/src/torque/
Ddeclarations.cc39 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 …]
Ddeclaration-visitor.cc19 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 …]
Ddeclaration-visitor.h39 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()
Dtype-oracle.h85 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()
Ddeclarable.h272 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 …]
Dtype-visitor.cc37 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()
Dtype-inference.cc97 Declarations::LookupUniqueGenericType(qualified_name); in MatchGeneric()
Ddeclarations.h45 class Declarations {
/third_party/typescript/tests/baselines/reference/
DdefiniteAssignmentAssertions.errors.txt2 …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 …]
DdefiniteAssignmentWithErrorStillStripped.errors.txt1 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/
Dmain.go99 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/
Ddeclarations.test1 group declarations "Declarations"
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/
DWebGPU.cpp.tmpl48 {{ range $ := .Declarations}}
59 {{ range $ := .Declarations}}
81 {{- range $ := .Declarations}}
91 {{- range $ := .Declarations}}
114 {{ range $ := .Declarations}}
/third_party/vk-gl-cts/external/openglcts/data/gl30/
Ddeclarations.test1 group declarations "Declarations"
/third_party/vk-gl-cts/external/openglcts/data/gl33/
Ddeclarations.test1 group declarations "Declarations"
/third_party/vk-gl-cts/external/openglcts/data/gles3/
Ddeclarations.test1 group declarations "Declarations"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
DVERegisterInfo.td10 // Declarations that describe the VE register file
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFRegisterInfo.td10 // Declarations that describe the BPF register file
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreRegisterInfo.td10 // Declarations that describe the XCore register file
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiRegisterInfo.td8 // Declarations that describe the Lanai register file
/third_party/openGLES/extensions/QCOM/
DQCOM_texture_foveated_subsampled_layout.txt186 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/
DMSP430RegisterInfo.td10 // Declarations that describe the MSP430 register file
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXRegisterInfo.td10 // Declarations that describe the PTX register file
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCRegisterInfo.td10 // Declarations that describe the ARC register file
/third_party/typescript/doc/
Dspec-ARCHIVED.md18 * [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 …]

1234