Searched defs:is_int (Results 1 – 5 of 5) sorted by relevance
56 template<typename T> struct is_int { enum { value = false }; }; argument57 template<> struct is_int<int> { enum { value = true }; }; argument
274 Any<0>::Int is_int; // expected-error {{ambiguous}} variable
70 int is_int; in main() local
170 int is_int; in bound_is_integer() local
22581 boolean val::is_int() const in is_int() function