Searched refs:is_int (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dbessel_2.f9012 integer, parameter :: is_int = 1-1/(2+0*BESJ0(Qarg1))*2 variable in program:bug3
14 (1-is_int)*k2+is_int*kind(1.0)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dsfinae16.C9 struct is_int struct
26 enable_if<false || (true && is_int<Rep2>::value)>::type>
/haiku-buildtools/gcc/gcc/jit/
H A Djit-recording.h494 virtual bool is_int () const = 0;
503 return is_int () || is_float () || is_bool ();
548 bool is_int () const;
580 bool is_int () const { return false; } function in class:gcc::jit::recording::memento_of_get_pointer
613 bool is_int () const { return m_other_type->is_int (); } function in class:gcc::jit::recording::memento_of_get_const
642 bool is_int () const { return m_other_type->is_int (); } function in class:gcc::jit::recording::memento_of_get_volatile
673 bool is_int () const { return false; } function in class:gcc::jit::recording::array_type
704 bool is_int () cons function in class:gcc::jit::recording::function_type
792 bool is_int () const { return false; } function in class:gcc::jit::recording::compound_type
[all...]
H A Dlibgccjit.c1544 bool src_is_int = src_type->is_int ();
1545 bool dst_is_int = dst_type->is_int ();
2156 min_value->get_type ()->is_int (),
2162 max_value->get_type ()->is_int (),
2472 expr_type->is_int (),
H A Djit-recording.c2034 /* Implementation of pure virtual hook recording::type::is_int for
2038 recording::memento_of_get_type::is_int () const function in class:recording::memento_of_get_type
/haiku-buildtools/isl/
H A Disl_range.c158 int is_int; local
165 is_int = isl_int_is_one(c) || isl_int_is_negone(c);
168 return is_int;
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.h2615 is_int() const function in class:Numeric_constant
H A Dexpressions.cc3807 if (unc->is_int() || unc->is_rune())
3848 if (!unc->is_int() && !unc->is_rune())
8485 if (nc.is_int())
15440 go_assert(this->is_int());
/haiku-buildtools/legacy/gcc/gcc/
H A Dcombine.c309 is_int is 1 if the contents are an int. */
314 int is_int;
359 _buf->is_int = 0; \
381 _buf->is_int = 1; \
2622 if (undo->is_int)
9435 if (!undo->is_int
311 int is_int; member in struct:undo

Completed in 213 milliseconds