Searched refs:type_kind (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_printf.c | 88 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 == LLVMHalfTypeKind) { 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 in lp_build_print_value() [all...] |
H A 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 assert(type_kind == LLVMIntegerTypeKind); in build_binary_int_overflow()
|
/third_party/libabigail/src/ |
H A D | abg-suppression-priv.h | 570 type_suppression::type_kind type_kind_; 585 type_suppression::type_kind type_kind, in priv() 591 type_kind_(type_kind), in priv() 582 priv(const string& type_name_regexp, const string& type_name, bool consider_type_kind, type_suppression::type_kind type_kind, bool consider_reach_kind, type_suppression::reach_kind reach_kind) priv() argument
|
H A D | abg-ctf-reader.cc | 524 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()
|
H A D | abg-suppression.cc | 429 /*type_kind=*/CLASS_TYPE_KIND, in type_suppression() 521 type_suppression::set_type_kind(type_kind k) in set_type_kind() 531 type_suppression::type_kind 644 /// suppression has the 'type_kind = enum' property. 654 /// suppression has the 'type_kind = enum' property. 951 type_suppression::type_kind tk = s.get_type_kind(); in suppression_matches_type_no_name() 1538 /// Parse the value of the "type_kind" property in the "suppress_type" 1542 /// "type_kind" property. 1544 /// @return the @ref type_kind enumerator parsed. 1545 static type_suppression::type_kind 1704 type_suppression::type_kind type_kind = type_suppression::UNKNOWN_TYPE_KIND; read_type_suppression() local [all...] |
/third_party/libabigail/include/ |
H A D | abg-suppression.h | 159 enum type_kind enum in abigail::suppr::type_suppression 169 }; // end enum type_kind 229 set_type_kind(type_kind k); 231 type_kind
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | var.rs | 225 let (type_kind, val) = match value { in parse() 267 let ty = Item::builtin_type(type_kind, true, ctx); in parse()
|
H A D | context.rs | 1781 let type_kind = TypeKind::TemplateInstantiation( in instantiate_template() 1789 type_kind, in instantiate_template() 1933 let type_kind = TypeKind::ResolvedTypeRef(wrapped_id); in build_wrapper() 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() 2003 let ty = Type::new(Some(spelling), layout, type_kind, is_const); in build_builtin_ty()
|
Completed in 12 milliseconds