Searched defs:decl_type (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/ |
D | column.rs | 9 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 D | test-deps.c | 140 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 D | helpers.h | 32 QoShaderDeclType decl_type; member
|
/aosp_15_r20/external/gemmlowp/meta/generators/ |
H A D | cc_emitter.py | 89 def EmitDeclare(self, decl_type, name, value): argument
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | cxx98-compat.cpp | 146 decltype(const_expr) decl_type = 0; // expected-warning {{'decltype' type specifier is incompatible… variable
|
/aosp_15_r20/external/virglrenderer/src/ |
H A D | vrend_shader.c | 4139 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 D | register_prim_ops.cpp | 1317 #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 D | ast_to_hir.cpp | 5037 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 D | svga_context.h | 247 SVGA3dDeclType decl_type[PIPE_MAX_ATTRIBS]; /**< vertex attrib formats */ member
|