Home
last modified time | relevance | path

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

123

/external/selinux/libsepol/tests/
Dtest-linker-types.c100 static void test_type_datum(policydb_t * p, const char *id, unsigned int *decls, int len, unsigned … in test_type_datum()
127 unsigned int decls[2]; in base_type_tests() local
165 unsigned int decls[2]; in module_type_tests() local
Dtest-linker-roles.c72 unsigned int decls[2]; in base_role_tests() local
102 unsigned int decls[3]; in module_role_tests() local
Dtest-linker-cond-map.c90 unsigned int decls[1]; in base_cond_tests() local
121 unsigned int decls[1]; in module_cond_tests() local
Dtest-common.c31 …cydb_t * p, const char *id, int sym_type, unsigned int scope_type, unsigned int *decls, unsigned i… in test_sym_presence()
/external/python/cpython3/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.py1368 def from_decls(cls, decls): argument
1434 def __init__(self, decls): argument
1582 def _extend(self, decls): argument
/external/clang/lib/AST/
DDeclGroup.cpp28 DeclGroup::DeclGroup(unsigned numdecls, Decl** decls) : NumDecls(numdecls) { in DeclGroup()
/external/clang/include/clang/AST/
DUnresolvedSet.h128 DeclsTy &decls() { in decls() function
131 const DeclsTy &decls() const { in decls() function
/external/mesa3d/src/gallium/frontends/nine/
Dvertexdeclaration9.h48 D3DVERTEXELEMENT9 *decls; member
/external/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
/external/wayland/
Dmeson.build48 decls = [ variable
/external/python/cpython3/Tools/c-analyzer/c_analyzer/
D__init__.py47 def analyze_decls(decls, known, *, argument
Dmatch.py184 def group_by_storage(decls, **kwargs): argument
/external/angle/src/compiler/translator/tree_util/
DReplaceShadowingVariables.cpp79 TIntermSequence *decls = node->getSequence(); in visitDeclaration() local
/external/clang/utils/
Dmodfuzz.py36 decls = [ variable
/external/turbine/java/com/google/turbine/binder/
DCompUnitPreprocessor.java102 Iterable<TyDecl> decls = unit.decls(); in preprocess() local
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.py165 def dump_struct(decls, class_): argument
/external/skia/src/sksl/codegen/
DSkSLMetalCodeGenerator.cpp1872 const GlobalVarDeclaration& decls = e->as<GlobalVarDeclaration>(); in writeFunctionDeclaration() local
2319 const GlobalVarDeclaration& decls = e->as<GlobalVarDeclaration>(); in writeUniformStruct() local
2350 const GlobalVarDeclaration& decls = e->as<GlobalVarDeclaration>(); in writeInputStruct() local
2383 const GlobalVarDeclaration& decls = e->as<GlobalVarDeclaration>(); in writeOutputStruct() local
/external/rust/crates/async-trait/src/
Dexpand.rs321 let decls = sig in transform_block() localVariable
/external/clang/include/clang/Sema/
DScope.h270 decl_range decls() const { in decls() function
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinition.cpp85 static bool containsMatchingSubtype (const std::vector<glu::VariableDeclaration>& decls, bool (*pre… in containsMatchingSubtype()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DInitialize.cpp342 void AddTabledBuiltin(TString& decls, const BuiltInFunction& function) in AddTabledBuiltin()
462 const auto forEachFunction = [&](TString& decls, const BuiltInFunction* function) { in addTabledBuiltins()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DInitialize.cpp342 void AddTabledBuiltin(TString& decls, const BuiltInFunction& function) in AddTabledBuiltin()
462 const auto forEachFunction = [&](TString& decls, const BuiltInFunction* function) { in addTabledBuiltins()

123