Home
last modified time | relevance | path

Searched refs:type_kind (Results 1 – 24 of 24) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_printf.c82 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()
Dlp_bld_arit_overflow.c68 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/
Dtest1-typedef-suppr-1.suppr3 type_kind = typedef
7 type_kind = typedef
Dtest2-struct-suppr-1.suppr2 type_kind = class
Dtest3-struct-suppr-0.suppr2 type_kind = struct
Dtest2-struct-suppr-0.suppr2 type_kind = struct
Dtest40-enumerator-changes-0.suppr2 type_kind = enum
Dtest14-suppr-non-redundant-0.suppr3 type_kind = struct
Dtest25-typedef-suppr-0.txt3 type_kind = struct
Dtest41-enumerator-changes-0.suppr2 type_kind = enum
Dtest1-typedef-suppr-0.suppr3 type_kind = typedef
Dtest33-suppr-1.txt2 type_kind = class
Dtest24-soname-suppr-0.txt4 type_kind = struct
/external/skqp/src/sksl/
DSkSLInterpreter.cpp179 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/
Dsuppr-doc.txt4 type_kind = enum
5 # type_kind = typedef|enum|struct|class|union|array|builtin
/external/libabigail/src/
Dabg-suppression-priv.h645 type_suppression::type_kind type_kind_;
660 type_suppression::type_kind type_kind, in priv() argument
666 type_kind_(type_kind), in priv()
Dabg-suppression.cc519 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/
Dabg-suppression.h153 enum type_kind enum
223 set_type_kind(type_kind k);
225 type_kind
/external/rust/crates/bindgen/src/ir/
Dvar.rs250 let (type_kind, val) = match value { in parse()
292 let ty = Item::builtin_type(type_kind, true, ctx); in parse()
Dcontext.rs1757 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/
Dubsan.c20 uint16_t type_kind; member
/external/libabigail/doc/manuals/
Dlibabigail-concepts.rst70 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/
DRenderScriptRuntime.cpp570 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/
DChangeLog26566 "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