Searched defs:to_int (Results 1 – 4 of 4) sorted by relevance
5 #define to_int(x) ({ register int n = (x); n; }) macro
7 int to_int(double v) { in to_int() function
641 constexpr int to_int(int x) { return x; } in to_int() function642 int to_int(LifetimeIterator::Value x) { return x.i_; } in to_int() function
106 let to_int index = function