Searched refs:IsValue (Results 1 – 6 of 6) sorted by relevance
86 *ok = !IsValue(); in MakeModule()92 *ok = IsValue() || IsModule(); in Freeze()109 bool IsValue() { return Chase()->flags_ & VALUE; } in IsValue() function122 || (this->IsValue() == that->IsValue() && in IsUnified()
99 if (this->IsValue()) { in Unify()104 if (that->IsValue()) { in Unify()143 DCHECK(!this->IsValue()); in DoUnify()144 DCHECK(!that->IsValue()); in DoUnify()192 } else if (IsValue()) { in Print()
4769 DCHECK(context->IsValue()); in VisitReturnStatement()4795 DCHECK(context->IsValue()); in VisitReturnStatement()4814 DCHECK(context->IsValue()); in VisitReturnStatement()7966 DCHECK(call_context()->IsValue()); in TryInline()7978 DCHECK(call_context()->IsValue()); in TryInline()7989 DCHECK(call_context()->IsValue()); in TryInline()9897 DCHECK(ast_context()->IsValue()); in VisitNot()10544 } else if (ast_context()->IsValue()) { in VisitLogicalExpression()
764 bool IsValue() const { return kind_ == Expression::kValue; } in IsValue() function
85 virtual bool IsValue() { return false; } in IsValue() function100 bool IsValue() override { return true; } in IsValue() function
285 bool IsValue() const { return kind_ == Expression::kValue; } in IsValue() function