| /third_party/python/Tools/c-analyzer/c_analyzer/ |
| D | match.py | 53 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
|
| D | analyze.py | 31 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/ |
| 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"); 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/ |
| D | match.py | 10 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/jerryscript/tests/jerry/ |
| D | function-scopes.js | 17 function decl() {} function 28 function decl() { function
|
| /third_party/python/Tools/c-analyzer/cpython/ |
| D | _analyzer.py | 134 def analyze_resolved(resolved, decl, types, knowntypes, extra=None): argument 158 def _check_unsupported(decl, typedeps, types, knowntypes): argument 172 def _check_members(decl, typedeps, types, knowntypes): argument 196 def _check_typedep(decl, typedecl, types, knowntypes): argument 225 def _check_vartype(decl, typedecl, types, knowntypes): argument 237 def _check_typespec(decl, typedecl, types, knowntypes): argument
|
| /third_party/selinux/libsepol/src/ |
| D | avrule_block.c | 55 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/ |
| D | module_compiler.c | 32 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 1123 const avrule_decl_t *decl = stack->decl; in is_scope_in_stack() local 1169 avrule_decl_t *decl = stack->decl; in is_perm_in_stack() local 1207 avrule_decl_t *decl = stack_top->decl; in get_current_cond_list() local 1240 avrule_decl_t *decl = stack_top->decl; in append_avrule() local 1260 avrule_decl_t *decl = stack_top->decl; in append_role_trans() local [all …]
|
| /third_party/libabigail/src/ |
| D | abg-writer.cc | 815 record_decl_as_emitted(const decl_base_sptr& decl) in record_decl_as_emitted() 1035 annotate(const T& decl, in annotate() 1307 write_location(const decl_base_sptr& decl, in write_location() 1329 write_visibility(const shared_ptr<decl_base>& decl, ostream& o) in write_visibility() 1369 write_binding(const shared_ptr<decl_base>& decl, ostream& o) in write_binding() 1419 write_is_artificial(const decl_base_sptr& decl, ostream& o) in write_is_artificial() 1493 write_size_and_alignment(const shared_ptr<type_base> decl, ostream& o, in write_size_and_alignment() 1510 write_array_size_and_alignment(const shared_ptr<array_type_def> decl, ostream& o) in write_array_size_and_alignment() 1882 write_is_anonymous(const decl_base_sptr& decl, ostream& o) in write_is_anonymous() 1895 write_naming_typedef(const decl_base_sptr& decl, write_context& ctxt) in write_naming_typedef() [all …]
|
| /third_party/typescript/src/services/codefixes/ |
| D | addMissingAsync.ts | 19 const decl = getFixableErrorSpanDeclaration(sourceFile, directSpan); constant 32 const decl = getFixableErrorSpanDeclaration(sourceFile, span); constant 70 const decl = findAncestor(token, node => { constant
|
| D | annotateWithTypeFromJSDoc.ts | 8 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/ |
| D | NameEmbeddedUniformStructsMetal.cpp | 29 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/ |
| 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
|
| /third_party/typescript/src/services/ |
| D | preProcess.ts | 410 for (const decl of ambientExternalModules) { constant 420 for (const decl of ambientExternalModules) { constant
|
| D | importTracker.ts | 66 for (const decl of exportingModuleSymbol.declarations) { constant 221 for (const decl of directImports) { constant 427 const decl = statement as ImportDeclaration | ExportDeclaration; constant 435 const decl = statement as ImportEqualsDeclaration; constant 586 const decl = Debug.checkDefined(importedSymbol.valueDeclaration); constant
|
| /third_party/skia/src/sksl/codegen/ |
| D | SkSLPipelineStageCodeGenerator.cpp | 155 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/ |
| D | gluVarType.cpp | 328 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/elfutils/libdw/ |
| D | dwarf_decl_column.c | 40 dwarf_decl_column (Dwarf_Die *decl, int *colp) in dwarf_decl_column()
|
| /third_party/skia/third_party/externals/tint/src/ast/ |
| D | module.cc | 33 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/ |
| D | SpecializationConstant.cpp | 273 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/ |
| D | SeparateStructFromUniformDeclarations.cpp | 27 bool visitDeclaration(Visit visit, TIntermDeclaration *decl) override in visitDeclaration() 60 void doReplacement(TIntermDeclaration *decl, TIntermTyped *declarator, const TType &oldType) in doReplacement()
|
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| D | r300_vs_draw.c | 80 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/skia/src/sksl/analysis/ |
| D | SkSLCheckProgramUnrolledSize.cpp | 57 const FunctionDeclaration* decl = &pe.as<FunctionDefinition>().declaration(); in CheckProgramUnrolledSize() local 166 const FunctionDeclaration* decl = &call.function(); in CheckProgramUnrolledSize() local
|
| /third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
| D | tgsi_transform.h | 104 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
|
| D | tgsi_two_side.c | 72 struct tgsi_full_declaration *decl) in xform_decl() 101 struct tgsi_full_declaration decl; in emit_prolog() local
|