Home
last modified time | relevance | path

Searched defs:decl (Results 1 – 25 of 256) sorted by relevance

1234567891011

/third_party/python/Tools/c-analyzer/c_analyzer/
Dmatch.py53 def is_public(decl): argument
107 def is_public_api(decl): argument
118 def is_public_declaration(decl): argument
129 def is_public_definition(decl): argument
140 def is_public_impl(decl): argument
147 def is_module_global_decl(decl): argument
185 def is_module_global(decl): argument
193 def is_static_module_global(decl): argument
197 def is_static_local(decl): argument
Danalyze.py31 def analyze_decl(decl, typespecs, knowntypespecs, types, knowntypes, *, argument
100 def resolve_decl(decl, typespecs, knowntypespecs, types): argument
149 def find_typedecl(decl, typespec, typespecs): argument
239 def _dump_unresolved(decl, types, analyze_decl): argument
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
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"); in TEST_F() local
57 auto decl = p->expect_variable_ident_decl("test"); in TEST_F() local
65 auto decl = p->expect_variable_ident_decl("test"); in TEST_F() local
73 auto decl = p->expect_variable_ident_decl("test"); in TEST_F() local
90 auto decl = p->expect_variable_ident_decl("test"); in TEST_F() local
98 auto decl = p->expect_variable_ident_decl("test"); in TEST_F() local
106 auto decl = p->expect_variable_ident_decl("test"); in TEST_F() local
114 auto decl = p->expect_variable_ident_decl("test"); in TEST_F() local
[all …]
/third_party/python/Tools/c-analyzer/c_parser/
Dmatch.py10 def match_storage(decl, expected): argument
61 def is_forward_decl(decl): argument
76 def can_have_symbol(decl): argument
80 def has_external_symbol(decl): argument
92 def has_internal_symbol(decl): argument
98 def is_external_reference(decl): argument
110 def is_local_var(decl): argument
116 def is_global_var(decl): argument
/third_party/libxml2/test/valid/dtds/
Dpe-test.dtd2 <!ENTITY % decl 'ent "value"'> parameterEntity
3 <!ENTITY %decl;> parameterEntity
/third_party/python/Tools/c-analyzer/cpython/
D_analyzer.py132 def analyze_resolved(resolved, decl, types, knowntypes, extra=None): argument
156 def _check_unsupported(decl, typedeps, types, knowntypes): argument
170 def _check_members(decl, typedeps, types, knowntypes): argument
194 def _check_typedep(decl, typedecl, types, knowntypes): argument
223 def _check_vartype(decl, typedecl, types, knowntypes): argument
235 def _check_typespec(decl, typedecl, types, knowntypes): argument
/third_party/jerryscript/tests/jerry/
Dfunction-scopes.js17 function decl() {} function
28 function decl() { function
/third_party/selinux/libsepol/src/
Davrule_block.c55 avrule_decl_t *decl; in avrule_decl_create() local
114 avrule_decl_t *decl; in avrule_block_destroy() local
138 cond_list_t *get_decl_cond_list(policydb_t * p, avrule_decl_t * decl, in get_decl_cond_list()
159 avrule_decl_t *decl; in is_id_enabled() local
/third_party/selinux/checkpolicy/
Dmodule_compiler.c32 avrule_decl_t *decl; /* if in an avrule block, which member
158 avrule_decl_t *decl = stack_top->decl; in create_symbol() local
201 avrule_decl_t *decl = stack_top->decl; in declare_symbol() local
720 avrule_decl_t *decl = stack_top->decl; in require_symbol() local
738 avrule_decl_t *decl = stack_top->decl; in add_perm_to_class() local
1115 const avrule_decl_t *decl = stack->decl; in is_scope_in_stack() local
1161 avrule_decl_t *decl = stack->decl; in is_perm_in_stack() local
1199 avrule_decl_t *decl = stack_top->decl; in get_current_cond_list() local
1232 avrule_decl_t *decl = stack_top->decl; in append_avrule() local
1252 avrule_decl_t *decl = stack_top->decl; in append_role_trans() local
[all …]
/third_party/libabigail/src/
Dabg-writer.cc814 record_decl_as_emitted(const decl_base_sptr& decl) in record_decl_as_emitted()
995 annotate(const T& decl, in annotate()
1267 write_location(const decl_base_sptr& decl, in write_location()
1289 write_visibility(const shared_ptr<decl_base>& decl, ostream& o) in write_visibility()
1329 write_binding(const shared_ptr<decl_base>& decl, ostream& o) in write_binding()
1379 write_is_artificial(const decl_base_sptr& decl, ostream& o) in write_is_artificial()
1453 write_size_and_alignment(const shared_ptr<type_base> decl, ostream& o, in write_size_and_alignment()
1470 write_array_size_and_alignment(const shared_ptr<array_type_def> decl, ostream& o) in write_array_size_and_alignment()
1842 write_is_anonymous(const decl_base_sptr& decl, ostream& o) in write_is_anonymous()
1855 write_naming_typedef(const decl_base_sptr& decl, write_context& ctxt) in write_naming_typedef()
[all …]
/third_party/typescript/src/services/codefixes/
DaddMissingAsync.ts19 const decl = getFixableErrorSpanDeclaration(sourceFile, directSpan); constant
32 const decl = getFixableErrorSpanDeclaration(sourceFile, span); constant
70 const decl = findAncestor(token, node => { constant
DannotateWithTypeFromJSDoc.ts8 const decl = getDeclaration(context.sourceFile, context.span.start); constant
15 const decl = getDeclaration(diag.file, diag.start); constant
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DNameEmbeddedUniformStructsMetal.cpp29 bool visitDeclaration(Visit visit, TIntermDeclaration *decl) override in visitDeclaration()
55 void visitSymbol(TIntermSymbol *decl) override in visitSymbol()
65 void doReplacement(TIntermDeclaration *decl, in doReplacement()
/third_party/selinux/libsepol/tests/
Dtest-linker-roles.c71 avrule_decl_t *decl; in base_role_tests() local
102 avrule_decl_t *decl; in module_role_tests() local
/third_party/typescript/src/services/
DpreProcess.ts375 for (const decl of ambientExternalModules) { constant
385 for (const decl of ambientExternalModules) { constant
DimportTracker.ts65 for (const decl of exportingModuleSymbol.declarations) { constant
219 for (const decl of directImports) { constant
425 const decl = statement as ImportDeclaration | ExportDeclaration; constant
433 const decl = statement as ImportEqualsDeclaration; constant
583 const decl = importedSymbol.valueDeclaration; constant
/third_party/skia/src/sksl/codegen/
DSkSLPipelineStageCodeGenerator.cpp155 const VarDeclaration& decl = global.declaration()->as<VarDeclaration>(); in writeChildCall() local
306 String PipelineStageCodeGenerator::functionName(const FunctionDeclaration& decl) { in functionName()
329 const FunctionDeclaration& decl = f.declaration(); in writeFunction() local
348 String PipelineStageCodeGenerator::functionDeclaration(const FunctionDeclaration& decl) { in functionDeclaration()
368 void PipelineStageCodeGenerator::writeFunctionDeclaration(const FunctionDeclaration& decl) { in writeFunctionDeclaration()
375 const VarDeclaration& decl = g.declaration()->as<VarDeclaration>(); in writeGlobalVarDeclaration() local
632 String decl = this->typeName(baseType) + " " + name; in typedVariable() local
/third_party/vk-gl-cts/framework/opengl/
DgluVarType.cpp328 std::ostream& operator<< (std::ostream& str, const VariableDeclaration& decl) in operator <<()
348 namespace decl namespace
358 std::ostream& operator<< (std::ostream& str, const DeclareVariable& decl) in operator <<()
404 std::ostream& operator<< (std::ostream& str, const DeclareStructTypePtr& decl) in operator <<()
425 std::ostream& operator<< (std::ostream& str, const DeclareStructType& decl) in operator <<()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DNameEmbeddedUniformStructs.cpp27 bool visitDeclaration(Visit visit, TIntermDeclaration *decl) override in visitDeclaration()
55 void doReplacement(TIntermDeclaration *decl, in doReplacement()
/third_party/skia/third_party/externals/tint/src/ast/
Dmodule.cc33 for (auto* decl : global_declarations_) { in Module() local
98 for (auto* decl : global_declarations_) { in Copy() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DSpecializationConstant.cpp273 TIntermDeclaration *decl = new TIntermDeclaration(); in declareSpecConsts() local
282 TIntermDeclaration *decl = new TIntermDeclaration(); in declareSpecConsts() local
291 TIntermDeclaration *decl = new TIntermDeclaration(); in declareSpecConsts() local
299 TIntermDeclaration *decl = new TIntermDeclaration(); in declareSpecConsts() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DSeparateStructFromUniformDeclarations.cpp27 bool visitDeclaration(Visit visit, TIntermDeclaration *decl) override in visitDeclaration()
60 void doReplacement(TIntermDeclaration *decl, TIntermTyped *declarator, const TType &oldType) in doReplacement()
/third_party/elfutils/libdw/
Ddwarf_decl_column.c40 dwarf_decl_column (Dwarf_Die *decl, int *colp) in dwarf_decl_column()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_vs_draw.c80 struct tgsi_full_declaration decl; in emit_temp() local
93 struct tgsi_full_declaration decl; in emit_output() local
146 struct tgsi_full_declaration *decl) in transform_decl()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_transform.h104 struct tgsi_full_declaration decl; in tgsi_transform_temps_decl() local
124 struct tgsi_full_declaration decl; in tgsi_transform_const_decl() local
141 struct tgsi_full_declaration decl; in tgsi_transform_input_decl() local
162 struct tgsi_full_declaration decl; in tgsi_transform_output_decl() local
181 struct tgsi_full_declaration decl; in tgsi_transform_sampler_decl() local
196 struct tgsi_full_declaration decl; in tgsi_transform_sampler_view_decl() local

1234567891011