Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dsymbol.h61 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()
Ddissect.c68 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()
Dsymbol.c276 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
Dctags.c152 case SYM_PTR: in examine_symbol()
Dbuiltin.c347 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()
Dast-inspect.c106 [SYM_PTR] = "SYM_PTR", in symbol_type_name()
Devaluate.c350 [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()
Dssa.c29 case SYM_PTR: in is_promotable()
Dshow-parse.c55 [SYM_PTR] = "ptr.", in do_debug_symbol()
345 case SYM_PTR: in do_show_type()
Dsparse-llvm.c197 case SYM_PTR: in symbol_type()
Dlinearize.c1264 case SYM_PTR: in get_mtype()
Dparse.c1823 struct symbol *ptr = alloc_symbol(token->pos, SYM_PTR); in pointer()
/third_party/ltp/tools/sparse/
Dsparse-ltp.c162 case SYM_PTR: in unwrap_base_type()
/third_party/ltp/tools/sparse/sparse-src/Documentation/
Dtypes.rst76 SYM_PTR chapter