Home
last modified time | relevance | path

Searched defs:is_struct (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/ast/
Ddata.rs117 pub fn is_struct(&self) -> bool { in is_struct() method
222 pub fn is_struct(&self) -> bool { in is_struct() method
390 pub fn is_struct(self) -> bool { in is_struct() method
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddesc_sroa.cpp298 const bool is_struct = pointee_type_inst->opcode() == spv::Op::OpTypeStruct; in CreateReplacementVariable() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Ddesc_sroa.cpp298 const bool is_struct = pointee_type_inst->opcode() == spv::Op::OpTypeStruct; in CreateReplacementVariable() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Ddesc_sroa.cpp301 const bool is_struct = pointee_type_inst->opcode() == spv::Op::OpTypeStruct; in CreateReplacementVariable() local
/aosp_15_r20/external/stg/
H A Dabigail_reader.cc1193 void Abigail::ProcessStructUnion(const std::string& id, bool is_struct, in ProcessStructUnion()
1282 std::optional<Id> Abigail::ProcessDataMember(bool is_struct, in ProcessDataMember()
/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_text.cpp125 const auto is_struct = IsStruct(type); in PrintContainer() local
H A Didl_gen_swift.cpp1698 const auto is_struct = IsStruct(ev.union_type) ? type + Mutable() : type; in BuildUnionEnumSwitchCaseWritter() local
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/src/btf/
Dtypes.rs518 pub is_struct: bool, field
/aosp_15_r20/external/sandboxed-api/sandboxed_api/tools/generator2/
H A Dcode.py211 def is_struct(self): member in Type
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/
H A Dvalidate_decorations.cpp823 const bool is_struct = in CheckDecorationsOfEntryPoints() local
/aosp_15_r20/external/libbpf/src/
H A Dbtf_dump.c969 bool is_struct = btf_is_struct(t); in btf_dump_emit_struct_def() local
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
H A Dreflection_generated.h712 bool is_struct() const { in is_struct() function
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dreflection_generated.h809 bool is_struct() const { in is_struct() function
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dreflection_generated.h809 bool is_struct() const { in is_struct() function
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_varyings.c426 const bool is_struct = glsl_type_is_struct(type_without_array); in check_location_aliasing() local
/aosp_15_r20/external/flatbuffers/tests/
H A Dtest.cpp1690 bool is_struct = definition < num_struct_definitions; in FuzzTest2() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_compiler.c3805 bool is_struct = glsl_type_is_struct(glsl_without_array(type)); in add_derefs_instr() local