Searched refs:SYM_PTR (Results 1 – 14 of 14) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | symbol.h | 61 SYM_PTR, enumerator 401 if (sym->type == SYM_PTR) in is_signed_type() 415 return type->type == SYM_PTR || type->type == SYM_ARRAY || type->type == SYM_FN; in is_ptr_type() 486 case SYM_PTR: in is_scalar_type() 507 case SYM_PTR: in is_integral_type()
|
D | dissect.c | 68 return type->type == SYM_PTR || type->type == SYM_ARRAY; in is_ptr() 221 case SYM_PTR: in examine_sym_node() 427 ret = alloc_symbol(unop->pos, SYM_PTR); in do_expression()
|
D | symbol.c | 276 if (!base_type || base_type->type == SYM_PTR) in examine_base_type() 587 case SYM_PTR: in examine_symbol_type() 624 [SYM_PTR] = "pointer", in get_type_name() 876 #define T_PTR(B) SYM_PTR, 0, 0, &bits_in_pointer, &pointer_alignment, B
|
D | ctags.c | 152 case SYM_PTR: in examine_symbol()
|
D | builtin.c | 347 if (type->type != SYM_PTR) in evaluate_overflow_gen() 479 if (t->type != SYM_PTR) in eval_atomic_common() 489 if (t->type != SYM_PTR && t->ctype.base_type != &int_type) in eval_atomic_common()
|
D | ast-inspect.c | 106 [SYM_PTR] = "SYM_PTR", in symbol_type_name()
|
D | evaluate.c | 350 [SYM_PTR] = TYPE_PTR, in classify_type() 661 if (t1 && t1->type != SYM_PTR) { in type_difference() 669 if (t2 && t2->type != SYM_PTR) { in type_difference() 719 case SYM_PTR: in type_difference() 1277 struct symbol *sym = alloc_symbol(ctype->pos, SYM_PTR); in evaluate_conditional_expression() 1623 ptr = alloc_symbol(s->pos, SYM_PTR); in examine_fn_arguments() 1663 struct symbol *ptr = alloc_symbol(expr->pos, SYM_PTR); in create_pointer() 1830 case SYM_PTR: in evaluate_dereference() 2294 case SYM_PTR: in evaluate_ptrsizeof() 3170 if (ctype->type == SYM_PTR) in evaluate_call()
|
D | ssa.c | 29 case SYM_PTR: in is_promotable()
|
D | show-parse.c | 55 [SYM_PTR] = "ptr.", in do_debug_symbol() 345 case SYM_PTR: in do_show_type()
|
D | sparse-llvm.c | 197 case SYM_PTR: in symbol_type()
|
D | linearize.c | 1264 case SYM_PTR: in get_mtype()
|
D | parse.c | 1823 struct symbol *ptr = alloc_symbol(token->pos, SYM_PTR); in pointer()
|
/third_party/ltp/tools/sparse/ |
D | sparse-ltp.c | 162 case SYM_PTR: in unwrap_base_type()
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/ |
D | types.rst | 76 SYM_PTR chapter
|