/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_printf.c | 82 LLVMTypeKind type_kind; in lp_build_print_value() local 91 type_kind = LLVMGetTypeKind(type_ref); in lp_build_print_value() 93 if (type_kind == LLVMVectorTypeKind) { in lp_build_print_value() 97 type_kind = LLVMGetTypeKind(type_ref); in lp_build_print_value() 102 if (type_kind == LLVMFloatTypeKind || type_kind == LLVMDoubleTypeKind) { in lp_build_print_value() 107 } else if (type_kind == LLVMIntegerTypeKind) { in lp_build_print_value() 115 } else if (type_kind == LLVMPointerTypeKind) { in lp_build_print_value() 134 if (type_kind == LLVMIntegerTypeKind && in lp_build_print_value()
|
D | lp_bld_arit_overflow.c | 68 LLVMTypeKind type_kind; in build_binary_int_overflow() local 76 type_kind = LLVMGetTypeKind(type_ref); in build_binary_int_overflow() 78 debug_assert(type_kind == LLVMIntegerTypeKind); in build_binary_int_overflow()
|
/external/libabigail/tests/data/test-diff-suppr/ |
D | test1-typedef-suppr-1.suppr | 3 type_kind = typedef 7 type_kind = typedef
|
D | test2-struct-suppr-1.suppr | 2 type_kind = class
|
D | test3-struct-suppr-0.suppr | 2 type_kind = struct
|
D | test2-struct-suppr-0.suppr | 2 type_kind = struct
|
D | test40-enumerator-changes-0.suppr | 2 type_kind = enum
|
D | test14-suppr-non-redundant-0.suppr | 3 type_kind = struct
|
D | test25-typedef-suppr-0.txt | 3 type_kind = struct
|
D | test41-enumerator-changes-0.suppr | 2 type_kind = enum
|
D | test1-typedef-suppr-0.suppr | 3 type_kind = typedef
|
D | test33-suppr-1.txt | 2 type_kind = class
|
D | test24-soname-suppr-0.txt | 4 type_kind = struct
|
/external/skqp/src/sksl/ |
D | SkSLInterpreter.cpp | 179 static Interpreter::TypeKind type_kind(const Type& type) { in type_kind() function 276 switch (type_kind(b.fLeft->fType)) { \ in evaluate() 288 switch (type_kind(b.fLeft->fType)) { \ in evaluate() 298 switch (type_kind(b.fLeft->fType)) { \ in evaluate() 311 switch (type_kind(b.fLeft->fType)) { \ in evaluate() 328 switch (type_kind(b.fLeft->fType)) { \ in evaluate() 406 switch (type_kind(p.fType)) { in evaluate() 427 switch (type_kind(p.fType)) { in evaluate()
|
/external/libabigail/doc/ |
D | suppr-doc.txt | 4 type_kind = enum 5 # type_kind = typedef|enum|struct|class|union|array|builtin
|
/external/libabigail/src/ |
D | abg-suppression-priv.h | 645 type_suppression::type_kind type_kind_; 660 type_suppression::type_kind type_kind, in priv() argument 666 type_kind_(type_kind), in priv()
|
D | abg-suppression.cc | 519 type_suppression::set_type_kind(type_kind k) in set_type_kind() 529 type_suppression::type_kind 925 type_suppression::type_kind tk = s.get_type_kind(); in suppression_matches_type_no_name() 1501 static type_suppression::type_kind 1660 type_suppression::type_kind type_kind = type_suppression::UNKNOWN_TYPE_KIND; in read_type_suppression() local 1665 type_kind = in read_type_suppression() 1869 result->set_type_kind(type_kind); in read_type_suppression()
|
/external/libabigail/include/ |
D | abg-suppression.h | 153 enum type_kind enum 223 set_type_kind(type_kind k); 225 type_kind
|
/external/rust/crates/bindgen/src/ir/ |
D | var.rs | 250 let (type_kind, val) = match value { in parse() 292 let ty = Item::builtin_type(type_kind, true, ctx); in parse()
|
D | context.rs | 1757 let type_kind = TypeKind::TemplateInstantiation( in instantiate_template() localVariable 1765 type_kind, in instantiate_template() 1907 let type_kind = TypeKind::ResolvedTypeRef(wrapped_id); in build_wrapper() localVariable 1908 let ty = Type::new(Some(spelling), layout, type_kind, is_const); in build_wrapper() 1929 let type_kind = match ty.kind() { in build_builtin_ty() localVariable 1975 let ty = Type::new(Some(spelling), layout, type_kind, is_const); in build_builtin_ty()
|
/external/arm-trusted-firmware/plat/common/ |
D | ubsan.c | 20 uint16_t type_kind; member
|
/external/libabigail/doc/manuals/ |
D | libabigail-concepts.rst | 70 type_kind = struct 77 type_kind = typedef 84 type_kind = struct 277 ``name_not_regexp``, ``type_kind``, ``source_location_not_in``, 356 * ``type_kind`` 360 ``type_kind`` ``=`` ``class`` | ``struct`` | ``union`` | ``enum`` | 612 ``type_kind`` property is set to the value ``enum``, at least. The 1175 type_kind = struct 1431 type_kind = struct
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
D | RenderScriptRuntime.cpp | 570 type_kind; // Defines pixel type if Allocation is created from an image member 587 type.isValid() && type_vec_size.isValid() && type_kind.isValid(); in ShouldRefresh() 2003 elem.type_kind = in JITElementPacked() 2011 __FUNCTION__, *elem.type.get(), *elem.type_kind.get(), in JITElementPacked() 2577 elem_header.kind = *elem.type_kind.get(); in PopulateElementHeaders() 2656 alloc->element.type_kind.isValid() && alloc->dimension.isValid() && in SaveAllocation() 3435 if (!alloc->element.type_kind.isValid()) in ListAllocations() 3438 const Element::DataKind kind = *alloc->element.type_kind.get(); in ListAllocations()
|
/external/libabigail/ |
D | ChangeLog | 26566 "type_kind = struct" has been specified. 26580 Replace is_typedef by type_kind property in type suppressions 26581 * doc/suppr-doc.txt: Add type_kind property "documentation" in the 26583 * include/abg-comparison.h (type_suppression::type_kind): New 26609 new type_kind property. Adjust the creation of the resulting
|