Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_printf.c88 LLVMTypeKind type_kind; in lp_build_print_value() local
97 type_kind = LLVMGetTypeKind(type_ref); in lp_build_print_value()
99 if (type_kind == LLVMVectorTypeKind) { in lp_build_print_value()
103 type_kind = LLVMGetTypeKind(type_ref); in lp_build_print_value()
108 …if (type_kind == LLVMFloatTypeKind || type_kind == LLVMDoubleTypeKind || type_kind == LLVMHalfType… in lp_build_print_value()
113 } else if (type_kind == LLVMIntegerTypeKind) { in lp_build_print_value()
121 } else if (type_kind == LLVMPointerTypeKind) { in lp_build_print_value()
140 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 assert(type_kind == LLVMIntegerTypeKind); in build_binary_int_overflow()
/third_party/libabigail/tests/data/test-diff-suppr/
Dtest1-typedef-suppr-1.suppr3 type_kind = typedef
7 type_kind = typedef
Dtest2-struct-suppr-0.suppr2 type_kind = struct
Dtest2-struct-suppr-1.suppr2 type_kind = class
Dtest3-struct-suppr-0.suppr2 type_kind = struct
Dtest40-enumerator-changes-0.suppr2 type_kind = enum
Dtest25-typedef-suppr-0.txt3 type_kind = struct
Dtest41-enumerator-changes-0.suppr2 type_kind = enum
Dtest14-suppr-non-redundant-0.suppr3 type_kind = struct
Dtest1-typedef-suppr-0.suppr3 type_kind = typedef
Dtest33-suppr-1.txt2 type_kind = class
Dtest24-soname-suppr-0.txt4 type_kind = struct
/third_party/libabigail/doc/
Dsuppr-doc.txt4 type_kind = enum
5 # type_kind = typedef|enum|struct|class|union|array|builtin
/third_party/libabigail/src/
Dabg-suppression-priv.h570 type_suppression::type_kind type_kind_;
585 type_suppression::type_kind type_kind, in priv() argument
591 type_kind_(type_kind), in priv()
Dabg-ctf-reader.cc524 int type_kind = ctf_type_kind(ctf_dictionary, ctf_type); in process_ctf_type() local
533 switch (type_kind) in process_ctf_type()
1370 int type_kind = ctf_type_kind(ctf_dictionary, ctf_type); in process_ctf_qualified_type() local
1382 if (type_kind == CTF_K_CONST) in process_ctf_qualified_type()
1384 else if (type_kind == CTF_K_VOLATILE) in process_ctf_qualified_type()
1386 else if (type_kind == CTF_K_RESTRICT) in process_ctf_qualified_type()
Dabg-suppression.cc521 type_suppression::set_type_kind(type_kind k) in set_type_kind()
531 type_suppression::type_kind
951 type_suppression::type_kind tk = s.get_type_kind(); in suppression_matches_type_no_name()
1545 static type_suppression::type_kind
1704 type_suppression::type_kind type_kind = type_suppression::UNKNOWN_TYPE_KIND; in read_type_suppression() local
1709 type_kind = in read_type_suppression()
1913 result->set_type_kind(type_kind); in read_type_suppression()
/third_party/libabigail/tests/data/test-diff-suppr/PR28073/
Dbitfield.suppr3 type_kind = struct
/third_party/libabigail/include/
Dabg-suppression.h159 enum type_kind enum
229 set_type_kind(type_kind k);
231 type_kind
/third_party/rust/crates/bindgen/bindgen/ir/
Dvar.rs225 let (type_kind, val) = match value { in parse()
267 let ty = Item::builtin_type(type_kind, true, ctx); in parse()
Dcontext.rs1781 let type_kind = TypeKind::TemplateInstantiation( in instantiate_template() localVariable
1789 type_kind, in instantiate_template()
1933 let type_kind = TypeKind::ResolvedTypeRef(wrapped_id); in build_wrapper() localVariable
1934 let ty = Type::new(Some(spelling), layout, type_kind, is_const); in build_wrapper()
1956 let type_kind = match ty.kind() { in build_builtin_ty() localVariable
2003 let ty = Type::new(Some(spelling), layout, type_kind, is_const); in build_builtin_ty()
/third_party/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`` |
622 ``type_kind`` property is set to the value ``enum``, at least. The
1185 type_kind = struct
1441 type_kind = struct
/third_party/libabigail/
DChangeLog34980 "type_kind = struct" has been specified.
34994 Replace is_typedef by type_kind property in type suppressions
34995 * doc/suppr-doc.txt: Add type_kind property "documentation" in the
34997 * include/abg-comparison.h (type_suppression::type_kind): New
35023 new type_kind property. Adjust the creation of the resulting