| /third_party/elfutils/libdw/ |
| H A D | dwarf_decl_column.c | 40 dwarf_decl_column (Dwarf_Die *decl, int *colp) in dwarf_decl_column() argument
|
| /third_party/jerryscript/tests/jerry/ |
| H A D | function-scopes.js | |
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| H A D | hoisting.cpp | 23 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 D | lexenv.cpp | 94 const auto *decl = result.variable->Declaration(); in ExpandStoreLexVar() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
| H A D | savedBindingsCtx.cpp | 49 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 D | RewriteCaseDeclarations.cpp | 62 Declaration decl = ViewDeclaration(node); variable
|
| H A D | HoistConstants.cpp | 36 Declaration decl = ViewDeclaration(declNode); variable
|
| /third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
| H A D | parser_impl_variable_ident_decl_test.cc | 25 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 D | exportNamedDeclaration.h | 36 explicit ExportNamedDeclaration(ArenaAllocator *allocator, AstNode *decl, in ExportNamedDeclaration() argument 45 explicit ExportNamedDeclaration(ArenaAllocator *allocator, AstNode *decl) in ExportNamedDeclaration() argument
|
| H A D | exportDefaultDeclaration.h | 24 explicit ExportDefaultDeclaration(AstNode *decl, bool exportEquals) in ExportDefaultDeclaration() argument
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | exportDefaultDeclarationBuilder.h | 29 ExportDefaultDeclarationBuilder &SetDeclaration(AstNode *decl) in SetDeclaration() argument
|
| H A D | variableDeclarationBuilder.h | 38 VariableDeclarationBuilder &SetDeclare(bool decl) in SetDeclare() argument
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| H A D | variable.cpp | 25 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 D | identifier.cpp | 88 const binder::Decl *decl = Variable()->Declaration(); in Check() local
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| H A D | variable.cpp | 24 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 D | hoisting.cpp | 27 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 D | lexenv.cpp | 52 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 D | exportDefaultDeclaration.h | 34 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 D | declaration-visitor.h | 33 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 D | test-linker-roles.c | 71 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 D | sglrShaderProgram.cpp | 133 ShaderProgram::ShaderProgram (const pdec::ShaderProgramDeclaration& decl) in ShaderProgram() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/ast_verifier/ |
| H A D | importExportAccessValid.cpp | 65 const auto *decl = var->Declaration(); in ValidateExport() local
|
| /third_party/skia/third_party/externals/tint/src/writer/glsl/ |
| H A D | generator_impl_binary_test.cc | 437 auto* decl = Decl(var); in TEST_F() local
|
| /third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
| H A D | generator_impl_binary_test.cc | 437 auto* decl = Decl(var); in TEST_F() local
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | enumAssignmentCompat3.js | 177 var decl;
variable
|