Home
last modified time | relevance | path

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

1234567

/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
/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
H A DNameEmbeddedUniformStructsMetal.cpp65 void doReplacement(TIntermDeclaration *decl, in doReplacement() argument
/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...]
/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...]
H A Ddeclarable.cc187 TypeDeclaration* decl = *delayed_; in Resolve() local
/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...]
/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
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.c109 struct tgsi_full_declaration *decl = &ctx->FullToken.FullDeclaration; in tgsi_parse_token() local
[all...]
H A Dtgsi_two_side.c71 xform_decl(struct tgsi_transform_context *ctx, struct tgsi_full_declaration *decl) xform_decl() argument
101 struct tgsi_full_declaration decl; emit_prolog() local
[all...]
H A Dtgsi_dynamic_indexing.c66 dIndexing_decl(struct tgsi_transform_context *ctx, struct tgsi_full_declaration *decl) dIndexing_decl() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_decl_sm30.c574 svga_translate_decl_sm30(struct svga_shader_emitter *emit, const struct tgsi_full_declaration *decl) svga_translate_decl_sm30() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
H A DEmulateFragColorData.cpp98 TIntermDeclaration *decl = new TIntermDeclaration; in addDeclarations() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DSeparateStructFromUniformDeclarations.cpp60 void doReplacement(TIntermDeclaration *decl, TIntermTyped *declarator, const TType &oldType) in doReplacement() argument
/third_party/openssl/test/
H A Dafalgtest.c35 int encl, encf, decl, decf; in test_afalg_aes_cbc() local
/third_party/skia/src/sksl/analysis/
H A DSkSLCheckProgramUnrolledSize.cpp57 const FunctionDeclaration* decl = &pe.as<FunctionDefinition>().declaration(); in CheckProgramUnrolledSize() local
166 const FunctionDeclaration* decl = &call.function(); in CheckProgramUnrolledSize() local
[all...]
/third_party/skia/src/sksl/ir/
H A DSkSLVarDeclarations.h116 GlobalVarDeclaration(std::unique_ptr<Statement> decl) in GlobalVarDeclaration() argument
/third_party/skia/include/sksl/
H A DDSLFunction.h58 DSLFunction(const SkSL::FunctionDeclaration* decl) in DSLFunction() argument
/third_party/selinux/libsepol/src/
H A Davrule_block.c55 avrule_decl_t *decl; in avrule_decl_create() local
114 avrule_decl_t *decl; in avrule_block_destroy() local
138 get_decl_cond_list(policydb_t * p, avrule_decl_t * decl, cond_list_t * cond) get_decl_cond_list() argument
159 avrule_decl_t *decl; is_id_enabled() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_info.c558 struct tgsi_full_declaration *decl = &parse.FullToken.FullDeclaration; in lp_build_tgsi_info() local

Completed in 10 milliseconds

1234567