Home
last modified time | relevance | path

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

/third_party/libcoap/man/
Dexamples-code-check.c223 int is_struct = 0; in decode_synopsis_definition() local
/third_party/spirv-tools/source/opt/
Ddesc_sroa.cpp252 const bool is_struct = pointee_type_inst->opcode() == SpvOpTypeStruct; in CreateReplacementVariable() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Ddesc_sroa.cpp251 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/
Ddesc_sroa.cpp252 const bool is_struct = pointee_type_inst->opcode() == SpvOpTypeStruct; in CreateReplacementVariable() local
/third_party/mesa3d/src/compiler/glsl/
Dlink_varyings.cpp347 const bool is_struct = type_without_array->is_struct(); in check_location_aliasing() local
/third_party/mesa3d/src/compiler/
Dglsl_types.h1007 bool is_struct() const in is_struct() function
/third_party/libbpf/src/
Dbtf_dump.c969 bool is_struct = btf_is_struct(t); in btf_dump_emit_struct_def() local
/third_party/libabigail/src/
Dabg-reader.cc2767 read_is_struct(xmlNodePtr node, bool& is_struct) in read_is_struct()
4658 bool is_struct = false; in build_class_decl() local
Dabg-ir.cc22364 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
Dabg-dwarf-reader.cc12719 bool is_struct, in add_or_update_class_type()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c869 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/
Dspirv_msl.cpp6688 bool is_struct = (type.basetype == SPIRType::Struct) && type.array.empty() && !type.pointer; in emit_specialization_constants_and_structs() local