/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/libxml2/test/valid/dtds/ |
D | pe-test.dtd | 2 <!ENTITY % decl 'ent "value"'> parameterEntity 3 <!ENTITY %decl;> parameterEntity
|
/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 | 132 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/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/typescript_eslint/packages/scope-manager/tests/eslint-scope/ |
D | child-visitor-keys.test.ts | 11 const decl = ast.body[0] as TSESTree.VariableDeclaration; constant 35 const decl = ast.body[0] as TSESTree.VariableDeclaration; constant
|
/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/selinux/checkpolicy/ |
D | module_compiler.c | 32 avrule_decl_t *decl; /* if in an avrule block, which member 157 avrule_decl_t *decl = stack_top->decl; in create_symbol() local 200 avrule_decl_t *decl = stack_top->decl; in declare_symbol() local 719 avrule_decl_t *decl = stack_top->decl; in require_symbol() local 737 avrule_decl_t *decl = stack_top->decl; in add_perm_to_class() local 1114 const avrule_decl_t *decl = stack->decl; in is_scope_in_stack() local 1160 avrule_decl_t *decl = stack->decl; in is_perm_in_stack() local 1198 avrule_decl_t *decl = stack_top->decl; in get_current_cond_list() local 1231 avrule_decl_t *decl = stack_top->decl; in append_avrule() local 1251 avrule_decl_t *decl = stack_top->decl; in append_role_trans() local [all …]
|
/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 | 70 avrule_decl_t *decl; in base_role_tests() local 101 avrule_decl_t *decl; in module_role_tests() local
|
/third_party/typescript/src/services/ |
D | preProcess.ts | 375 for (const decl of ambientExternalModules) { constant 385 for (const decl of ambientExternalModules) { constant
|
D | importTracker.ts | 65 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/ |
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/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | NameEmbeddedUniformStructs.cpp | 27 bool visitDeclaration(Visit visit, TIntermDeclaration *decl) override in visitDeclaration() 55 void doReplacement(TIntermDeclaration *decl, in doReplacement()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_emulate.c | 48 struct tgsi_full_declaration *decl) in transform_decl() 65 struct tgsi_full_declaration decl; in passthrough_edgeflag() local
|
/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_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/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/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
|