Home
last modified time | relevance | path

Searched defs:decl_type (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/
Dcolumn.rs9 decl_type: Option<&'stmt str>, field
23 pub fn decl_type(&self) -> Option<&str> { in decl_type() method
145 let decl_type = slice.map(|s| { in columns() localVariable
/aosp_15_r20/external/selinux/libsepol/tests/
H A Dtest-deps.c140 static void do_deps_modreq_global(int req_met, int b, const char *policy, const char *decl_type) in do_deps_modreq_global()
223 …void do_deps_modreq_opt(int req_met, int ret_val, int b, const char *policy, const char *decl_type) in do_deps_modreq_opt()
/aosp_15_r20/external/mesa3d/src/amd/compiler/tests/
H A Dhelpers.h32 QoShaderDeclType decl_type; member
/aosp_15_r20/external/gemmlowp/meta/generators/
H A Dcc_emitter.py89 def EmitDeclare(self, decl_type, name, value): argument
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dcxx98-compat.cpp146 decltype(const_expr) decl_type = 0; // expected-warning {{'decltype' type specifier is incompatible… variable
/aosp_15_r20/external/virglrenderer/src/
H A Dvrend_shader.c4139 enum io_decl_type decl_type = decl_plain; in get_destination_info_generic() local
4446 enum io_decl_type decl_type = decl_plain; in get_source_info_generic() local
8193 enum io_decl_type decl_type) in vrend_shader_write_io_as_src()
8225 enum io_decl_type decl_type) in vrend_shader_write_io_as_dst()
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dregister_prim_ops.cpp1317 #define CREATE_COMPARATOR_LIST_OPS_SPECIALIZED(decl_type, value_type) \ argument
2850 #define CREATE_SPECIALIZED_LIST_OPS(decl_type, value_type) \ argument
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dast_to_hir.cpp5037 const struct glsl_type *decl_type; in hir() local
7526 const glsl_type *decl_type = in ast_process_struct_or_iface_block_members() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_context.h247 SVGA3dDeclType decl_type[PIPE_MAX_ATTRIBS]; /**< vertex attrib formats */ member