Home
last modified time | relevance | path

Searched refs:is_ptr_type (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsparse-llvm.c433 assert(is_ptr_type(ctype)); in value_to_pvalue()
451 if (is_ptr_type(ctype)) in adjust_type()
878 assert(is_ptr_type(insn->type)); in output_op_ptrcast()
882 assert(is_ptr_type(otype)); in output_op_ptrcast()
888 assert(is_ptr_type(otype)); in output_op_ptrcast()
889 assert(is_ptr_type(insn->type)); in output_op_ptrcast()
907 if (is_ptr_type(insn->type)) // cast to void* is OP_CAST ... in output_op_cast()
916 if (is_ptr_type(otype)) { in output_op_cast()
H A Dsmatch_capped.c82 if (is_ptr_type(type)) in is_capped()
204 if (is_ptr_type(type)) in match_assign()
H A Dsmatch_type.c99 (is_ptr_type(left) && is_ptr_type(right))) in get_binop_type()
498 if (type_unsigned(base_type) || is_ptr_type(base_type)) { in sval_type_min()
H A Ddissect.c378 else if (!is_ptr_type(r)) in do_expression()
380 else if (!is_ptr_type(l)) in do_expression()
H A Dsmatch_sval.c122 if (is_ptr_type(sval.type)) in sval_unsigned()
833 !is_ptr_type(sval.type)) in sval_to_str_or_err_ptr()
H A Dsmatch_estate.c133 if (is_ptr_type(estate_type(state))) in estate_set_hard_max()
H A Dsymbol.h381 static inline int is_ptr_type(struct symbol *type) in is_ptr_type() function
H A Dcheck_kernel_printf.c672 if (!is_ptr_type(type)) { in pointer()
995 if (is_ptr_type(get_final_type(arg))) in check_cast_from_pointer()
H A Dsmatch_parse_call_math.c349 if (!is_ptr_type(sval.type)) in is_mtag_sval()
H A Dsmatch.h1347 if (is_ptr_type(base_type)) in type_unsigned()
1358 if (is_ptr_type(type)) in type_positive_bits()