Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/opt/
Ddesc_sroa.cpp218 const bool is_struct = pointee_type_inst->opcode() == SpvOpTypeStruct; in GetReplacementVariable() local
268 const bool is_struct = pointee_type_inst->opcode() == SpvOpTypeStruct; in CreateReplacementVariable() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddesc_sroa.cpp218 const bool is_struct = pointee_type_inst->opcode() == SpvOpTypeStruct; in GetReplacementVariable() local
268 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/bcc/src/cc/frontends/b/
Dnode.h445 bool is_struct() { return (storage_type_ == STRUCT || storage_type_ == STRUCT_REFERENCE); } in is_struct() function
/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/flatbuffers/include/flatbuffers/
Dreflection_generated.h712 bool is_struct() const { in is_struct() function
/external/libabigail/src/
Dabg-ir.cc20226 bool is_struct, const location& locus, in class_decl()
20277 bool is_struct, const location& locus, in class_decl()
20323 bool is_struct, const location& locus, in class_decl()
20360 bool is_struct, const location& locus, in class_decl()
20397 bool is_struct, bool is_declaration_only) in class_decl()
20433 class_decl::is_struct(bool f) in is_struct() function in abigail::ir::class_decl
20440 class_decl::is_struct() const in is_struct() function in abigail::ir::class_decl
Dabg-reader.cc2599 read_is_struct(xmlNodePtr node, bool& is_struct) in read_is_struct()
4415 bool is_struct = false; in build_class_decl() local
Dabg-dwarf-reader.cc12073 bool is_struct, in add_or_update_class_type()
/external/flatbuffers/tests/
Dtest.cpp1403 bool is_struct = definition < num_struct_definitions; in FuzzTest2() local