Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Ddesc_sroa.cpp252 const bool is_struct = pointee_type_inst->opcode() == SpvOpTypeStruct; in CreateReplacementVariable() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddesc_sroa.cpp252 const bool is_struct = pointee_type_inst->opcode() == SpvOpTypeStruct; in CreateReplacementVariable() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Ddesc_sroa.cpp252 const bool is_struct = pointee_type_inst->opcode() == SpvOpTypeStruct; in CreateReplacementVariable() local
/external/flatbuffers/src/
Didl_gen_text.cpp125 const auto is_struct = IsStruct(type); in PrintContainer() local
Didl_gen_cpp.cpp1947 const bool is_struct = IsStruct(field.value.type); in GenTable() local
/external/mesa3d/src/compiler/
Dglsl_types.h989 bool is_struct() const in is_struct() function
/external/mesa3d/src/compiler/glsl/
Dlink_varyings.cpp474 const bool is_struct = type_without_array->is_struct(); in check_location_aliasing() local
/external/libbpf/src/
Dbtf_dump.c912 bool is_struct = btf_is_struct(t); in btf_dump_emit_struct_def() local
/external/flatbuffers/include/flatbuffers/
Dreflection_generated.h712 bool is_struct() const { in is_struct() function
/external/libabigail/src/
Dabg-reader.cc2736 read_is_struct(xmlNodePtr node, bool& is_struct) in read_is_struct()
4619 bool is_struct = false; in build_class_decl() local
Dabg-ir.cc21753 bool is_struct, const location& locus, in class_decl()
21804 bool is_struct, const location& locus, in class_decl()
21850 bool is_struct, const location& locus, in class_decl()
21887 bool is_struct, const location& locus, in class_decl()
21924 bool is_struct, bool is_declaration_only) in class_decl()
21960 class_decl::is_struct(bool f) in is_struct() function in abigail::ir::class_decl
21967 class_decl::is_struct() const in is_struct() function in abigail::ir::class_decl
Dabg-dwarf-reader.cc12139 bool is_struct, in add_or_update_class_type()
/external/flatbuffers/tests/
Dtest.cpp1403 bool is_struct = definition < num_struct_definitions; in FuzzTest2() local