Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsparse-llvm.c32 return symbol_type(sym->ctype.base_type); in func_return_type()
46 arg_type[idx++] = symbol_type(arg_sym); in sym_func_type()
61 elem_type = symbol_type(base_type); in sym_array_type()
88 member_type = symbol_type(member); in sym_struct_type()
224 return symbol_type(insn->type); in insn_symbol_type()
286 LLVMTypeRef type = symbol_type(sym); in get_sym_value()
361 dtype = symbol_type(ctype); in val_to_value()
406 LLVMTypeRef dtype = symbol_type(ctype); in pseudo_to_rvalue()
873 dtype = symbol_type(insn->type); in output_op_ptrcast()
915 dtype = symbol_type(insn->type); in output_op_cast()
[all …]