Home
last modified time | relevance | path

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

/dports/lang/cparser/cparser-0.9.14/
H A Dtype.h188 bool is_type_real(const type_t *type);
H A Dtype.c818 bool is_type_real(const type_t *type) in is_type_real() function
H A Dparser.c7520 } else if (!is_type_real(type) && is_type_valid(type)) { in semantic_incdec()