Searched defs:is_struct (Results 1 – 12 of 12) sorted by relevance
/third_party/libcoap/man/ |
D | examples-code-check.c | 223 int is_struct = 0; in decode_synopsis_definition() local
|
/third_party/spirv-tools/source/opt/ |
D | desc_sroa.cpp | 252 const bool is_struct = pointee_type_inst->opcode() == SpvOpTypeStruct; in CreateReplacementVariable() local
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | desc_sroa.cpp | 251 const bool is_struct = pointee_type_inst->opcode() == SpvOpTypeStruct; in CreateReplacementVariable() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | desc_sroa.cpp | 252 const bool is_struct = pointee_type_inst->opcode() == SpvOpTypeStruct; in CreateReplacementVariable() local
|
/third_party/mesa3d/src/compiler/glsl/ |
D | link_varyings.cpp | 347 const bool is_struct = type_without_array->is_struct(); in check_location_aliasing() local
|
/third_party/mesa3d/src/compiler/ |
D | glsl_types.h | 1007 bool is_struct() const in is_struct() function
|
/third_party/libbpf/src/ |
D | btf_dump.c | 969 bool is_struct = btf_is_struct(t); in btf_dump_emit_struct_def() local
|
/third_party/libabigail/src/ |
D | abg-reader.cc | 2767 read_is_struct(xmlNodePtr node, bool& is_struct) in read_is_struct() 4658 bool is_struct = false; in build_class_decl() local
|
D | abg-ir.cc | 22364 bool is_struct, const location& locus, in class_decl() 22415 bool is_struct, const location& locus, in class_decl() 22461 bool is_struct, const location& locus, in class_decl() 22498 bool is_struct, const location& locus, in class_decl() 22535 bool is_struct, bool is_declaration_only) in class_decl() 22571 class_decl::is_struct(bool f) in is_struct() function in abigail::ir::class_decl 22578 class_decl::is_struct() const in is_struct() function in abigail::ir::class_decl
|
D | abg-dwarf-reader.cc | 12719 bool is_struct, in add_or_update_class_type()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_compiler.c | 869 bool is_struct = glsl_type_is_struct_or_ifc(glsl_without_array(var->type)); in update_so_info() local
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_msl.cpp | 6688 bool is_struct = (type.basetype == SPIRType::Struct) && type.array.empty() && !type.pointer; in emit_specialization_constants_and_structs() local
|