Searched defs:is_value (Results 1 – 4 of 4) sorted by relevance
306 bool is_value() const { return is_value_; } in is_value() function
640 bool is_value() const { return type_ != QUERY_BOOLEAN_OPERATOR; } in is_value() function
1575 ir_constant::is_value(float f, int i) const in is_value() function in ir_constant
2286 bool is_value = !is_key && (k & 0x2); in TEST() local