Searched defs:is_value (Results 1 – 5 of 5) sorted by relevance
34 struct is_value struct39 struct is_value<T const> struct44 struct is_value<T &> struct51 struct is_value< expression::value<T> > struct
37 struct is_value:is_base_and_derived<value_marker,T> struct
51 using is_value = std::is_base_of<Value, remove_reference_t<T>>; variable
1576 ir_constant::is_value(float f, int i) const in is_value() function in ir_constant
2402 bool is_value = !is_key && (k & 0x2); in TEST() local