Home
last modified time | relevance | path

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

/dports/devel/cscout/cscout-bd7dfac/src/
H A Dtype.cpp457 case b_llong: o << "long long "; break; in print()
609 (this->type == b_llong && b->type == b_int) || in merge()
610 (this->type == b_int && b->type == b_llong)) in merge()
611 t = b_llong; // Extension to ANSI in merge()
H A Dtype.h37 b_llong, // long long enumerator