Searched defs:is_struct (Results 1 – 13 of 13) sorted by relevance
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | desc_sroa.cpp | 252 const bool is_struct = pointee_type_inst->opcode() == SpvOpTypeStruct; in CreateReplacementVariable() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | desc_sroa.cpp | 252 const bool is_struct = pointee_type_inst->opcode() == SpvOpTypeStruct; in CreateReplacementVariable() local
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | desc_sroa.cpp | 252 const bool is_struct = pointee_type_inst->opcode() == SpvOpTypeStruct; in CreateReplacementVariable() local
|
/external/flatbuffers/src/ |
D | idl_gen_text.cpp | 125 const auto is_struct = IsStruct(type); in PrintContainer() local
|
D | idl_gen_cpp.cpp | 1947 const bool is_struct = IsStruct(field.value.type); in GenTable() local
|
/external/mesa3d/src/compiler/ |
D | glsl_types.h | 989 bool is_struct() const in is_struct() function
|
/external/mesa3d/src/compiler/glsl/ |
D | link_varyings.cpp | 474 const bool is_struct = type_without_array->is_struct(); in check_location_aliasing() local
|
/external/libbpf/src/ |
D | btf_dump.c | 912 bool is_struct = btf_is_struct(t); in btf_dump_emit_struct_def() local
|
/external/flatbuffers/include/flatbuffers/ |
D | reflection_generated.h | 712 bool is_struct() const { in is_struct() function
|
/external/libabigail/src/ |
D | abg-reader.cc | 2736 read_is_struct(xmlNodePtr node, bool& is_struct) in read_is_struct() 4619 bool is_struct = false; in build_class_decl() local
|
D | abg-ir.cc | 21753 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
|
D | abg-dwarf-reader.cc | 12139 bool is_struct, in add_or_update_class_type()
|
/external/flatbuffers/tests/ |
D | test.cpp | 1403 bool is_struct = definition < num_struct_definitions; in FuzzTest2() local
|