Home
last modified time | relevance | path

Searched defs:decl (Results 1 - 25 of 234) sorted by relevance

12345678910

/third_party/elfutils/libdw/
H A Ddwarf_decl_column.c40 dwarf_decl_column (Dwarf_Die *decl, int *colp) in dwarf_decl_column() argument
/third_party/jerryscript/tests/jerry/
H A Dfunction-scopes.js
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Dhoisting.cpp23 static void HoistVar(PandaGen *pg, varbinder::Variable *var, const varbinder::VarDecl *decl) in HoistVar() argument
39 static void HoistFunction(PandaGen *pg, varbinder::Variable *var, const varbinder::FunctionDecl *decl) in HoistFunction() argument
69 const auto *decl = var->Declaration(); Hoist() local
[all...]
H A Dlexenv.cpp94 const auto *decl = result.variable->Declaration(); in ExpandStoreLexVar() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DsavedBindingsCtx.cpp49 auto *decl = exportDecl->AsExportDefaultDeclaration(); in BindExportDecl() local
71 auto *decl = in BindExportDecl() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DRewriteCaseDeclarations.cpp62 Declaration decl = ViewDeclaration(node); variable
H A DHoistConstants.cpp36 Declaration decl = ViewDeclaration(declNode); variable
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl_variable_ident_decl_test.cc25 auto decl = p->expect_variable_ident_decl("test"); in TEST_F() local
38 auto decl = p->expect_variable_ident_decl("test", /*allow_inferred = */ true); in TEST_F() local
49 auto decl = p->expect_variable_ident_decl("test"); TEST_F() local
57 auto decl = p->expect_variable_ident_decl("test"); TEST_F() local
65 auto decl = p->expect_variable_ident_decl("test"); TEST_F() local
73 auto decl = p->expect_variable_ident_decl("test"); TEST_F() local
90 auto decl = p->expect_variable_ident_decl("test"); TEST_F() local
98 auto decl = p->expect_variable_ident_decl("test"); TEST_F() local
106 auto decl = p->expect_variable_ident_decl("test"); TEST_F() local
114 auto decl = p->expect_variable_ident_decl("test"); TEST_F() local
122 auto decl = p->expect_variable_ident_decl("test"); TEST_F() local
[all...]
/arkcompiler/ets_frontend/ets2panda/ir/module/
H A DexportNamedDeclaration.h36 explicit ExportNamedDeclaration(ArenaAllocator *allocator, AstNode *decl, in ExportNamedDeclaration() argument
45 explicit ExportNamedDeclaration(ArenaAllocator *allocator, AstNode *decl) in ExportNamedDeclaration() argument
H A DexportDefaultDeclaration.h24 explicit ExportDefaultDeclaration(AstNode *decl, bool exportEquals) in ExportDefaultDeclaration() argument
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DexportDefaultDeclarationBuilder.h29 ExportDefaultDeclarationBuilder &SetDeclaration(AstNode *decl) in SetDeclaration() argument
H A DvariableDeclarationBuilder.h38 VariableDeclarationBuilder &SetDeclare(bool decl) in SetDeclare() argument
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dvariable.cpp25 LocalVariable::LocalVariable(Decl *decl, VariableFlags flags) : Variable(decl, flags) in LocalVariable() argument
61 void EnumVariable::ResetDecl(Decl *decl) in ResetDecl() argument
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A Didentifier.cpp88 const binder::Decl *decl = Variable()->Declaration(); in Check() local
/arkcompiler/ets_frontend/es2panda/binder/
H A Dvariable.cpp24 LocalVariable::LocalVariable(Decl *decl, VariableFlags flags) : Variable(decl, flags) in LocalVariable() argument
88 void EnumVariable::ResetDecl(Decl *decl) in ResetDecl() argument
/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Dhoisting.cpp27 static void StoreModuleVarOrLocalVar(PandaGen *pg, binder::ScopeFindResult &result, const binder::Decl *decl) in StoreModuleVarOrLocalVar() argument
40 static void HoistVar(PandaGen *pg, binder::Variable *var, const binder::VarDecl *decl) in HoistVar() argument
65 HoistFunction(PandaGen *pg, binder::Variable *var, const binder::FunctionDecl *decl) HoistFunction() argument
115 const auto *decl = var->Declaration(); Hoist() local
[all...]
H A Dlexenv.cpp52 auto decl = result.variable->Declaration(); in ExpandLoadLexVar() local
101 const auto *decl = result.variable->Declaration(); in ExpandStoreLexVar() local
/arkcompiler/ets_frontend/es2panda/ir/module/
H A DexportDefaultDeclaration.h34 explicit ExportDefaultDeclaration(AstNode *decl, bool exportEquals) in ExportDefaultDeclaration() argument
49 void SetDecl(AstNode *decl) in SetDecl() argument
/third_party/node/deps/v8/src/torque/
H A Ddeclaration-visitor.h33 static void Predeclare(NamespaceDeclaration* decl) { in Predeclare() argument
37 static void Predeclare(TypeDeclaration* decl) { in Predeclare() argument
46 static void Predeclare(StructDeclaration* decl) { in Predeclare() argument
72 Visit(NamespaceDeclaration* decl) Visit() argument
77 Visit(TypeDeclaration* decl) Visit() argument
82 Visit(StructDeclaration* decl) Visit() argument
99 Visit(GenericCallableDeclaration* decl) Visit() argument
102 Visit(GenericTypeDeclaration* decl) Visit() argument
[all...]
/third_party/selinux/libsepol/tests/
H A Dtest-linker-roles.c71 avrule_decl_t *decl; in base_role_tests() local
102 avrule_decl_t *decl; in module_role_tests() local
[all...]
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrShaderProgram.cpp133 ShaderProgram::ShaderProgram (const pdec::ShaderProgramDeclaration& decl) in ShaderProgram() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A DimportExportAccessValid.cpp65 const auto *decl = var->Declaration(); in ValidateExport() local
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl_binary_test.cc437 auto* decl = Decl(var); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl_binary_test.cc437 auto* decl = Decl(var); in TEST_F() local
/third_party/typescript/tests/baselines/reference/
H A DenumAssignmentCompat3.js177 var decl; variable

Completed in 8 milliseconds

12345678910