Home
last modified time | relevance | path

Searched defs:decls (Results 1 – 25 of 52) sorted by relevance

123

/third_party/selinux/libsepol/tests/
Dtest-linker-types.c101 static void test_type_datum(policydb_t * p, const char *id, unsigned int *decls, int len, unsigned … in test_type_datum()
128 unsigned int decls[2]; in base_type_tests() local
166 unsigned int decls[2]; in module_type_tests() local
Dtest-linker-roles.c73 unsigned int decls[2]; in base_role_tests() local
103 unsigned int decls[3]; in module_role_tests() local
Dtest-linker-cond-map.c91 unsigned int decls[1]; in base_cond_tests() local
122 unsigned int decls[1]; in module_cond_tests() local
Dtest-common.c32 …cydb_t * p, const char *id, int sym_type, unsigned int scope_type, unsigned int *decls, unsigned i… in test_sym_presence()
/third_party/python/Tools/c-analyzer/c_parser/
Ddatafiles.py54 def write_decls(decls, outfile, fmt=None, *, backup=False): argument
94 def write_decls_tsv(decls, outfile, extracolumns=None, *, argument
120 def _write_decls_tsv(decls, outfile, extracolumns, kwargs): argument
Dmatch.py144 def group_by_category(decls, categories, *, ignore_non_match=True): argument
Dinfo.py1370 def from_decls(cls, decls): argument
1436 def __init__(self, decls): argument
1584 def _extend(self, decls): argument
/third_party/node/deps/v8/src/wasm/
Dfunction-body-decoder.cc34 bool DecodeLocalDecls(const WasmFeatures& enabled, BodyLocalDecls* decls, in DecodeLocalDecls()
55 BodyLocalDecls* decls) in BytecodeIterator()
157 BodyLocalDecls decls(&zone); in PrintRawWasmCode() local
/third_party/mesa3d/src/gallium/frontends/nine/
Dvertexdeclaration9.h48 D3DVERTEXELEMENT9 *decls; member
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_state_vdecl.c46 SVGA3dVertexDecl decls[SVGA3D_INPUTREG_MAX]; in emit_hw_vs_vdecl() local
Dsvga_pipe_streamout.c136 SVGA3dStreamOutputDeclarationEntry decls[SVGA3D_MAX_STREAMOUT_DECLS]; in svga_create_stream_output() local
/third_party/python/Tools/c-analyzer/c_analyzer/
D__init__.py47 def analyze_decls(decls, known, *, argument
Dmatch.py184 def group_by_storage(decls, **kwargs): argument
/third_party/node/deps/v8/src/torque/
Dtorque-code-generator.h61 std::ostream& decls() { return *out_decls_; } in decls() function
Ddeclarations.cc81 auto decls = FilterDeclarables<TypeAlias>(TryLookup(name)); in TryLookupType() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DReplaceShadowingVariables.cpp79 TIntermSequence *decls = node->getSequence(); in visitDeclaration() local
/third_party/typescript/src/services/refactors/
DconvertOverloadListToSingleSignature.ts197 const decls = signatureSymbol.declarations; constant
DextractSymbol.ts1887 const decls = symbol.getDeclarations(); constant
1981 const decls = symbol.getDeclarations(); constant
/third_party/skia/third_party/externals/tint/src/ast/
Dmodule_test.cc123 auto& decls = cloned.AST().GlobalDeclarations(); in TEST_F() local
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.py165 def dump_struct(decls, class_): argument
/third_party/skia/src/sksl/codegen/
DSkSLMetalCodeGenerator.cpp1827 const GlobalVarDeclaration& decls = e->as<GlobalVarDeclaration>(); in writeFunctionDeclaration() local
2272 const GlobalVarDeclaration& decls = e->as<GlobalVarDeclaration>(); in writeUniformStruct() local
2303 const GlobalVarDeclaration& decls = e->as<GlobalVarDeclaration>(); in writeInputStruct() local
2336 const GlobalVarDeclaration& decls = e->as<GlobalVarDeclaration>(); in writeOutputStruct() local
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver.h136 std::vector<const ast::Variable*> decls; member
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fProgramInterfaceDefinition.cpp85 static bool containsMatchingSubtype (const std::vector<glu::VariableDeclaration>& decls, bool (*pre… in containsMatchingSubtype()
/third_party/typescript/src/compiler/
DutilitiesPublic.ts979 const decls = getJSDocTypeParameterDeclarations(node); constant
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp326 void AddTabledBuiltin(TString& decls, const BuiltInFunction& function) in AddTabledBuiltin()
439 const auto forEachFunction = [&](TString& decls, const BuiltInFunction* function) { in addTabledBuiltins()

123